This page describes how to perform problem determination on MQJExplorer and resolutions for some of the most common problems.
From the File menu, the View Log entry may be selected. This will pop-up a window containing the Java console log from which errors can be found.
If the MA88 MQSeries Java SupportPac is not installed correctly or the <root>/java/lib directory is not in the search path, an error similar to the following may be seen in the log:
java.lang.UnsatisfiedLinkError:
no mqjbnd02 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at com.ibm.mq.server.MQSESSION.<clinit>(MQSESSION.java:139)
at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:67)
at com.ibm.mq.MQSESSION.getSession(MQSESSION.java:240)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:148)
at
com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:136)
at
com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:154)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:80)
at
com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:150)
at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.java:560)
at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:509)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:330)
at com.kolban.mqjexplorer.QueueManagerModel.connect(QueueManagerModel.java:54)
at com.kolban.mqjexplorer.MQJExplorer.showQueueManager(MQJExplorer.java:634)
at com.kolban.mqjexplorer.MQJExplorer.postStartup(MQJExplorer.java:538)
at com.kolban.mqjexplorer.MQJExplorer.main(MQJExplorer.java:497)
The resolution to this problem is to install MA88 and ensure that <root>/java/lib is in the PATH. Commonly, this is:
C:\Program Files\IBM\MQSeries\Java\lib
See also:
Last Updated: 09/21/2001