Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: An error occurred while parsing parameters. java.net.SocketException: Connection reset

2 views
Skip to first unread message

mails...@yahoo.co.in

unread,
Sep 16, 2005, 9:41:43 AM9/16/05
to
I would really appreciate if you could tell me how you fixed this issue. I am also facing a similar problem when the page is getting submitted.

Thanks

lakshmika...@polaris.co.in

unread,
Sep 19, 2005, 1:54:39 AM9/19/05
to
Go to the admin console

Application Servers > server1 > Web Container > HTTP Transport > 7865 >
Custom Properties


here 7865 is the application port ....

and create two parameters

ConnectionIOTimeOut = 60
ConnectionKeepAliveTimeout =60

And restart server ....

mails...@yahoo.co.in

unread,
Sep 20, 2005, 6:18:50 PM9/20/05
to
Thanks a lot for your reply......will try it out but I guess my issue is slightly different as the error occurs intermittently.

sat...@hotmail.com

unread,
Mar 16, 2007, 4:06:29 PM3/16/07
to
I tried this solution.
doesnt work, gives me the same socket connection exception. please follow the stack trace below and let me know if any other solution works for this exception.


[3/16/07 14:51:58:842 EST] 2088f1cf TraceNLS u No message text associated with key parsePostData:.Connection.reset in bundle com.ibm.ejs.resources.seriousMessages
[3/16/07 14:51:58:842 EST] 2088f1cf RequestUtils E parsePostData: Connection reset
[3/16/07 14:51:58:967 EST] 2088f1cf SRTServletReq E SRVE0120E: IO Error java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
at com.ibm.ws.io.Stream.read(Stream.java:17)
at com.ibm.ws.io.ReadStream.read(ReadStream.java:177)
at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java:48)
at com.ibm.ws.io.ReadStream.read(ReadStream.java:177)
at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:342)
at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200)
at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80)
at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:309)
at java.io.InputStream.read(InputStream.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.SRTServletRequest.finish(SRTServletRequest.java:1089)
at com.ibm.ws.webcontainer.srt.SRTConnectionContext.finishConnection(SRTConnectionContext.java:86)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:204)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:286)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:624)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:458)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:912)

0 new messages