NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
NonStop Server for Java Message Service User’s Manual—522356-006
A-1
A Error Reporting and Messages
This appendix provides information about JMS API error messages, the NSJMS API
logging facility, the reliable messaging bridge logging facility, the Pathway logging
facility, SQL messages, administrative-utility error messages, and administrative-utility
warning messages.
JMS API Error Messages
JMS API error messages and exceptions are described in The Java Message Service
specification (see Compliance Information on page 1-4).
NSJMS API Logging Facility
All log records generated by the NSJMS API are contained in the nsjms.log file. The
type of records generated by the NSJMS API is determined by the Logger.loglevel
setting in the nsjms.properties file. For a description of the level of records that
can be generated and reported to the nsjms.log File, see Logger.loglevel on
page 2-14.
Reliable Messaging Bridge Logging Facility
All log records generated by the reliable messaging bridge are contained in the
pathmon_process_name.log file.
Pathway Logging Facility
All log records generated by PATHMON processes are contained in the
pathmon_process_name.pathmon.log.
SQL/MX Messages
SQL/MX reports exception condition messages during the running of an NSJMS
TopicSubscriber or an NSJMS QueueReceiver. Exception conditions are returned to
the JMS client as a javax.jms.JMSException that is linked with a nested
java.sql.SQLException. The fields returned in the SQLException area are
SQLCODE, SQLSTATE, CONDITION_NUMBER and MESSAGE_TEXT.