users@glassfish.java.net

Re: Server stops responding due to Glassfish

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Tue, 20 May 2008 11:58:20 -0400

glassfish_at_javadesktop.org wrote:
> From the output it appears all the http threads (15 of them) for my ssl port (43921) are waiting for a lock:
>
> Thread "httpWorkerThread-43921-0" thread-id 71 thread-stateWAITINGWaiting on lock: com.sun.enterprise.web.connector.grizzly.LinkedListPipeline_at_83f892
> at: java.lang.Object.wait(Native Method)
> at: java.lang.Object.wait(Object.java:485)
> at: com.sun.enterprise.web.connector.grizzly.LinkedListPipeline.getTask(LinkedListPipeline.java:279)
> at: com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:73)
> [Message sent by forum member 'bkatnich' (bkatnich)]

This is expected. All threads are waiting for works :-) Can you add:


<jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</jvm-options>

in domain.xml and restart?

Thanks

-- Jeanfrancois


>
> http://forums.java.net/jive/thread.jspa?messageID=275117
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>