NVCT
The next table lists all error codes related to the Navajo container.
Major | Minor | Message | Details |
---|---|---|---|
NVCT | 0001 | cleanup of the NavajoWebAppContainer failed. | Contact support. |
0002 | request method not allowed. | The frontend has sent a method that is not allowed. You can add the method to the allowedMethods attribute, in the Context tag of the navajo.xml file. | |
0003 | filter used in filter-mapping is NOT configured. | Check your configuration (in the web.xml file). | |
0004 | unsupported pass. | Contact support. | |
0005 | failed servlet on activate. | A servlet could not be loaded. Check your configuration (in the web.xml file). | |
0006 | failed filter on activate. | A filter could not be loaded. Check your configuration (in the web.xml file). | |
0007 | failed servlet on child_init. | Contact support. | |
0008 | failed filter on child_init. | Contact support. | |
0009 | failed listener on child_init. | Contact support. | |
0010 | failed servlet on child_exit. | Contact support. | |
0011 | failed filter on child_exit. | Contact support. | |
0012 | failed listener on child_exit. | Contact support. | |
0013 | handleException, response commited. | An error occurred. However, it is not possible to send the error page to the frontend because another response has already been sent. | |
0014 | handleException, response by error-mapping. | An error occurred. The content of the corresponding error-mapping file has been sent to the frontend. | |
0015 | handleException, response by 'builtin page'. | An error occurred. A built-in error page has been sent to the frontend. | |
0016 | no HTTP status set'. | No status code has been sent by the backend. | |
0017 | no headers set and no bytes written'. | No headers and no data have been sent by the backend | |
0018 | Could not parse configuration'. | Check your configuration (in the web.xml file). | |
0019 | illegal configuration'. | Check your configuration (in the web.xml file). | |
0020 | OutOfMemoryError'. | Contact support. | |
0021 | unexpected exception'. | Contact support. | |
0022 | mime-mapping for extension multiple defined'. | Check your configuration (in the web.xml file). | |
0023 | error-code for extension multiple defined'. | Check your configuration (in the web.xml file). | |
0024 | failed servlet on release. | Contact support. | |
0025 | path is not a directory. | Check your configuration (in the navajo.xml file). | |
0026 | can not read path. | Check your configuration (in the navajo.xml file). | |
0027 | unknown type path. | Check your configuration (in the navajo.xml file). | |
0028 | failed path. | Most probably a permission problem occurred. Check the log file for details. Also check your configuration (in the navajo.xml file). | |
0029 | matched Servlet is not configured. | Check your configuration (in the web.xml file). | |
0030 | matched Servlet could not be invoked (loading failed). | Check your configuration (in the web.xml file). Also check the log file after starting the proxy. | |
0031 | matched Servlet could not be invoked (init failed). | Check your configuration (in the web.xml file). | |
0032 | invalid prefix. | Check your configuration (in the web.xml file). | |
0033 | failed servlet-manager on release. | Contact support. | |
0034 | invalid config (found tag 'servlet-name' and 'filter-name' and 'filter-class'). | Check your configuration (in the web.xml file). | |
0035 | invalid config (found no tag 'servlet-name' or 'filter-name' or 'filter-class'). | Check your configuration (in the web.xml file). | |
0036 | unsupported pass. | Contact support. | |
0037 | a filter mapped to a servlet was not found. | Check your configuration (in the web.xml file). | |
0038 | matched filter/servlet could not be invoked (loading failed). | Check your configuration (in the web.xml file). Also check the log file after starting the proxy. | |
0039 | matched filter/servlet could not be invoked (init failed). | Check your configuration (in the web.xml file). | |
0040 | matched is not configured. | Check your configuration (in the web.xml file). | |
0041 | loading servlet failed. | Check your configuration (in the web.xml file). | |
0042 | loading filter failed. | Check your configuration (in the web.xml file). | |
0043 | loading listener failed. | Check your configuration (in the web.xml file). | |
0044 | file does not exist. | Check your configuration (in the web.xml file). | |
0045 | file is not accessible. | Check your configuration (in the web.xml file) and your file permissions. | |
0046 | incompatible lib. | Some incompatible packages have been installed. Contact support. | |
0047 | Could not load library. | Check the log files for more information. | |
0048 | OutOfMemoryError allocating class'. | Check your system memory | |
0049 | ClassNotFoundException class not found. | Contact support. | |
0050 | UndeclaredThrowableException class could not be initialized. | Contact support. | |
0051 | RuntimeException class could not be initialized. | Contact support. | |
0052 | Exception caught. | Contact support. | |
0053 | OutOfMemoryError during initialisation of servlet'. | Check your system memory | |
0054 | failed during initialisation of servlet. | Check your configuration (in the web.xml file). | |
0055 | OutOfMemoryError during initialisation of filter'. | Check your system memory | |
0056 | failed during initialisation of filter. | Check your configuration (in the web.xml file). | |
0057 | no mime-mapping for suffix and configured path. | Check your configuration (in the web.xml file). | |
0058 | Invalid lastModified time for file. | Check your configuration (in the web.xml file) and your file permissions. | |
0059 | Not setting 'Last-Modified' header. | Contact support. | |
0060 | loading a file failed. | Contact support. | |
0061 | The filter chain already contains the filter <filter_name>. | The same filter is added to the filter chain multiple times, which can result in unexpected behavior. | |
0062 | The filter chain already contains the filter <filter_name>. | The same filter is added to the filter chain multiple times, which can result in unexpected behavior. |