|
From: Shmulik R. <sh...@vs...> - 2004-03-14 17:07:28
|
I followed your advise, but for some reason things got worse (or maybe better, it'll be easier to debug now :) and the process terminates almost immediately. The configuration is: wrapper.cpu.timeout=0 wrapper.ping.interval=3600 wrapper.ping.timeout=0 and the log (there are of course some application specific lines, but these are easily recognized) INFO | jvm 1 | 2004/03/14 19:07:25 | Write output to log file "c:\vself/logs/feed_jaco.log" INFO | jvm 1 | 2004/03/14 19:07:25 | Write output to log file "c:\vself/logs/feed_jaco.log" INFO | jvm 1 | 2004/03/14 19:07:25 | JacORB V 1.3.30, www.jacorb.org INFO | jvm 1 | 2004/03/14 19:07:25 | (C) Gerald Brose, FU Berlin, 13 June 2001 INFO | jvm 1 | 2004/03/14 19:07:25 | Virtual Self Feed Broker 2.6.2 (186) DEBUG | wrapper | 2004/03/14 19:07:25 | Pause reading child output to share cycles. INFO | jvm 1 | 2004/03/14 19:07:25 | Active... INFO | jvm 1 | 2004/03/14 19:07:25 | WrapperSimpleApp: start(args) end. Main Completed=false, exitCode=null INFO | jvm 1 | 2004/03/14 19:07:25 | returned from listener.start() INFO | jvm 1 | 2004/03/14 19:07:25 | Send a packet STARTED : DEBUG | wrapperp | 2004/03/14 19:07:25 | read a packet STARTED : DEBUG | wrapper | 2004/03/14 19:07:25 | JVM signalled that it was started. INFO | jvm 1 | 2004/03/14 19:07:35 | Read Timed out. (Last Ping was 10016 milliseconds ago) INFO | jvm 1 | 2004/03/14 19:07:39 | D_Lib: output is switched to file c:\vself/logs\/fn.0.log INFO | jvm 1 | 2004/03/14 19:07:39 | Starting fn, see c:\vself/logs\/fn for logging... INFO | jvm 1 | 2004/03/14 19:07:46 | Read Timed out. (Last Ping was 20016 milliseconds ago) INFO | jvm 1 | 2004/03/14 19:07:55 | Read Timed out. (Last Ping was 30016 milliseconds ago) ERROR | wrapper | 2004/03/14 19:07:56 | JVM appears hung: Timed out waiting for signal from JVM. ERROR | wrapper | 2004/03/14 19:07:56 | Java Virtual Machine did not exit on request, terminated DEBUG | wrapper | 2004/03/14 19:07:56 | JVM was only running for 33 seconds leading to a failed restart count of 1. Cheers, Shmul > Shmul, > You are actually doing things correctly except for a minor detail. > > The wrapper.conf > file does not currently support having spaces around the '=' sign in > the property names. The way the conf file is parsed, the Wrapper will > not see such properties. I have submitted the following bug and will > get this fixed for a future version. > https://sourceforge.net/tracker/index.php?func=detail&aid=916001&group > _id=39428&atid=425187 > > For now, please go through and remove the spaces from the property > > definitions. > You should then be able to disable the pings. > > Cheers, > Leif > > Shmulik Regev wrote: > > >I followed your advice and run the wrapper with debug information > >switched on. Attached please find the log and the wrapper.conf file. > > > >Please note that I'm not posting this file to the user group as I'm > >not sure it is appropriate. However if you feel otherwise please tell > > me. > > > >I appreciate the help. > > > > > >Cheers, > >Shmul > > > > |