Labels

Thursday, May 28, 2015

UT000047: The number of parameters exceeded the maximum of 1000

Issue:-

: java.lang.IllegalStateException: UT000047: The number of parameters exceeded the maximum of 1000
2015-05-28 10:23:17,946 ERROR [io.undertow.request] (default task-54) UT005023: Exception handling request to /.do
: java.lang.IllegalStateException: UT000047: The number of parameters exceeded the maximum of 1000
       at io.undertow.server.handlers.form.FormData.add(FormData.java:77) [undertow-core-1.1.0.Final.jar:1.1.0.Final]
       at io.undertow.server.handlers.form.FormData.add(FormData.java:67) [undertow-core-1.1.0.Final.jar:1.1.0.Final]
       at io.undertow.server.handlers.form.FormEncodedDataDefinition$FormEncodedDataParser.doParse(FormEncodedDataDefinition.



We need to like below max-parameters need to add in standalone.xml



Solution:-

<ajp-listener name="default.ajp" socket-binding="ajp" max-parameters="200000"/>
  <http-listener name="default" socket-binding="http" max-parameters="200000"/>













  

2 comments: