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 MQSeries Java client libraries. Ensure that variable MQSERIES_JAVA_LIB in start_connector.bat points to the IBM MQSeries 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 from the IBM MQSeries Java client libraries. Ensure that variable MQSERIES_JAVA_LIB in start_connector.bat points to the IBM MQSeries 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 MQSeries Java client libraries. Ensure that variable MQSERIES_JAVA_LIB in start_connector.bat points to the IBM MQSeries Java client library folder. |
The connector shuts down unexpectedly during initialization and the following exception is reported: java.lang.UnsatisfiedLinkError: no mqjbnd01 in shared library path | Connector cannot find a required run-time library (mqjbnd01.dll [NT] or libmqjbnd01.so [Solaris]) from the IBM MQSeries Java client libraries. Ensure that your path includes the IBM MQSeries Java client library folder. |
The connector reports MQJMS2005: failed to create MQQueueManager for ':' | Explicitly set values for the following properties: HostName, Channel, and Port. |