users@grizzly.java.net

Re: disabling idle timeouts on Grizzly 1.9.18

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Fri, 26 Aug 2011 11:09:42 +0200

Hi Vinay,

are you using Grizzly standalone or Glassfish?
Can I suggest to check the latest version 1.9.36 and see if exception is
still there?

Thanks.

WBR,
Alexey.

On 08/26/2011 12:25 AM, Vinay Srihari wrote:
> Hi All,
>
> We are getting intermittent "java.io.IOException: Invalid chunk
> header" errors where the client is Oracle RMAN via MML. The suspicion
> is that some timeout on SelectorThread is set too low, causing the
> connection to be terminated.
>
> Javadoc on the various timeouts in SelectorThread is painfully sparse.
> Does anyone have any experience with this issue and which timeouts to
> disable?
>
> Thanks,
> -Vinay