vote up 0 vote down star

I am using gwt1.5, struts2, spring and hibernate. I am getting following error:

ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/project name] - Exception while dispatching incoming RPC call java.lang.IllegalArgumentException: encodedRequest cannot be empty

This error only occurs with IE, but it is working perfectly in FireFox.

flag

43% accept rate

3 Answers

vote up 0 vote down

Comma at the end of some params that shouldn't be there? Show us the code.

link|flag
its a big module.it is working perfectly in the production.we made some changes in the web.xml .we add <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> to the filter disapatcher.then only this error is coming,but only in ie. – usman Jul 31 at 7:00
vote up 0 vote down

This seems to be a proxy issue where the proxy server is stripping out the body of the request, see here.

Furthermore, from what I have experienced this issue only seems to occur when using IE7.0 and not IE6.0

link|flag
Hi any updates on this issue please,i am getting this error on IE6 itself – usman Sep 24 at 7:07
vote up 0 vote down

HI me too facing the same problem can any one tell me the solution

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.