WRAP
The next table lists all error codes related to the request and response wrappers.
Major | Minor | Message | Details |
---|---|---|---|
WRAP | 0001 | can't modify the headers any more. Some headers have already been read | Contact support |
0002 | unexpected class for an attribute in SessionIdRequestWrapper_1_0::setFactory | Contact support. | |
0003 | invalid value-type found for a parameter in RequestParameterWrapper_1_0::getParamValues | Contact support. | |
0004 | unexpected class for an attribute in QueryParameterReqWrapper_1_0::setFactory | Contact support. | |
0005 | unexpected content-type in PostParameterReqWrapper_1_0::bc_init | Contact support. | |
0006 | invalid body-class received in PostParameterReqWrapper_1_0::addOwnParams | Contact support. | |
0007 | unexpected class for an attribute in PostParameterReqWrapper_1_0::setFactory | Contact support. | |
0008 | can't buffer/parse body | The 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. | |
0009 | invalid body-class received in JsonParsingRequestWrapper_1_0::addOwnParams | Contact support. | |
0010 | unexpected JSON structure received | The frontend sent an invalid JSON request. Check the log file for further details. | |
0011 | unknown JSON-value | The frontend sent an invalid JSON request. Check the log file for further details. | |
0012 | unexpected class for an attribute in JsonParsingRequestWrapper_1_0::setFactory | Contact support. | |
0013 | unexpected class for an attribute in GlobalReqAttrs_1_0::getIntRequestAttribute | Contact support. | |
0014 | could not parse cookie-header | The frontend sent a Cookie header with an invalid syntax. Check the log file for further details. | |
0015 | parsed strange cookie-header | The frontend sent a Cookie header with no cookies. Check the log file for further details. | |
0016 | unexpected class for an attribute in GetCookiesReqWrapper_1_0::setFactory | Contact support. | |
0017 | unexpected content-type in FormParameterWrapper_1_0::bc_init | Contact support. | |
0018 | unexpected class for an attribute in FormParameterWrapper_1_0::setFactory | Contact support. | |
0019 | unexpected class for an attribute in BufferRequestWrapper_1_0::setFactory | Contact support. | |
0020 | unexpected class for an attribute in BufferedBodyRequestWrapper_1_0::setFactory | Contact support. | |
0021 | can't buffer/parse body | The 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. | |
0022 | unexpected type found in RequestFlags_1_0::getFlag | Contact support. | |
0023 | a plugin does not exist | Contact support. | |
0024 | calling a filter-method from a servlet | Contact support. | |
0025 | unexpected type found in ModifierFlags_1_0::getFlag | Contact support. | |
0026 | unknown flag (invalid syntax) | Check your configuration (in the file web.xml). | |
0027 | unknown flag (invalid value) | Check your configuration (in the file web.xml). | |
0028 | cannot read multipart-body (increase 'ch.nevis.navajo.request.BufferSize') | The incoming body of the request from the frontend is bigger than the value set in the Navajo property ch.nevis.navajo.request.BufferSize. The request is blocked to prevent a following InputValidationFilter from not-blocking the request because of unread parameters. | |
0029 | Unexpected class for an attribute in GwtParsingRequestWrapper. | Contact support. | |
0030 | reset stream failed (increase 'ch.nevis.navajo.request.BufferSize') | The incoming body of the request from the frontend is bigger than the value set in the Navajo property ch.nevis.navajo.request.BufferSize. The request is blocked to prevent a following InputValidationFilter from not-blocking the request because of unread parameters. | |
0031 | unexpected class for an attribute in MultiPartRequestWrapper_1_0::setFactory | Contact support. | |
0032 | Invalid body class received in GwtParsingRequestWrapper. | Contact support. | |
0033 | unexpected class for an attribute in AcceptEncodingSanitizerReqWrapper_1_0::setFactory | Contact support. |