cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Sender Adapter error

Former Member
0 Kudos

Hi guys

can anyone assist me for the below error message?

Error creating JMS connection. The JMS provider gave the error message as JMSFMQ6312: An exception occurred in the Java(tm) MQI. CC=2;RC=2495;AMQ8568: The native JNI library '?' was not found. For a client installation this is expected. [], and the error code as JMSFMQ6312.

Thank you, PM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Peter,

When AMQ8568 error, the problem is that the 64-bit library directory was NOT specified when dealing with 64-bit operating systems.

If you are using MQ 7.1 or 7.5, then you need to run the command ". setmqenv" instead of ". setjmsenv" or ". setjmsenv64".

If you are using a 64-bit platform, then instead of issuing "setjmsenv" you need to issue the following command.

Thanks,

Bipasha

Answers (1)

Answers (1)

Former Member
0 Kudos
former_member216353
Participant
0 Kudos

Hello Peter,

1. Is it the first time that you are activating/using JMS adapter in  your server.

2. Can you cross check the versions of JMS libraries installed on PI server.

If needed, please re-deploy the JMS libraries, restart the JMS adapter from NWA and see the results.