uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39244-E

The request line is exceeds the max size. (request uri = aa....aa, max size of the request line = bb....bb)

aa....aa: Request URI
bb....bb: Maximum size of the request line
Description
The request line of the sent request has exceeded the maximum size. An error with status 414 will be returned to the client.
Action
Check if the set value of the key webserver.connector.inprocess_http.limit.max_request_line of the user property file is correct. If the set value is incorrect, change the maximum size of the request line to the correct value. When the maximum size of the request line is changed, you need to restart the J2EE server.