Websphere自定义异常(WSVR0605W)

时间:2014-05-27 08:13:46

标签: java exception exception-handling websphere websphere-8

当方法比配置时间稍长时,我在websphere 8中得到此异常。

[5/16/14 10:48:14:863 CEST] 00000003 ThreadMonitor W   WSVR0605W: Thread "WebContainer : 22" (0000028b) has been active for 662505 milliseconds and may be hung.  There is/are 2 thread(s) in total in the server that may be hung.
at java.net.SocketInputStream.socketRead0(Native Method) ...

我想在Java中编写此异常自定义异常或使用参数扩展此异常。有办法吗?

感谢您的帮助。

提前致谢。

1 个答案:

答案 0 :(得分:0)

发送这些邮件时会发送JMX notifications,但JMX通知与邮件的参数相同(或更少),因此您无法再获取更多信息详细信息,但除了正在打印的消息之外,您还可以实现自己的自定义操作。可以设置几个hung thread detection custom properties来更改内置行为。