iTP Secure WebServer Operator Messages Manual

WEBSERV Messages
iTP Secure WebServer Operator Messages Manual429507-002
1-68
Events 7000 through 7999: Servlet Server Class
(SSC) Messages (Identifier: ssc)
Recovery. None.
7002
Cause. The vproc of the Servlet Server Class object code does not match the vproc of
servlet Class file.
Effect. The Servlet Server Class can not start.
Recovery. Reinstall the product and follow the installation procedure.
7003
class-name
is the Java class name that could not be located.
Cause. The specified class was not in the class path for the Servlet Server Class.
Effect. The Servlet Server Class (SSC) aborts.
Recovery. Check the spelling of the class name specified in your servlet program, and
ensure that the CLASSPATH specified in the Server directive for the SSC includes that
class. Restart the Servlet Server Class.
For information about the Server directive, see the
iTP Secure WebServer System
Administrators Guide
.
7004
Cause. The CGI library called the malloc function, but was unable to obtain memory
from the heap.
Effect. The CGI process exits.
Recovery. Check for the following possible causes:
Insufficient heap size
Memory leaks in user-written code
If any of these conditions exist, correct them.
(#7002) Servlet Server Class Start Failed. Servlet Server
Class Object code vproc = T1222V10_xxxx_xx does not match
Class file vproc of: T1222V10_xxxx_xx. Terminating Server.
(#7003) Unable to locate Java Class (name=
class-name
) within
the current CLASSPATH. Aborting!
(#7004) cgilib: Malloc failure!