Pathway/iTS Web Client Programming Manual (G06.24+)

Client Error Messages
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
A-11
Message Descriptions
3300
Cause. The TCP/IP socket connection was not established by invoking the
GatewayInitateConnection class before sending a request to the terminal control process
(TCP).
Effect. The applet stops.
Recovery. Isolate and correct the problem within the Java program, using the stack
trace information in error-loc to locate the problem. Alternatively, correct the
problem in the SCREEN COBOL program and reconvert the application.
3301
Cause. A transaction error occurred on the NonStop Himalaya system—for example, a
unilateral abort of a transaction.
Effect. If the ON ERROR clause of the BEGIN-TRANSACTION statement is present
in the SCREEN COBOL source code—that is, if the onTxnErrorMethod method is
present in the Java code—then the ON ERROR branch is taken. Otherwise, the applet
stops.
Recovery. Isolate and correct the problem within the Java program, using the stack
trace information in error-loc to locate the problem. Alternatively, correct the
problem in the SCREEN COBOL program and reconvert the application.
3302
Cause. A internal error occurred.
Effect. The applet stops.
Recovery. Contact your service provider and provide all relevant information as
follows:
Descriptions of the problem and accompanying symptoms
A description of the application task that was in progress when the error occurred
The stack trace of the Java program (from error-loc)
If your local operating procedures require contacting the Compaq Global Customer
Support Center (GCSC), supply your NonStop Himalaya system number and the
numbers and versions of all related products as well.
*3300* CONNECTION NOT ESTABLISHED WITH GATEWAY REQUESTER
THREAD error-loc
*3301* TRANSACTION ERROR error-loc
*3302* INTERNAL ERROR error-loc