Author |
Message
|
skrv |
Posted: Tue Mar 11, 2014 2:22 pm Post subject: MQ reason code 2495 in WAS logs |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
Hello,
we have MQ 7.0.1.10 and WAS 7 running on same server.
application deployed on that WAS server connects to MQ using BINDINGS mode.
Currently application is not able to make a connection to MQ and put a message. We are not seeing anything in the MQ logs since messages did not come to MQ yet. In the WAS SystemOut.log we are seeing below error.
can any one help with this and tell us what might be causing this error on WAS side.
[3/11/14 16:21:47:433 EDT] 00000051 SendMQ E com.aboutweb.bcare.SendMQ sendMessage A WebSphere MQ error occurred : MQJE001: Completion Code '2', Reason '2495'. |
|
Back to top |
|
 |
gbaddeley |
Posted: Tue Mar 11, 2014 2:42 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Google for MQ reason code 2495.
Looks like the app could not find a module that it needs to connect to the queue manager. Check the full exception for more details. _________________ Glenn |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Mar 12, 2014 2:35 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Is that your code able to find the Java Native Shared Library Files? . _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
skrv |
Posted: Thu Mar 13, 2014 6:48 am Post subject: |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
WAS person seems to have fixed java libraries path and that fixed the issue. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Mar 13, 2014 6:50 am Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Thanks for sharing the results and cause.  _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
|