|
From: Leif M. <le...@ta...> - 2003-07-03 08:26:25
|
Mirek, Could you post your full wrapper.conf file and the contents of your wrapper.log with debug enabled? Please delete your existing wrapper.log file before running the test so you only send the contents of a single run. I only need the first restart. By default the log file will contain timestamps. Looking at your configuration, It does not look like your jtapiApp.Main class is on the classpath? I just reverified this, but the WrapperSimpleApp will display a nice descriptive error message in the event that the main class can not be found. This makes me think that what you posted is not your actual wrapper.conf file. Just post the unmodified log and conf file and I should be able to see the cause. The wrapper.ping.timeout should not be set in most cases. It will not affect the current problem you are having now anyway. Cheers Leif ms...@em... wrote: >Hello, >if I want to run my Java application with wrapper. Wrapper + application is running >but after start I always obtain this message: > >wrapper | Startup failed: Timed out waiting for signal from JVM. >wrapper | JVM did not exit on request, terminated >wrapper | JVM was only running for 31 seconds leading to a failed restart count of 2. > >It is running on RedHat Linux 9.0 + JDK 1.4.1 and wrapper 3.0.3 > >Here is sample my wrapper.conf file: >wrapper.java.command=java >wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp >wrapper.java.classpath.1=../lib/wrapper.jar >wrapper.java.classpath.2=../lib/wrappertest.jar >wrapper.java.library.path.1=../lib >wrapper.java.additional.1=jtapiApp.Main >wrapper.java.initmemory=3 >wrapper.java.maxmemory=64 >wrapper.port=1777 >wrapper.ping.timeout=0 > >Does anyone know where the problem should be? > >Thanks > >Mirek > > > |