Pathway/iTS Web Client Programming Manual (G06.24+)
Client Error Messages
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
A-12
Message Descriptions
3303
Cause. The method OnTxnErrorMethod, which implements the ON ERROR clause of
the BEGIN-TRANSACTION statement in the SCREEN COBOL program, is not a
public method.
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.
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 Himalaya 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.
*3303* THE ON ERROR METHOD OF BEGIN-TRANSACTION IS NOT PUBLIC
error-loc
*3304* INVALID PARAMETER error-loc
*3305* UNKNOWN HOST error-loc
*3306* ERROR DURING I/O ON SOCKET error-loc