users@glassfish.java.net

Re: "GRIZZLY0023: Interrupting idle Thread" filling log, web apps not responding

From: Bobby Bissett <bbissett_at_gmail.com>
Date: Mon, 30 Apr 2012 22:06:25 -0400

On Tue, Apr 3, 2012 at 12:50 PM, Oleksiy Stashok
<oleksiy.stashok_at_oracle.com> wrote:
> Well, it looks like ICEPush or your app tries to finish Request/Response
> processing from the different threads. Normally only one thread may work
> with a single Request/Response instance at the same time, and only one
> thread has to complete/finish the Request/Response processing.
> If you can create a simple testcase, which reproduces the issue - it would
> help.

I finally sat down tonight to try a simple test case, and my test case
works just fine. (You'd think that'd be a good thing!) So I need to
figure out what the difference is between my test case and our real
app.

Thanks for the help so far.

Cheers,
Bobby