ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » 2195 error

Post new topic  Reply to topic Goto page 1, 2  Next
 2195 error « View previous topic :: View next topic » 
Author Message
wbimb
PostPosted: Thu Apr 28, 2011 1:48 am    Post subject: Reply with quote

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
View user's profile Send private message
rekarm01
PostPosted: Thu Apr 28, 2011 1:54 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

Look here.
Back to top
View user's profile Send private message
wbimb
PostPosted: Thu Apr 28, 2011 1:58 am    Post subject: Reply with quote

Centurion

Joined: 17 Aug 2006
Posts: 144

I have checked all the parameters and they same to be good
Back to top
View user's profile Send private message
rekarm01
PostPosted: Thu Apr 28, 2011 3:42 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

Look again. There's more.
Back to top
View user's profile Send private message
skoobee
PostPosted: Thu Apr 28, 2011 9:43 pm    Post subject: Reply with quote

Acolyte

Joined: 26 Nov 2010
Posts: 52

WMQ Java apps return 2195 after a comms error.
Back to top
View user's profile Send private message
wbimb
PostPosted: Fri Apr 29, 2011 12:29 am    Post subject: Reply with quote

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
View user's profile Send private message
wbimb
PostPosted: Fri Apr 29, 2011 12:31 am    Post subject: Reply with quote

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
View user's profile Send private message
harish_td
PostPosted: Fri Apr 29, 2011 1:15 am    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
wbimb
PostPosted: Fri Apr 29, 2011 2:00 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Fri Apr 29, 2011 5:30 am    Post subject: Reply with quote

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
View user's profile Send private message
rekarm01
PostPosted: Fri Apr 29, 2011 10:06 am    Post subject: Re: 2195 Error Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Fri Apr 29, 2011 1:39 pm    Post subject: Reply with quote

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
View user's profile Send private message
wbimb
PostPosted: Sun May 01, 2011 9:04 pm    Post subject: Reply with quote

Centurion

Joined: 17 Aug 2006
Posts: 144

Hey there are no error logs neither there aer FDC's created.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon May 02, 2011 6:01 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Mon May 02, 2011 6:06 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » IBM MQ API Support » 2195 error
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.