<BEA-000378> <Server failed to shutdown within the configured timeout of 30 seconds. The server process will exit now.>This is for MBean attribute: ServerLifeCycleTimeoutVal
That can be set as System Property at java startup command line:
-Dweblogic.ServerLifeCycleTimeoutVal=XXX
where XXX are seconds for timeout.
This can be also configured thru Admin Console at:
(increasing the Server LifeCycle Timeout before executing the force shutdown)
Domain -> Environment -> Servers -> YOUR_SERVER -> Control --> Start/Stop
More details at:
http://docs.oracle.com/cd/E21764_01/apirefs.1111/e14397/T3Srvr.html
http://docs.oracle.com/cd/E21764_01/web.1111/e13708/server_life.htm
http://docs.oracle.com/cd/E17904_01/apirefs.1111/e13951/core/index.html
No comments :
Post a Comment