Konstantin,

Both servers (T105 and T110) have temperature monitoring. I pulled and sent some information (don't remember how I got it) to Dell and they said the system was operating in a normal range. Also, the fact that it occurs on two different, brand new boxes makes me think it is unlikely to be the culprit.

Thanks,

Carl
----- Original Message ----- From: "Konstantin Kolinko" <knst.koli...@gmail.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, February 12, 2010 5:08 PM
Subject: Re: Tomcat dies suddenly


Can it be hardware? Do you have ways to monitor temperature in your box?

http://www.bitwizard.nl/sig11/

Best regards,
Konstantin Kolinko

2010/2/13 Carl <c...@etrak-plus.com>:
Chuck,

Darn, I thought we were onto something here but, as you suspected, the line
contains a lot of parameters and was truncated. So, now, I think we know
the JVM is seg faulting, we just don't know where or why. I'm guessing we
have to somehow get a stack trace at the point of failure... any idea how I
can get one? Or, is there a better way?

Thanks,

Carl

----- Original Message ----- From: "Caldarale, Charles R"
<chuck.caldar...@unisys.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, February 12, 2010 4:52 PM
Subject: RE: Tomcat dies suddenly


From: Carl [mailto:c...@etrak-plus.com]
Subject: Re: Tomcat dies suddenly

How does this line:

`/usr/local/java/bin/java -
Djava.util.logging.config.file=/usr/local/tomcat/conf'

know that it is supposed to use the logging.properties
file if that is the problem?

It doesn't know. The command line parameter should be:
-Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties

Perhaps the display is just a truncation, since there should be several
additional command line parameters beyond that one.

Use JConsole to see if the full set of properties are present when Tomcat
is running normally.

- Chuck


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to