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

NVCT

The next table lists all error codes related to the Navajo container.

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