iTP Secure WebServer Operator Messages Manual

WEBSERV Messages
iTP Secure WebServer Operator Messages Manual429507-002
1-70
Events 7000 through 7999: Servlet Server Class
(SSC) Messages (Identifier: ssc)
Recovery. Check that the pathname being sent is a valid pathname. If the name is
valid and the problem persists, contact your service provider and provide the following
information:
The number of this error message
The configuration files (httpd.config)
7008
Cause. The httpd server encountered an internal error while attempting a mime-type
translation.
Effect. The operation fails.
Recovery. If the problem persists, contact your service provider and provide the
following information:
The number of this error message
The configuration files (httpd.config)
7009
Cause. A user-written servlet called ServletRequest.getRealPath has a path name to
be translated that is longer than the internal buffer used to communicate with the httpd
server.
Effect. A null value is returned for the request.
Recovery. Path names cannot exceed 500 bytes in length. Check the Java Servlet
code to determine which path name is being sent that exceeds the buffer. Retry the
operation with a valid path name.
7010
Cause. A user-written servlet called ServletContext.getMimeType has a mime type
longer than the internal buffer used to communicate with the httpd server.
Effect. A null value is returned for the request.
(#7008) httpd returned error for Mime type translation
(#7009) Java_com_tandem_servlet_TandemServlet_getRealPath
buffer overrun
(#7010) Java_com_tandem_servlet_TandemServlet_getMimeType
buffer overrun