I am using tomcat 6.0.32
Sorry David, I forgot to tell you that, for tracing exact error I changed dwr.jar and put logger in ParseUtil.java file. And I got attached logs.
I found the SocketTimeoutException on line: "String line = in.readLine();"
And with reference to link you had mentioned i.e.
BufferedReader in = new BufferedReader(new InputStreamReader( req.getInputStream()));
Replacing this line by
BufferedReader in = req.getReader();
but still I got same exception, so is there any other resolution for this?
Thanks in advance.
We have very clear instructions for creating JIRA issues on the JIRA login page and on our support page - http://directwebremoting.org/dwr/support/index.html. You have not followed those instructions therefore this issue is being closed. Our support page also has a link to a troubleshooting page which it appears you have not taken the time to read.
There is no 3.4.x version of DWR and ParseUtil does not even exist in the latest 3.x versions of DWR.