Kill -3 kills the jre rather and doesn't finish the thread dump
843811Jul 12 2002 — edited Jul 16 2002We are running into an intermittent problem where the jre process for our weblogic app server goes to 100% with very little load. The standard way to start to debug is to do a kill -3 on the jre and look at the thread dump. Unfortunately, doing a kill -3 seems to take down the application server (1/2 way through the thread dump the server dies). Has anybody seen kill -3 taking down the jre?
The details:
- Weblogic 4.5.2, no service packs applied (yes, I know how old it is...)
- using the nativeIO performance pack
- solaris 2.8 (there is some indication the the problem does not occur on 2.7)
- SUN jre 118
- Oracle JDBC (type 4) driver
Thanks!
Rick