Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Client Error Messages
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
A-17
Message Descriptions
3304
Cause. An invalid parameter value was passed.
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.
3305
Cause. The program attempted to communicate with a host NonStop system that was
unknown.
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.
3306
Cause. A TCP/IP I/O exception occurred during a read or write on a socket.
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.
3307
Cause. A fatal error occurred while the terminal control process (TCP) was attempting
to start 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.
*3304* INVALID PARAMETER
error-loc
*3305* UNKNOWN HOST
error-loc
*3306* ERROR DURING I/O ON SOCKET
error-loc
*3307* FATAL ERROR DURING BEGIN TRANSACTION
error-loc