Author |
Message
|
wbimb |
Posted: Thu Apr 28, 2011 1:48 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
Hi
Even I am getting MQJE001: An MQException occurred: Completion Code 2, Reason 2195 error when my Java application is trying to put message on the queue. But my Qmgr is not down. Can someone please help me what is the issue |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Apr 28, 2011 1:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
|
Back to top |
|
 |
wbimb |
Posted: Thu Apr 28, 2011 1:58 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
I have checked all the parameters and they same to be good |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Apr 28, 2011 3:42 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
Look again. There's more. |
|
Back to top |
|
 |
skoobee |
Posted: Thu Apr 28, 2011 9:43 pm Post subject: |
|
|
Acolyte
Joined: 26 Nov 2010 Posts: 52
|
WMQ Java apps return 2195 after a comms error. |
|
Back to top |
|
 |
wbimb |
Posted: Fri Apr 29, 2011 12:29 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
rekarm01 wrote: |
Look again. There's more. |
Can you be specific when you say more....i have checked all the parameters that are required to do the connection |
|
Back to top |
|
 |
wbimb |
Posted: Fri Apr 29, 2011 12:31 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
skoobee wrote: |
WMQ Java apps return 2195 after a comms error. |
What do you mean by comms error. can you please elaborate |
|
Back to top |
|
 |
harish_td |
Posted: Fri Apr 29, 2011 1:15 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
wbimb wrote: |
What do you mean by comms error. can you please elaborate |
Communications Error
A simple ping would rule that out assuming you have no network packet losses |
|
Back to top |
|
 |
wbimb |
Posted: Fri Apr 29, 2011 2:00 am Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
When i tried to find more in my code i can see that it goes into endless loop over here
this._queueManager = new MQQueueManager(qManager);
Can someone tell me what can be issue here |
|
Back to top |
|
 |
Vitor |
Posted: Fri Apr 29, 2011 5:30 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wbimb wrote: |
Can someone tell me what can be issue here |
Comms error. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rekarm01 |
Posted: Fri Apr 29, 2011 10:06 am Post subject: Re: 2195 Error |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
wbimb wrote: |
Can you be specific when you say more....i have checked all the parameters that are required to do the connection |
For a more specific answer, provide more details about the problem:
Quote: |
- On z/OS®, check whether any information has been displayed on the console. If this error occurs on an MQCONN or MQCONNX call, check that the subsystem named is an active MQ subsystem. In particular, check that it is not a DB2™ subsystem. If the problem cannot be resolved, rerun the application with a CSQSNAP DD card (if you have not already got a dump) and send the resulting dump to IBM®.
- On i5/OS®, consult the FFST™ record to obtain more detail about the problem.
- On HP OpenVMS, Compaq NonStop Kernel, and UNIX systems, consult the FDC file to obtain more detail about the problem.
|
|
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Apr 29, 2011 1:39 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Did you examine the qmgr error log files for additional information related to the 2195? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
wbimb |
Posted: Sun May 01, 2011 9:04 pm Post subject: |
|
|
 Centurion
Joined: 17 Aug 2006 Posts: 144
|
Hey there are no error logs neither there aer FDC's created. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon May 02, 2011 6:01 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
No error logs at all? Or no errors in the error logs that relate to the 2195 issue? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 02, 2011 6:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wbimb wrote: |
Hey there are no error logs neither there aer FDC's created. |
If you're getting a 2195 from a Java app using client connections then there won't be. Java apps have a habit of throwing a 2195 after a 2009, 2019 or similar (& sometimes in place of!)
How have you proved you don't have a comms error apart from checking the parameters (which just proves you're using the correct values, it doesn't prove those values are working for you) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|