RE: Fatal error: Cleaner terminated abnormally

2009-02-21 Thread Taylan Develioglu
omcat Users List Subject: RE: Fatal error: Cleaner terminated abnormally > From: Taylan Develioglu [mailto:tdevelio...@ebuddy.com] > Subject: Re: Fatal error: Cleaner terminated abnormally > > By trapping the exit call using security manager we hope to prevent > Tomcat from closing do

Re: Fatal error: Cleaner terminated abnormally

2009-02-19 Thread Taylan Develioglu
t: Re: Fatal error: Cleaner terminated abnormally >> >> By trapping the exit call using security manager we hope to prevent >> Tomcat from closing down on a cleaner termination. >> > > This is not likely to work, since the Cleaner is running this code as a >

RE: Fatal error: Cleaner terminated abnormally

2009-02-19 Thread Caldarale, Charles R
> From: Taylan Develioglu [mailto:tdevelio...@ebuddy.com] > Subject: Re: Fatal error: Cleaner terminated abnormally > > By trapping the exit call using security manager we hope to prevent > Tomcat from closing down on a cleaner termination. This is not likely to work, since the Cle

Re: Fatal error: Cleaner terminated abnormally

2009-02-19 Thread Taylan Develioglu
We're trying a workaround now. By trapping the exit call using security manager we hope to prevent Tomcat from closing down on a cleaner termination. Not sure what the side effects would be to keep running after a cleaner terminates (any idea). Keeping fingers crossed. I forgot to say thanks fo

RE: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Taylan Develioglu
Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: dinsdag 17 februari 2009 23:46 To: Tomcat Users List Subject: RE: Fatal error: Cleaner terminated abnormally > From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] > Subject: Re: Fatal error: Cle

RE: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Taylan Develioglu
Yes, 64-bit hotspot server vm. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: dinsdag 17 februari 2009 16:23 To: Tomcat Users List Subject: Re: Fatal error: Cleaner terminated abnormally Taylan Develioglu wrote: > Following the gc trail, it looks like an

RE: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Taylan Develioglu
when using native/apr ? As always, any comment is appreciated. - Taylan -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: dinsdag 17 februari 2009 16:36 To: Tomcat Users List Subject: RE: Fatal error: Cleaner terminated abnormally > From: Taylan De

RE: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Caldarale, Charles R
> From: Filip Hanik - Dev Lists [mailto:devli...@hanik.com] > Subject: Re: Fatal error: Cleaner terminated abnormally > > search the sun database, some results there > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6521677 It's somewhat related, but I don't thi

Re: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Filip Hanik - Dev Lists
search the sun database, some results there http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6521677 supposedly fixed in Java 7 :( Filip Taylan Develioglu wrote: Hi Guys, Our application is a servlet running in a container in Tomcat standalone. It uses the following NIO connector definitio

RE: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Caldarale, Charles R
> From: Taylan Develioglu [mailto:tdevelio...@ebuddy.com] > Subject: Fatal error: Cleaner terminated abnormally > > Lately we've been experiencing a fatal error, related to gc, > with Tomcat that causes it to stop and unload It's not really a GC problem - rather a silly b

Re: Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Mark Thomas
Taylan Develioglu wrote: > Following the gc trail, it looks like an oom situation (maybe a mem leak > in our application, our heapsize is 4GB), is it normal behavior for > tomcat to destroy itsself like this? Are you on a 64-bit JVM? If not, the process heap is limited to 4GB so the Java object he

Fatal error: Cleaner terminated abnormally

2009-02-17 Thread Taylan Develioglu
Hi Guys, Our application is a servlet running in a container in Tomcat standalone. It uses the following NIO connector definition: Lately we've been experiencing a fatal error, related to gc, with Tomcat that causes it to stop and unload, which I hoped you could give some advice for. I'm s