« Return to Thread: Failed to Read Input

Failed to Read Input

by david allen :: Rate this Message:

Reply to Author | View in Thread

I randomly get the following response back from DWR:
name:'org.directwebremoting.extend.ServerException', message:'Failed to read input'

It has me completely stumped. I have managed to capture the POST data that is being sent to DWR when the exception happened and when it did not happen. Much to my suprise the daata in the POST was exactly the same.


I have no leads on this one and if anyone has seen it before please let me know.

Here is the post going to the server
POST /dwr/call/plaincall/FolderHandler.getSystemFolders.dwr HTTP/1.1
Accept: */*
Content-Type: text/plain
Referer: http://my.ip.address/inbox.do
Accept-Language: en-au
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: my.ip.address
Content-Length: 227
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: JSESSIONID=F309DC8F2160CEFCB5FA9C9607363990; plugins=flash|true|detect|true|real|false|windowsmedia|true|quicktime|true|director|false|

callCount=1
page=/inbox.do
httpSessionId=F309DC8F2160CEFCB5FA9C9607363990
scriptSessionId=57E746A2904EBA0D853C051EAAF3FD36901
c0-scriptName=FolderHandler
c0-methodName=getSystemFolders
c0-id=0
c0-param0=boolean:false
batchId=0

 « Return to Thread: Failed to Read Input