Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot parse POST parameters of request

rtdiggstownApr 4 2013 — edited Apr 24 2013
We are receiving the following message in the Weblogic server.out file.

<Mar 29, 2013 10:31:15 AM EDT> <Warning> <Socket> <BEA-000450> <Socket 603 internal data record unavailable (probable closure due idle timeout), event received 0>
<Mar 29, 2013 10:31:39 AM EDT> <Error> <HTTP> <BEA-101019> <[ServletContext@2063459558[app:GPROUI module:GPRO path:/GPRO spec-version:2.5]] Servlet failed with IOException
weblogic.utils.NestedRuntimeException: Cannot parse POST parameters of request: '/GPRO/faces/GproDashboard'
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.mergePostParams(ServletRequestImpl.java:2144)
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.parseQueryParams(ServletRequestImpl.java:2024)
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.getQueryParams(ServletRequestImpl.java:1918)
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.getParameter(ServletRequestImpl.java:1995)
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.access$800(ServletRequestImpl.java:1817)
Truncated. see log file for complete stacktrace
Caused By: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.__AW_read(SocketInputStream.java:129)
at java.net.SocketInputStream.read(SocketInputStream.java)
at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:177)
at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:228)
Truncated. see log file for complete stacktrace


Research has shown that It may be initialted by an IE bug which sends a post header with no post body...

Here is some other more detailed reading on how IE handles XMLHttpRequests (one packet for header, other for body, body can get dropped in IE during a resubmit).
http://josephscott.org/archives/2009/08/xmlhttprequest-xhr-uses-multiple-packets-for-http-post/


If this correct then it should be a common occurrence... We are trying to figure out a way to catch these post messages and an error in ADF.. Looking for suggestions...

Thanks...

Edited by: rtdiggstown on Apr 4, 2013 11:47 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2013
Added on Apr 4 2013
2 comments
14,289 views