WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Application error, cannot add more

    Posted Mon November 26, 2012 06:42 AM
    Hi All,
    Please suggest.

     I am getting below error's in application.

    00000e15 RequestUtils E SRVE0325E: Exceeding maximum parameters allowed per request 10000 ,current 10000 , cannot add more.
    [11/23/12 16:50:31:009 GMT+05:30] 00000e15 FilterDispatc E org.apache.struts2.dispatcher.FilterDispatcher doFilter error getting ActionMapping java.lang.IllegalArgumentException at
    com.ibm.wsspi.webcontainer.util.RequestUtils.parseQueryString
    (RequestUtils.java:184) at com.ibm.ws.webcontainer.servlet.RequestUtils.parsePostData
    (RequestUtils.java:339) at com.ibm.ws.webcontainer.srt.SRTServletRequest.parseParameters
    (SRTServletRequest.java:2008) at
    com.ibm.ws.webcontainer.srt.SRTServletRequest.getParameterMap
    (SRTServletRequest.java:2562)

    Thanks,
    chinna.


  • 2.  Application error, cannot add more

    Posted Mon November 26, 2012 07:00 AM
    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.


  • 3.  Application error, cannot add more

    Posted Tue December 04, 2012 03:05 AM
    Hi Joseph,

    Thanks for your inputs.

    Please help to understand, how can i know application is using 10000 value.

    Is there any impact, if we chage this value. Why this value is required?

    please share any links.


    Thanks,

    Chinna.


  • 4.  Application error, cannot add more

    Posted Tue December 04, 2012 05:09 AM
    Hi Chinna,


      To check the parameter one way is to enable traces at:

      com.ibm.wsspi.webcontainer.util

      and count in queryString.

      I don't know the impact, but 10000 parameters in a request sounds too big.


      Hope this helps

    regards