Posted: Tue Dec 02, 2008 6:05 am Post subject: Getting Error While Sending Msg From Unix to Windows 2000
Novice
Joined: 28 Nov 2008 Posts: 24
Dear All,
I am getting following Error while Sending Message From Unix To Windows 2000 Through Java Program. I Know this problem is know to you all and i found same it in other Topics.. But i tried all your techniques and tricks.. But Still the problem is there.. Please HELP Me..
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't find library mq jbnd02 (libmqjbnd02.a or .so) in sun.boot.library.path or java.library.path
sun.boot.library.path=/usr/java14/jre/bin
java.library.path=/usr/java14/jre/bin:/usr/java14/jre/bin/classic:/usr/java14/jr e/bin:/usr/mqm/java/lib:/usr/lib
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2044)
at java.lang.Runtime.loadLibrary0(Runtime.java:824)
at java.lang.System.loadLibrary(System.java:910)
at com.ibm.mq.server.MQSESSION.<clinit>(MQSESSION.java:145)
at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:67)
at com.ibm.mq.MQSESSION.getSession(MQSESSION.java:241)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java: 148)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._createManagedConnec tion(MQBindingsManagedConnectionFactoryJ11.java:136)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.createManagedConnect ion(MQBindingsManagedConnectionFactoryJ11.java:154)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.jav a:80)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConne ctionManager.java:150)
at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.jav a:649)
at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:598)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:375)
at Test1.main(Test1.java:23)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum