Thursday, September 18, 2014

com.ibm.wsspi.webcontainer.util.RequestUtils parseQueryString SRVE0325E: Exceeding maximum parameters allowed per request

Error:
[9/18/14 7:54:44:270 SAST] 00000033 util          E com.ibm.wsspi.webcontainer.util.RequestUtils parseQueryString SRVE0325E: Exceeding maximum parameters allowed per request 100 ,current 100 , cannot add more.
[9/18/14 7:54:44:274 SAST] 00000033 ServletWrappe E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet Faces Servlet in application CustomerDataStewardshipEar-TZB2. Exception created : java.lang.IllegalArgumentException
        at com.ibm.wsspi.webcontainer.util.RequestUtils.parseQueryString(RequestUtils.java:224)

Solution:
-----------
In the administrative console click Servers > Application Servers > server_name > Web Container settings > Web Container
Under Additional Properties select Custom Properties.

add a new property
name: com.ibm.ws.webcontainer.maxParamPerRequest
Value : some number

The default value for this is 10000. you can set it a different number or you can set this property to -1 if you do not want to limit the number of parameters that can be included in a request

Please check the ref link for complete information:

No comments:

Post a Comment