look at the dump, it looks like the permgen ran out of space

 PSPermGen       total 50304K, used 50170K [0x445f0000, 0x47710000,
0x545f0000)
  object space 50304K, 99% used [0x445f0000,0x476ee878,0x47710000)

try increasing your permGen to 128Mb. Another option is to use a jdk that
doesn't have permGen like JRockit.  Sun's PermGen is not resized once the
JVM starts, so if the webapp has lots of classes, it can exceed the PermGen
size.

peter


On 2/28/06, Tomasz Nowak <[EMAIL PROTECTED]> wrote:
>
> Leon Rosenberg <[EMAIL PROTECTED]> wrote:
> >
> > kill -SIGQUIT (i think its kill -11) your tomcat-java process
>
> Ok, it has happened again ! Simply:
>
> Mar 1, 2006 2:28:34 AM org.apache.catalina.connector.CoyoteAdapter
> service
> SEVERE: An exception or error occurred in the container during the
> request processing
> java.lang.OutOfMemoryError: Java heap space
>
> So I've kill -11 java process and there is an entry in catalina.out:
>
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> #  SIGSEGV (0xb) at pc=0x00138246, pid=17443, tid=16384
> #
> # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
> # Problematic frame:
> # C  [libpthread.so.0+0xc246]  accept+0x46
> #
> # An error report file with more information is saved as
> /tmp/hs_err_pid17443.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
> That /tmp/hs_err_pid17443.log is here:
>
> http://www.biochip.pl/hs_err_pid17443.log.txt
>
> Got it! But does it help?
>
> --
> T.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to