[progress Communities] [progress Openedge Abl] Forum Post: Re: Need Help On Ibm Mq - "error...

  • Thread starter Sivarami Reddy Marella
  • Start date
Status
Not open for further replies.
S

Sivarami Reddy Marella

Guest
Hi Anand, Thanks, Now I am able to compile and Jar file generated with below message. I have copied the Jar file to client machine and i have kept in the class path.Now I am getting the error message "Error connecting to the JMS AppServer service" and please find the below sonic mq server log also. C:\Program Files\Java\jdk1.7.0_79\bin>jar -cvf AdminObjectFinder.jar C:\webspher eMQJMS\websphereMQ\jmsfromABL added manifest adding: websphereMQJMS/websphereMQ/jmsfromABL/(in = 0) (out= 0)(stored 0%) adding: websphereMQJMS/websphereMQ/jmsfromABL/AdminObjectFinder.class(in = 2501) (out= 1128)(deflated 54%) C:\Program Files\Java\jdk1.7.0_79\bin> S-0003>(Jul 18, 2017 15:57:10:254) 192.168.56.1::sonicMQ1::3620::8db5864cb9386a5e:411b3247:15d553a9949:-7feb: Startup Parameters: jmsServerName: Point-To-Point brokerURL: CF2 user: password: clientID: null pingInterval: transactedPublish: false transactedReceive: false singleMessageAck: false symbiontAdapter: false jmsDomain: true S-0003>(Jul 18, 2017 15:57:10:254) S-0003: receive message queue size set to 10 S-0003>(Jul 18, 2017 15:57:10:256) S-0003: browse message queue size set to 500 S-0003>(Jul 18, 2017 15:57:10:256) : In SessionContainer() S-0003>(Jul 18, 2017 15:57:10:257) : Looking up ConnectionFactory in JNDI Object Store S-0003>(Jul 18, 2017 15:57:10:257) : Connection Factory object not found in JNDI Object Store. Creating using jmsProvider.properties file S-0003>(Jul 18, 2017 15:57:10:257) : Creating JMS connection factory with Broker URL as [ CF2 ] S-0003>(Jul 18, 2017 15:57:10:262) : Setting Queue Manager CF2 on Connection Factory Class com.ibm.mq.jms.MQConnectionFactory S-0003>(Jul 18, 2017 15:57:10:263) 192.168.56.1::sonicMQ1::3620::8db5864cb9386a5e:411b3247:15d553a9949:-7feb: Using connection values: 26,null,true,,true,false,-1,-1,false,0,false,false,,10000,0,30,false,60,0,20,0,,null,null,PC302075,localhost S-0003>(Jul 18, 2017 15:57:10:265) 192.168.56.1::sonicMQ1::3620::8db5864cb9386a5e:411b3247:15d553a9949:-7feb com.ibm.msg.client.jms.DetailedJMSException: JMSFMQ6312: An exception occurred in the Java(tm) MQI. The Java(tm) MQI has thrown an exception describing the problem. See the linked exception for further information. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.ibm.msg.client.commonservices.j2se.NLSServices.createException(NLSServices.java:311) at com.ibm.msg.client.commonservices.nls.NLSServices.createException(NLSServices.java:225) at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createV7ProviderConnection(WMQConnectionFactory.java:6852) at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createProviderConnection(WMQConnectionFactory.java:6221) at com.ibm.msg.client.jms.admin.JmsConnectionFactoryImpl._createConnection(JmsConnectionFactoryImpl.java:285) at com.ibm.msg.client.jms.admin.JmsConnectionFactoryImpl.createConnection(JmsConnectionFactoryImpl.java:233) at com.ibm.mq.jms.MQConnectionFactory.createCommonConnection(MQConnectionFactory.java:6016) at com.ibm.mq.jms.MQConnectionFactory.createConnection(MQConnectionFactory.java:6041) at com.progress.messaging.jms.SessionContainer.createConnection(SessionContainer.java:1519) at com.progress.messaging.jms.SessionContainer.init(SessionContainer.java:303) at com.progress.messaging.jms.JmsConnection. (JmsConnection.java:39) at com.progress.messaging.jms.jms._connect(jms.java:306) at com.progress.javafrom4gl.implementation.JavaServlet. (JavaServlet.java:81) at com.progress.javafrom4gl.implementation.ServiceImpl.createConnectionServlet(ServiceImpl.java:106) at com.progress.ubroker.broker.ubServerThreadIPC.write(ubServerThreadIPC.java:433) at com.progress.ubroker.broker.ubASserverThread.processConnect(ubASserverThread.java:574) at com.progress.ubroker.broker.ubServerThread.processEvent(ubServerThread.java:1210) at com.progress.ubroker.broker.ubServerThread.mainline(ubServerThread.java:479) at com.progress.ubroker.broker.ubServerThread.run(ubServerThread.java:356) Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2495;AMQ8568: The native JNI library 'mqjbnd64' was not found. For a client installation this is expected. [3=mqjbnd64] at com.ibm.mq.jmqi.local.LocalMQ.loadLib(LocalMQ.java:1202) at com.ibm.mq.jmqi.local.LocalMQ$1.run(LocalMQ.java:272) at java.security.AccessController.doPrivileged(Native Method) at com.ibm.mq.jmqi.local.LocalMQ.initialise_inner(LocalMQ.java:260) at com.ibm.mq.jmqi.local.LocalMQ.initialise(LocalMQ.java:223) at com.ibm.mq.jmqi.local.LocalMQ. (LocalMQ.java:1255) at com.ibm.mq.jmqi.local.LocalServer. (LocalServer.java:219) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.ibm.mq.jmqi.JmqiEnvironment.getInstance(JmqiEnvironment.java:656) at com.ibm.mq.jmqi.JmqiEnvironment.getMQI(JmqiEnvironment.java:590) at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createV7ProviderConnection(WMQConnectionFactory.java:6844) ... 16 more Caused by: java.lang.UnsatisfiedLinkError: no mqjbnd64 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at com.ibm.mq.jmqi.local.LocalMQ.loadLib(LocalMQ.java:1146) ... 29 more Thanks, Sivarami

Continue reading...
 
Status
Not open for further replies.
Top