David's Technical Note

[Weblogic Troubleshooting] 'Cannot parse POST parameters' Error in Weblogic 본문

Product Engineering/2. Oracle Weblogic

[Weblogic Troubleshooting] 'Cannot parse POST parameters' Error in Weblogic

David Joo 2012. 5. 5. 20:25

Cannot parse POST parameters' Error in Weblogic

 

1. 증상

1. Sympton

     

28, 2010 7:10:34 AM CDT> <Error> <HTTP><BEA-101019>

<[weblogic.servlet.internal.WebAppServletContext@5ea05ea - appName:

'root', name: 'root', context-path: ''] Servlet failed with IOException

weblogic.utils.NestedRuntimeException: Cannot parse POST parameters of request: '/pageChange'

 

 

2. 원인

2. Cause

 

=== ODM Answer ===

Please increasing the Post Timeout attribute:

Post Timeout is the amount of time (between 0 and 120 seconds) server waits

between receiving chunks of data in an HTTP POST data before it times out. 

The default value is 30 seconds. Try and increase it (on Admin server and the

Managed Servers) to say 60 or more (maximum is 120)

 

 

3. 해결방법

3. Solution

 

To set this parameter:

1. Click on the server in the WebLogic Admin Console

2. Click on the Protocols tab, and then click on the HTTP tab

There is the "Post Timeout" (admin console 한글버전에선 '게시시간초과'로 불림)

 

 

reference: Oracle support 문서 [ID 1181514.1]