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 WebSphere MQ Java client libraries. Ensure that variable MQSERIES_JAVA_LIB in start_connector.bat points to the WebSphere MQ Java client libraries 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 WebSphere MQ Java client libraries. Ensure that variable MQSERIES_JAVA_LIB in start_connector.bat points to the WebSphere MQ Java client libraries 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 WebSphere MQ Java client libraries. Ensure that variable MQSERIES_JAVA_LIB in start_connector.bat points to the WebSphere MQ Java client libraries 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 [Windows] or libmqjbnd01.so [UNIX]) from the IBM MQSeries Java client libraries. Ensure that your path includes the WebSphere MQ Java client libraries folder. |
The connector reports MQJMS2005: failed to create MQQueueManager for ':' | Explicitly set values for the following properties: HostName, Channel, and Port. |