Skip to main content
Version: 3.14.x.x LTS

WRAP

The next table lists all error codes related to the request and response wrappers.

MajorMinorMessageDetails
WRAP0001can't modify the headers any more. Some headers have already been readContact support
0002unexpected class for an attribute in SessionIdRequestWrapper_1_0::setFactoryContact support.
0003invalid value-type found for a parameter in RequestParameterWrapper_1_0::getParamValuesContact support.
0004unexpected class for an attribute in QueryParameterReqWrapper_1_0::setFactoryContact support.
0005unexpected content-type in PostParameterReqWrapper_1_0::bc_initContact support.
0006invalid body-class received in PostParameterReqWrapper_1_0::addOwnParamsContact support.
0007unexpected class for an attribute in PostParameterReqWrapper_1_0::setFactoryContact support.
0008can't buffer/parse bodyThe body sent by the frontend is bigger than the size configured in the bc-property ch.nevis.navajo.request.BufferSize. Because of this, the responsible filter or servlet cannot cache the body. Increase the value of the bc-property ch.nevis.navajo.request.BufferSize to solve the problem. For more information, see Low-level properties.
0009invalid body-class received in JsonParsingRequestWrapper_1_0::addOwnParamsContact support.
0010unexpected JSON structure receivedThe frontend sent an invalid JSON request. Check the log file for further details.
0011unknown JSON-valueThe frontend sent an invalid JSON request. Check the log file for further details.
0012unexpected class for an attribute in JsonParsingRequestWrapper_1_0::setFactoryContact support.
0013unexpected class for an attribute in GlobalReqAttrs_1_0::getIntRequestAttributeContact support.
0014could not parse cookie-headerThe frontend sent a Cookie header with an invalid syntax. Check the log file for further details.
0015parsed strange cookie-headerThe frontend sent a Cookie header with no cookies. Check the log file for further details.
0016unexpected class for an attribute in GetCookiesReqWrapper_1_0::setFactoryContact support.
0017unexpected content-type in FormParameterWrapper_1_0::bc_initContact support.
0018unexpected class for an attribute in FormParameterWrapper_1_0::setFactoryContact support.
0019unexpected class for an attribute in BufferRequestWrapper_1_0::setFactoryContact support.
0020unexpected class for an attribute in BufferedBodyRequestWrapper_1_0::setFactoryContact support.
0021can't buffer/parse bodyThe body sent by the frontend is bigger than the size configured in the bc-property ch.nevis.navajo.request.BufferSize. Because of this, the responsible filter or servlet cannot cache the body. Increase the value of the bc-property ch.nevis.navajo.request.BufferSize to solve the problem. For more information, see Low-level properties.
0022unexpected type found in RequestFlags_1_0::getFlagContact support.
0023a plugin does not existContact support.
0024calling a filter-method from a servletContact support.
0025unexpected type found in ModifierFlags_1_0::getFlagContact support.
0026unknown flag (invalid syntax)Check your configuration (in the file web.xml).
0027unknown flag (invalid value)Check your configuration (in the file web.xml).