|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Failed to Read InputI 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 |
|
|
Re: Failed to Read InputYeah, it's one of those errors. From time to time appears in this list. I've suffered it and it was a pain. In my case the reason was I wasn't including commons-fileupload JAR in WEB-INF/lib. You know, you include it an after a while you modify the scripts and don't notice the error till later...when it's really difficult to spot. IIRC I was able to detect it using firebug and (somehow) clicking on the error it offered a new tab with extra information that led me to it. Good luck!
On Thu, Apr 24, 2008 at 8:35 AM, david allen <davidallenis@...> wrote:
|
| Free Forum Powered by Nabble | Forum Help |