users@glassfish.java.net

Re: Glassfish 2.1 under load receive EOF error

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 09 Sep 2009 13:50:40 -0400

Salut,

Rich Smith wrote:
> Hi All:
>
> I've got a java/jsp application using Stripes and Hibernate and I'm
> running into an an error:
>
> HTTPClient.RetryException: Premature EOF encountered
>
> It appears some content is not making it from the application server
> down to the browser.
> I'm running:
>
> Web Server 7 u4
> + LoadBalancer.xml
> using
> Glassfish Server 2.1 Patch 03 (9.1_02 Patch 09)
>
> Anybody have any ideas on where I should be looking. The GC and JDBC
> seem to be behaving themselves.

Can you post your server.log? Also, can you grab a jstack PID when that
happens? I suspect all the threads are busy waiting for a JDBC
connection and Grizzly starts dropping requests because it's internal
queue is full, awaiting for a thread to execute the request.

A+

-- Jeanfrancois


>
> Rich
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>