tags:

views:

232

answers:

3

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.

A: 

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

imnotneo
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
A: 

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

Clinton Bosch
Hi any updates on this issue please,i am getting this error on IE6 itself
usman
A: 

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