users@glassfish.java.net

Re: Glassfish v3 instance crash

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 12 Mar 2010 14:37:37 +0100

Hi,

can you pls. send a threads dump?

I usually take it using following steps:

1) ps -A | grep java
     for find GF pid
2) kill -3 pid

then check jvm.log whether it has threads dump and send here :)

Thanks.

WBR,
Alexey.

On Mar 12, 2010, at 1:18 , glassfish_at_javadesktop.org wrote:

> Hello,
> I've put into production a couple of web apps running on web version
> of Glassfish v3 build 74.2
> I often find the server with Glassfish not running and without any
> message in domains/domain1/logs/server.log
> The last entries in jvm.log are:
> <dependency_failed type='unique_concrete_method' x='java/nio/charset/
> CharsetDecoder implReset ()V' witness='sun/nio/cs/UnicodeDecoder'
> stamp='24150.441'/>
> <dependency_failed type='unique_concrete_method' x='java/nio/charset/
> CharsetDecoder implReset ()V' witness='sun/nio/cs/UnicodeDecoder'
> stamp='24150.441'/>
> <dependency_failed type='unique_concrete_method' x='java/nio/charset/
> CharsetDecoder implReset ()V' witness='sun/nio/cs/UnicodeDecoder'
> stamp='24150.441'/>
> <writer thread='4300226560'/>
> Invalid memory access of location 0x4 rip=0x7fff83d736c5
>
> Might that last entry give some clue on what's going on?
> I am pretty new to glassfish and don't really know where else to look.
>
> I Use MacOS 10.5 on a multi core MacMini..., last JVM and followed http://www.java.net/blog/jfarcand/archive/2009/11/27/putting-glassfish-v3-production-essencial-surviving-guide
> on glassfish optimizing for production. Maybe some of these options
> do not apply... I treat my dual core processor as a multi processor
> machine; I am not sure if this is right but haven't found any doc on
> how to configure the JVM on Mac for Glassfish.
>
> thanks for any help,
> Ignacio
> [Message sent by forum member 'icordoba' (icordoba_at_skios.es)]
>
> http://forums.java.net/jive/thread.jspa?messageID=391386
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>