|
From: Leif M. <le...@ta...> - 2004-03-14 17:16:59
|
Shmulik,
I was able to reproduce this using those timeout values. It is late
here, so it is not
immediately obvious what the problem is. I will take a look at it. But
for now please
go back and remove the three timeout / interval properties below. What
was the
original reason that you had wanted to set them? Setting the timeout
to 0 works.
But the long ping interval seems to be causing problems right now...
Cheers,
Leif
Shmulik Regev wrote:
>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
>
>
|