WebSphere FFDC 计数,是什么意思?

标签 websphere websphere-6.1 websphere-portal

我试图理解“Count”列在 WebSphere FFDC 异常日志中的含义。 IBM 告诉我们,我们已收到此错误 6835 次。我还没有找到一个好的指南来解释这个计数显示的内容,但从我所看到的来看,它似乎是自上次 JVM 重新启动以来发生此异常的次数。问题是它与我们的日志不匹配,因为这个错误似乎每天只在我们每天重新启动时抛出 1 次,我可以在 Systemout.log 中看到这一点。此外,在异常日志中,这个计数在一周内似乎没有变化。有人可以帮忙吗?

索引计数上次发生异常的时间 SourceId ProbeId ------+------+----------------------------+-------- ------------------ 21 6835 11/19/11 7:00:17:631 UTC java.util.zip.ZipException com.ibm.ws.classloader.ClassLoaderUtils.addDependents 238

最佳答案

这个网站可能会有所帮助:http://wasdynacache.blogspot.com/2011_07_01_archive.html (标题为“使用 WebSphere Application Server 为您的企业应用程序捕获首次故障数据”的部分)

FFDC is capturing the state of the application server and/or the application when an unexpected error or exception occurs the first time. All subsequent iterations of the same error/exception are ignored.

我尝试查看是否可以为您找到专门有关计数的信息,但所有 FFDC 日志的格式都可以不同,具体取决于调用它的应用程序以及调用使用的格式化程序。祝你好运。

关于WebSphere FFDC 计数,是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8317959/

相关文章:

jsf - 如何在 IBM Websphere Portal 6.1 JSF Portlet 中传递和获取 URL 参数?

java - JVM JIT 编译器如何优化 "duplicated"Java 代码?

deployment - WebSphere 8 是否有类似于 Tomcat Valves 的东西来拦截请求(不是应用程序内的 Servlet Filters..)?

jakarta-ee - WAS6.1中停止、立即停止和终止的区别

java - 跟踪 IBM WebSphere WLTC0032W : One or more local transaction resources were rolled back

java - 如何为 DB2 通用 JDBC 驱动程序设置套接字超时?

java - Websphere 特定 jar 的 POM 文件

java - 选择使用工作区内的资源运行服务器时在 RAD 8 中部署和运行 spring 应用程序时出错

jquery - 将请求参数从 javascript 发送到 portletRequest 对象

websphere-8 - "Error 500: javax.servlet.ServletException: Filter [PreviewFilter]: could not be initialized"