a blog about Middleware
Oracle Weblogic unexpected force shutdown
At a client the Oracle Service Bus is running on the Windows platform. We had some strange problems with the Weblogic Managed Servers shutting down suddenly without any messages handled by the OSB at the moment.
The managed server logging only showed the following line:
####<someDateTime> <Notice> <WebLogicServer> <someServer> <someManagedServer> <Thread-1> <<WLS Kernel>> <> <> <1280144706113> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
At first we couldn’t pinpoint the problem, but eventually we found this post on the Oracle Forums.
quote from post by Umesh Kumar Maurya:
What we have found in our environment that the managed server goes down whenever administrator user logs into Windows server using remote desktop in console mode (e.g. mstsc /console) and then logs off. If the administrator logs into the server in regular mode (e.g. mstsc) and then logs off, this problem is not simulated. To resolve this problem, you can pass -Xnohup parameter to JVM.
We checked our Windows Security Logs (computer management -> System Tools -> Event Viewer -> Security) and indeed discovered that at the same time we did see the JVM WLS shutdown hook in our logging, someone from system engineering connected to the Windows console with RDP.
Adding the Xnohup parameter to the JVM fixed the problem for us.
| Print article | This entry was posted by Jan van Zoggel on 27/07/2010 at 10:32, and is filed under Oracle, Weblogic. Follow any responses to this post through RSS 2.0. Responses are currently closed, but you can trackback from your own site. |
Comments are closed.