users@glassfish.java.net

Re: App server JVM crash with OutOfMemoryError on Solaris

From: Jacob Kessler <Jacob.Kessler_at_Sun.COM>
Date: Wed, 18 Feb 2009 09:45:35 -0800

I'd guess that you're running out of one of the non-heap spaces. Try
attaching to the AS with jconsole and watch the memory page when you get
the OOM error, which should tell you what you are running out of.


glassfish_at_javadesktop.org wrote:
> Hi all,
> There is a problem running AS 9.1_2 on Solaris 10. Under hуavy load application server JVM crashed with following message in jvm.log:
> ===
> Exception in thread "p: thread-pool-1; w: 106" java.lang.OutOfMemoryError: requested 29056 bytes for oop in /BUILD_AREA/jdk1.5.0_14/hotspot/src/share/vm/memory/loaderConstraints.cpp. Out of swap space?
> ===
>
> "swap -s" shows that there is a free swap space. There is no OutOfMemory errors in application log (MaxHeapSize is 1,4G, and current value is about 800M...1G).
>
> Can anyone suggest anything to solve it?
>
> Thank you all in advance.
> [Message sent by forum member 'ciand7' (ciand7)]
>
> http://forums.java.net/jive/thread.jspa?messageID=332613
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>