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

NVRQ

The next table lists all error codes related to requests and Navajo.

MajorMinorMessageDetails
NVRQ0001empty http header (name).An invalid header (no name) has been sent by the frontend or backend.
0002invalid characterin http header name. see section 4.2 in rfc 2616 for allowed valuesA header name with invalid characters has been sent by the frontend or backend.
0003invalid character in http header value. see section 4.2 in rfc 2616 for allowed valuesA header value with invalid characters has been sent by the frontend or backend.
0004cleanup of the ResponseAdapter failed.Contact support.
0005sending error-message failed.It was not possible to send an error message to the frontend.
0006cannot return error-message, answer already partially committedIt was not possible to send an error message to the frontend because another message has already been submitted.
0007can not buffer/parse 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 yet to prevent a following InputValidationFilter from not-blocking the request because of unread parameters.
0008can not read 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 yet to prevent a following InputValidationFilter from not-blocking the request because of unread parameters.
0009can not 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 yet to prevent a following InputValidationFilter from not-blocking the request because of unread parameters.
0010reset 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 yet to prevent a following InputValidationFilter from not-blocking the request because of unread parameters.
0011internal error: mimetype not yet supported.Contact support.
0014unsupported protocol.The frontend sent an invalid protocol. Only HTTP is currently supported. Check the log file for further details.
0015invalid request line.The frontend sent an invalid request line. Check the log file for further details.
0016HTTP method is empty.The frontend sent an empty HTTP method name.
0017illegal uri.The frontend sent an illegal URI. Check the log file for further details.
0018parsing cookie header failed.It was not possible to parse the cookie header names sent by the frontend. Check the log file for further details.
0019ignoring illegal cookie.The cookie header contains an invalid cookie. This cookie will be ignored. Check the log for further details.
0020parsing cookie header failed.It was not possible to parse the cookie header values sent by the frontend. Check the log for further details.
0021Invalid format of charset in ContentType.The frontend sent a Content-Type header with an invalid charset. Check the log for further details.
0022SSL not found.Contact support.
0023unsupported mode.Contact support.