I have to stress cases: A) 8 msgs / sec B) 1000 msgs /sec.
The error only happens in case B. After it happens, the client
callbacks are not longer fired (i.e. it does not recover). It seems
the server looses track of that client.
Anyone might known what's going on?
cheers,
Pedro
On Dec 4 2009, 10:53 am, Simone Bordet <simone.bor...@gmail.com>
wrote:
> Hi,
>
> On Fri, Dec 4, 2009 at 12:50, Hendy Irawan <he...@soluvas.com> wrote:
> > Yes I did.
>
> > I tried moving the ContinuationFilter to the top of web.xml, but it
> > still give the error.
>
> > Exception during handling of response Conversion Error null, typeof
> > object
>
> > From Dojo cometd client, some of the error message received is:
>
> > 0 : {
> > successful : false,
> > error : 402::Unknown client,
> > advice : {
> > reconnect : handshake,
> > interval : 500
> > },
> > channel : /messages
> > }
>
> > Moving urlrewrite filter out solves the problem (spring security
> > filter is still enabled). So I guess Spring Security is not guilty.
>
> So it was the URL Rewrite Filter ?
>
> Simon
> --http://bordet.blogspot.com