Darryl,

Yes I have the PID error file -- I just need to know how to read it. What
was put into the catalina.out file is what I included in the original post
-- I do have the PID error files also.

Do you know how I would read them?

Thanks,
Kim :-)

On 7/20/06, Darryl Miles <[EMAIL PROTECTED]> wrote:

Kim Albee wrote:
> The box has 4GB of RAM on it, and has experienced a memory failure.  We
> tested the physical RAM on the server, and it failed 2 extended memory
> tests, so we replaced the RAM.  We also saw that the swap space was only
at
> 1.5GB, so we upped that to 6.5 GB.

For most real-time client serving applications using any swap space to
service any part of those requests is counter productive.

It only makes sense if you are using the swap as some form of data
backing store, but then you have to ask why not just leave it in a file
anyway.  The most natural backing store.


> so my question is:  how do I read/interpret the hs_err_pid11598.log file
so
> I can figure out what is happening here?

First have you found the file ?  Its usualy in the current working
directory of the JVM.

find / -name "hs_err_pid11598.log" 2>/dev/null


Darryl

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to