|
From: Ori A. <ori...@ap...> - 2003-05-13 08:37:00
|
Hello, I've been testing version 3.0.2 of the JSW and I'm having trouble getting Weblogic Server 6.1 to shut down via the shutdown class. The server is registered as a service and starts up fine. When I stop the service I get the following sequence in the log: DEBUG | wrapperp | 2003/05/13 11:07:21 | send a packet 101 : NULL INFO | jvm 1 | 2003/05/13 11:07:21 | Received a packet 101 : INFO | jvm 1 | 2003/05/13 11:07:21 | Thread, Wrapper-Connection, handling the shutdown process. INFO | jvm 1 | 2003/05/13 11:07:21 | calling listener.stop() INFO | jvm 1 | 2003/05/13 11:07:21 | WrapperStartStopApp: stop(0) INFO | jvm 1 | 2003/05/13 11:07:21 | WrapperStartStopApp: invoking stop main method ############################### INFO | jvm 1 | 2003/05/13 11:07:21 | <May 13, 2003 11:07:21 AM PDT> <Error> <ConnectionManager> <Closing: 'weblogic.rjvm.t3.T3JVMConnection@1626bf' because of: 'Server received a message over an uninitialized connection: 'JVMMessage from: 'null' to: '-536111576644087161S:10.0.64.87:[7001,7001,7002,7002,7001,7002,-1]:appd omain:appserver' cmd: 'CMD_REQUEST', QOS: '101', responseId: '1', invokableId: '1', flags: 'JVMIDs Not Sent, TX Context Not Sent', abbrev offset: '95'''> ############################### ERROR | wrapper | 2003/05/13 11:07:57 | Shutdown failed: Timed out waiting for signal from JVM. ERROR | wrapper | 2003/05/13 11:07:57 | Java Virtual Machine did not exit on request, terminated STATUS | wrapper | 2003/05/13 11:07:57 | <-- Wrapper Stopped The part I marked with #### is a message from WLS as soon as the shutdown class (weblogic.Admin) is being invoked. Nothing happens after that, everything is stuck until the wrapper decides to terminate the JVM. I tried to disable\enable shutdown hook in the conf file, but that didn't have any effect. I also tried extending the jvm exit timeout, again, no results. Here's my shutdown conf: wrapper.app.parameter.3=weblogic.Admin wrapper.app.parameter.4=false wrapper.app.parameter.5=8 wrapper.app.parameter.6=-url wrapper.app.parameter.7=localhost:7001 wrapper.app.parameter.8=-username wrapper.app.parameter.9=system wrapper.app.parameter.10=-password wrapper.app.parameter.11=password wrapper.app.parameter.12=SHUTDOWN wrapper.app.parameter.13=60 Any ideas? Thanks, Ori |