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-16
Message Descriptions
3301
Cause. A transaction error occurred on the NonStop 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:
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 HP Global Customer Support
Center (GCSC), supply your NonStop system number and the numbers and versions
of all related products as well.
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.
*3301* TRANSACTION ERROR
error-loc
*3302* INTERNAL ERROR
error-loc
*3303* THE ON ERROR METHOD OF BEGIN-TRANSACTION IS NOT PUBLIC
error-loc