|
From: Leif M. <le...@ta...> - 2007-04-12 06:26:12
|
Ben,
There were a bunch of posts around this. I wanted to make sure you
are not still waiting
for a reply. Were you able to reproduce this with wrapper.debug=true set?
Cheers,
Leif
Leif Mortenson wrote:
> Ben,
> Is this something that you are able to reproduce? If so, could you
> set the
> wrapper.debug=true property and then send me the resulting log? I am not
> able to tell the exact cause from what is in the current log.
>
> The JVM is being launched, the WrapperManager class is being initialized
> and a socket is being opened back to the Wrapper process. It appears to be
> failing when the Wrapper process sends a packet back to the JVM.
>
> Cheers,
> Leif
>
> Ben Cox wrote:
>
>> Hi all,
>>
>> I've been using Wrapper version 3.2.3 to manage my service on a Windows 2003
>> Server machine. Everything is working rather well, except occasionally when
>> requesting a restart from within the app (and sometimes just during a
>> "normal" restart after an error). What will happen is that the wrapper will
>> attempt to start my app and then give up and terminate the JVM within _one_
>> second!
>>
>> At least, that's how it looks from the timestamps on the log output
>> (below)... am I missing (or misinterpreting) a config file setting?
>>
>> Thanks,
>>
>> Ben
>>
>>
>> STATUS | wrapper | 2007/03/20 15:48:27 | JVM requested a restart.
>>
>> STATUS | wrapper | 2007/03/20 15:48:34 | Launching a JVM...
>>
>> INFO | jvm 17 | 2007/03/20 15:48:34 | Wrapper (Version 3.2.3)
>> http://wrapper.tanukisoftware.org
>>
>> INFO | jvm 17 | 2007/03/20 15:48:34 | Copyright 1999-2006 Tanuki
>> Software, Inc. All Rights Reserved.
>>
>> INFO | jvm 17 | 2007/03/20 15:48:34 |
>>
>> ERROR | wrapper | 2007/03/20 15:48:34 | Unable to send the start command
>> to the JVM.
>>
>> ERROR | wrapper | 2007/03/20 15:48:34 | JVM did not exit on request,
>> terminated
>>
>> STATUS | wrapper | 2007/03/20 15:48:39 | Launching a JVM...
>>
>> INFO | jvm 18 | 2007/03/20 15:48:40 | Wrapper (Version 3.2.3)
>> http://wrapper.tanukisoftware.org
>>
>> INFO | jvm 18 | 2007/03/20 15:48:40 | Copyright 1999-2006 Tanuki
>> Software, Inc. All Rights Reserved.
>>
>> INFO | jvm 18 | 2007/03/20 15:48:40 |
>>
>> ERROR | wrapper | 2007/03/20 15:48:40 | Unable to send the start command
>> to the JVM.
>>
>> ERROR | wrapper | 2007/03/20 15:48:40 | JVM did not exit on request,
>> terminated
>>
>> STATUS | wrapper | 2007/03/20 15:48:45 | Launching a JVM...
>>
>> INFO | jvm 19 | 2007/03/20 15:48:45 | Wrapper (Version 3.2.3)
>> http://wrapper.tanukisoftware.org
>>
>> INFO | jvm 19 | 2007/03/20 15:48:45 | Copyright 1999-2006 Tanuki
>> Software, Inc. All Rights Reserved.
>>
>> INFO | jvm 19 | 2007/03/20 15:48:45 |
>>
>> ERROR | wrapper | 2007/03/20 15:48:45 | Unable to send the start command
>> to the JVM.
>>
>> ERROR | wrapper | 2007/03/20 15:48:46 | JVM did not exit on request,
>> terminated
>>
>> STATUS | wrapper | 2007/03/20 15:48:51 | Launching a JVM...
>>
>> INFO | jvm 20 | 2007/03/20 15:48:51 | Wrapper (Version 3.2.3)
>> http://wrapper.tanukisoftware.org
>>
>> INFO | jvm 20 | 2007/03/20 15:48:51 | Copyright 1999-2006 Tanuki
>> Software, Inc. All Rights Reserved.
>>
>> INFO | jvm 20 | 2007/03/20 15:48:51 |
>>
>> ERROR | wrapper | 2007/03/20 15:48:51 | Unable to send the start command
>> to the JVM.
>>
>> ERROR | wrapper | 2007/03/20 15:48:51 | JVM did not exit on request,
>> terminated
>>
>> STATUS | wrapper | 2007/03/20 15:48:56 | Launching a JVM...
>>
>> INFO | jvm 21 | 2007/03/20 15:48:57 | Wrapper (Version 3.2.3)
>> http://wrapper.tanukisoftware.org
>>
>> INFO | jvm 21 | 2007/03/20 15:48:57 | Copyright 1999-2006 Tanuki
>> Software, Inc. All Rights Reserved.
>>
>> INFO | jvm 21 | 2007/03/20 15:48:57 |
>>
>> ERROR | wrapper | 2007/03/20 15:48:57 | Unable to send the start command
>> to the JVM.
>>
>> ERROR | wrapper | 2007/03/20 15:48:57 | JVM did not exit on request,
>> terminated
>>
>> FATAL | wrapper | 2007/03/20 15:48:57 | There were 5 failed launches in a
>> row, each lasting less than 300 seconds. Giving up.
>>
>> FATAL | wrapper | 2007/03/20 15:48:57 | There may be a configuration
>> problem: please check the logs.
>>
>> STATUS | wrapper | 2007/03/20 15:48:58 | <-- Wrapper Stopped
>>
|