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