RE: Tomcat Causes Server to go Panic/Crash

2011-11-21 Thread Adrian Zara
uot; cc Subject RE: Tomcat Causes Server to go Panic/Crash > From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: Re: Tomcat Causes Server to go Panic/Crash > I just learned that the JVM I am using is Java HotSpot > (TM) Client VM (build 1.4.2_19-b04, mixed mode) Wh

RE: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Caldarale, Charles R
> From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: Re: Tomcat Causes Server to go Panic/Crash > I just learned that the JVM I am using is Java HotSpot > (TM) Client VM (build 1.4.2_19-b04, mixed mode) Which hasn't been supported for many years. (1.5 is a

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian, On 11/18/11 4:29 AM, Adrian Zara wrote: > Currently, swap space is set to 2GB. By the way, I just learned > that the JVM I am using is Java HotSpot (TM) Client VM (build > 1.4.2_19-b04, mixed mode) and I believe this should be a good JVM. > S

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 11/18/11 2:46 AM, Caldarale, Charles R wrote: >> From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] Subject: >> Re: Tomcat Causes Server to go Panic/Crash > >> As you can see in the JAVA_OPTS setting, I have set the

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian, On 11/17/11 10:53 PM, Adrian Zara wrote: > I am using Tomcat 5.5.31 and most of the time (one in every two > attempts) when I restart the tomcat (during shutdown or when > starting up), the server crashes. And the error message is what? Does

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Adrian Zara
regards, Adrian Jürgen Link 11/18/2011 04:47 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Tomcat Causes Server to go Panic/Crash Adrian, you might want to look into memtest package to check your RAM on startup. BTW: what

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Pid *
uot; > > 11/18/2011 04:26 PM > Please respond to > "Tomcat Users List" > > > > To > "Tomcat Users List" > cc > > Subject > RE: Tomcat Causes Server to go Panic/Crash > > > > > > > On Fri, 18 Nov 2011 16:19:53 +0800, Adrian

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Jürgen Link
to test it. > > Best regards, > Adrian > > > > > "Mikolaj Rydzewski" > > 11/18/2011 04:26 PM > Please respond to > "Tomcat Users List" > > > > To > "Tomcat Users List" > cc > > Subject > RE: Tomcat Causes Server to go

RE: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Adrian Zara
how to test it. Best regards, Adrian "Mikolaj Rydzewski" 11/18/2011 04:26 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject RE: Tomcat Causes Server to go Panic/Crash On Fri, 18 Nov 2011 16:19:53 +0800, Adrian Zara wrote:

RE: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Mikolaj Rydzewski
On Fri, 18 Nov 2011 16:19:53 +0800, Adrian Zara wrote: I will consider replacing the JVM with the ones you suggested. But for the meantime, while I do not have these better JVM's yet, I'll check of removing the AgressiveHeap option in the JAVA_OPTS as advised by Jürgen. Please do the follow

Re: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Adrian Zara
drian Jürgen Link 11/18/2011 03:58 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Tomcat Causes Server to go Panic/Crash Hi Adrian, specifying 1G heap size does not limit your process's mem consumption to 1G, there's much mo

RE: Tomcat Causes Server to go Panic/Crash

2011-11-18 Thread Adrian Zara
/18/2011 03:46 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject RE: Tomcat Causes Server to go Panic/Crash > From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: Re: Tomcat Causes Server to go Panic/Crash > As you can

Re: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Jürgen Link
the AgressiveHeap option is there > still a possibility to eat up all the availble memory even if I set the > max heap size? > > Best regards, > Adrian > > > > > Jürgen Link > > 11/18/2011 02:59 PM > Please respond to > "Tomcat Users List" > > >

RE: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Caldarale, Charles R
> From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: Re: Tomcat Causes Server to go Panic/Crash > As you can see in the JAVA_OPTS setting, I have set the > max heap size to 1G which is 50% of the total physical > memory and, if I'm not mistaken, I think we ar

RE: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Caldarale, Charles R
> From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: RE: Tomcat Causes Server to go Panic/Crash > Tomcat version: Tomcat: 5.5.31 Good to know. Be aware that 5.5 is reaching end of life soon, and you should move up to something current. > JVM version: gij (GNU lib

Re: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Adrian Zara
o eat up all the availble memory even if I set the max heap size? Best regards, Adrian Jürgen Link 11/18/2011 02:59 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject Re: Tomcat Causes Server to go Panic/Crash Hi Adrian, you might w

Re: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Jürgen Link
the tomcat settings that causes the server to > panic? Should I consider using -server mode in the JAVA_OPTS? > > Best regards, > Adrian > > > > > "Caldarale, Charles R" > > 11/18/2011 01:46 PM > Please respond to > "Tomcat Users List

RE: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Adrian Zara
regards, Adrian "Caldarale, Charles R" 11/18/2011 01:46 PM Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject RE: Tomcat Causes Server to go Panic/Crash > From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: Tomca

RE: Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Caldarale, Charles R
> From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] > Subject: Tomcat Causes Server to go Panic/Crash > Tomcat Version: 5.5.x Exact Tomcat version? There have been at least 15 releases of 5.5. > JAVA_OPTS='-Xmx1024m -XX:+AggressiveHeap' Note that setting JAVA_OPTS a

Tomcat Causes Server to go Panic/Crash

2011-11-17 Thread Adrian Zara
Hi, Good morning! I am using Tomcat 5.5.x and most of the time (one in every two attempts) when I restart the tomcat (during shutdown or when starting up), the server crashes. Kindly refer to the following information/specification you may find useful regarding on my inquiry: Tomcat Version: