Problem |
Potential
solution / explanation |
The connector
shuts down unexpectedly during initialization and the following
message is reported: Exception in thread "main"
java.lang.NoClassDefFoundError: javax/jms/JMSException... |
Connector
cannot find file jms.jar from the IBM WebSphere MQ Java
client libraries. Ensure that variable MQSERIES_JAVA_LIB
in start_connector.bat points to the IBM WebSphere MQ Java
client library folder. |
The connector
shuts down unexpectedly during initialization and the following
message is reported: Exception in thread "main"
java.lang.NoClassDefFoundError:
com/ibm/mq/jms/MQConnectionFactory... |
Connector
cannot find file com.ibm.mqjms.jar in the IBM WebSphere MQ
Java client libraries. Ensure that variable
MQSERIES_JAVA_LIB in start_connector.bat points
to the IBM WebSphere MQ Java client library folder. |
The connector
shuts down unexpectedly during initialization and the following
message is reported: Exception in thread "main"
java.lang.NoClassDefFoundError:
javax/naming/Referenceable... |
Connector
cannot find file jndi.jar from the IBM WebSphere MQ Java
client libraries. Ensure that variable MQSERIES_JAVA_LIB
in start_connector.bat points to the IBM WebSphere MQ Java
client library folder. |
The connector
reports MQJMS2005: failed to create MQQueueManager for
':' |
Explicitly
set values for the following properties: HostName,
Channel, and Port. |