users@glassfish.java.net

Re: Problem with server shutdowns

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Wed, 07 Mar 2012 10:57:47 +0100

Hi,

if you see this warning - it means some tasks are being run for longer
than 15 minutes (request-timeout settings), and then GF tries to
interrupt these threads.
But definitely it shouldn't lead to JVM crash, can you pls. send us
crash info (you can find in hs_err_pid* file)?

Thanks.

WBR,
Alexey.

On 03/07/2012 09:58 AM, forums_at_java.net wrote:
> Hi
>
> I use Glassfish ver. 3.1.1 and get errors like:
>
> WARNING: GRIZZLY0023: Interrupting idle Thread: http-thread-pool-8080(3).
> WARNING: GRIZZLY0023: Interrupting idle Thread: http-thread-pool-8080(5).
> WARNING: GRIZZLY0023: Interrupting idle Thread: http-thread-pool-8080(4).
> WARNING: GRIZZLY0023: Interrupting idle Thread: http-thread-pool-8080(5).
> WARNING: GRIZZLY0023: Interrupting idle Thread: http-thread-pool-8080(4).
>
> They appear I believe due to inactivity of the user because they show
> up when
> there are no requests made to the server.
>
> Unfortunatelly they lead to server raising an exception and shutdown
>
> # An unexpected error has been detected by Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8e8154, pid=3868,
> tid=3496
> #
> # Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode windows-x86)
> # Problematic frame:
> # V [jvm.dll+0x78154]
> #
> # An error report file with more information is saved as:
> # C:\Program
> Files\glassfish-3.1.1\glassfish\domains\domain1\hs_err_pid3868.log
> #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
> I must rerun server each time it stops and that is of no use in
> production.
> What should I do to get rid of those errors so that my application
> could run
> without disturbance and no server shutdowns.
>
> Thaks for any help
>
>
> --
>
> [Message sent by forum member 'glesiak']
>
> View Post: http://forums.java.net/node/884063
>
>