|
From: Leif M. <le...@ta...> - 2006-02-15 06:53:59
|
Steve, What does the very top of your log file look like? Version 3.0.5 starts as follows with debug output enabled: wrapper | --> Wrapper Started as Console wrapperp | server listening on port 32001. wrapper | Launching a JVM... wrapper | command: "C:\Sun\jdk1.3.1_03\bin\java.exe" ... Were there any warnings up there? Your java process is attempting to open its backend socket to port 32000. From the error message, it doesn't look like the Wrapper process is listening. It this reproduceable? If so, could you try it with version 3.1.2? There have been quite a few changes since 3.0.5, but I don't see anything that would be related. Cheers, Leif Buchanan, Steve G. wrote: > > Wrapper service will not start, getting the following error. I have > the same service running on several dell boxes but having problem with > on one of the dell boxes. > > STATUS | wrapper | 2006/02/13 12:40:08 | Launching a JVM... > > DEBUG | wrapper | 2006/02/13 12:40:08 | command: > "..\j2re1.4.2_03\bin\java" -Xss10M -Xms10m -Xmx256m > -Djava.library.path="../lib" -classpath > "../lib/wrapper.jar;../SitOhiServer.jar;../" > -Dwrapper.key="gKvLC5ktpo1QecnA" -Dwrapper.port=32000 > -Dwrapper.debug="TRUE" -Dwrapper.service="TRUE" > -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=5 > org.tanukisoftware.wrapper.WrapperSimpleApp sitohi.server.SitOhiServer > > DEBUG | wrapper | 2006/02/13 12:40:08 | Java Virtual Machine started > (PID=2460) > > INFO | jvm 5 | 2006/02/13 12:40:08 | Wrapper Manager: JVM #5 > > INFO | jvm 5 | 2006/02/13 12:40:08 | Wrapper Manager: Registering > shutdown hook > > INFO | jvm 5 | 2006/02/13 12:40:08 | Wrapper Manager: Using wrapper > > INFO | jvm 5 | 2006/02/13 12:40:08 | Calling native initialization method. > > INFO | jvm 5 | 2006/02/13 12:40:08 | Initializing WrapperManager > native library. > > INFO | jvm 5 | 2006/02/13 12:40:08 | Java Executable: > C:\SitOhiServer\j2re1.4.2_03\bin\java.exe > > INFO | jvm 5 | 2006/02/13 12:40:08 | Java Version : 1.4.2_03-b02 Java > HotSpot(TM) Client VM > > INFO | jvm 5 | 2006/02/13 12:40:08 | Java VM Vendor : Sun Microsystems > Inc. > > INFO | jvm 5 | 2006/02/13 12:40:08 | > > INFO | jvm 5 | 2006/02/13 12:40:08 | Wrapper (Version 3.0.5) > > INFO | jvm 5 | 2006/02/13 12:40:08 | > > INFO | jvm 5 | 2006/02/13 12:40:08 | Open socket to wrapper... > > INFO | jvm 5 | 2006/02/13 12:40:08 | Failed to connect to the Wrapper. > > INFO | jvm 5 | 2006/02/13 12:40:08 | java.net.ConnectException: > Connection refused: connect > > INFO | jvm 5 | 2006/02/13 12:40:08 | Exiting JVM... > > INFO | jvm 5 | 2006/02/13 12:40:08 | Send a packet STOP : 1 > > INFO | jvm 5 | 2006/02/13 12:40:09 | Send a packet STOPPED : 1 > > ERROR | wrapper | 2006/02/13 12:40:09 | JVM exited while loading the > application. > > DEBUG | wrapper | 2006/02/13 12:40:09 | JVM was only running for 1 > seconds leading to a failed restart count of 5. > > FATAL | wrapper | 2006/02/13 12:40:09 | There were 5 failed launches > in a row, each lasting less than 300 seconds. Giving up. > > FATAL | wrapper | 2006/02/13 12:40:09 | There may be a configuration > problem: please check the logs. > > STATUS | wrapper | 2006/02/13 12:40:09 | <-- Wrapper Stopped > |