NonStop Servlets for JSP System Administrator's Guide
Logs and Error Conditions
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
5-5
EMS Message Format
EMS Message Format
When an error occurs during startup, the container reports an EMS message
consisting of the following elements:
•
A line that reports the date, the time, the process name, and the syslog severity
category, as described in the OSS manual set.
•
A descriptive string, for example, " (#7001) Servlet ServerClass started. Version
Procedure = T1222V20_17MAR03_BASE_V200_5". This message indicates that
the SERVLET ServerClass (the NSJSP process) has been started.
The EMS messages for the T1222 (NSJSP process) are as follows. They are also
documented in the iTP Secure WebServer Operator Messages Manual.
Event #7001 Servlet ServerClass started. Version Procedure =
%VPROC%
where %VPROC% is the version procedure number. The NSJSP process has
started.
Event #7002 Servlet ServerClass object code vproc %VPROC1% does
not match Class file vproc: %VPROC2% Terminating Server.
where %VPROC1% and %VPROC2% are the vprocs of the two T1222 product
components. You must re-install the NSJSP product.
Event #7013 Servlet ServerClass Object code call to %FUNC%
failed. Terminating Server
where %FUNC% is the native function that caused the failure. Currently it is either
processhandle_getmine_() or getProcessInfo(). You must restart the
NSJSP process.