Friday, October 14, 2011

java.lang.ThreadDeath in ESB 10g

Problem:

Getting the following error in the ESB 10g logs:
An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.ThreadDeath    at java.lang.Thread.stop(Thread.java:912)
    at com.evermind.server.http.HttpApplication.shutdownThreads(HttpApplication.java:6317)
    at com.evermind.server.http.HttpApplication.destroy(HttpApplication.java:6035)
    at com.evermind.server.http.HttpSite.destroy(HttpSite.java:955)
    at com.evermind.server.http.HttpServer.destroy(HttpServer.java:574)
    at com.evermind.server.ApplicationServer.destroy(ApplicationServer.java:2112)
    at com.evermind.server.ApplicationServerShutdownHandler.run(ApplicationServerShutdownHandler.java:93)
    at java.lang.Thread.run(Thread.java:735)
".


Solution:

Don't worry about this. This could occur if a forced shutdown happens in the middle of the transaction.


Applicable Versions:
  • Oracle Enterprise Service Bus (ESB) 10g


Ahmed Aboulnaga

No comments: