We have a weblogic
server 10.0
instance which has a cluster
with one managed server
. Every Monday at 5am (or few seconds after), it shuts down on its own. The logs do not show any errors except the following message:
JVM called WLS shutdown hook. The server will force shutdown now.
JVM has a -Xnohup
option and using JRockit
. There is no cron job on the server. I am not sure how to debug this one. Admin Server keeps running with no issues and I am able to start the managed server back up with no problems. Any help is greatly appreciated.
Update:
I tried using -Djrockit.waitonerror
, but JVM does not pause. I also see the following "panic" message in the log either just before or few minutes before. CharScanner; panic: ClassNotFoundException: org.antlr.stringtemplate.language.ChunkToken
. Looks like this during some kind of Diagnostics run:
<Diagnostics> <BEA-320140> <Scheduling data retirement tasks as per configuration.>
Thanks.