-
MQJE001: An MQException occurred: Completion Code 2, Reason 2009 (4 messages)
- Posted by: Sumukh Keni
- Posted on: March 03 2005 08:43 EST
Hi all,
I am getting the following exception while getting a message from MQ local queue.
MQJE001: An MQException occurred: Completion Code 2, Reason 2009
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009
MQJE001: An MQException occurred: Completion Code 2, Reason 2009
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009
com.ibm.mq.MQException: MQJE001: An MQException occurred: Completion Code 2, Reason 2009
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:239)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:276)An MQ Error Occurred: Completion Code is : 2
The Reason Code is : 2009
at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:296)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:80)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:171)
at com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.java:737)
at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:671)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:400)
at com.smk.mq.PtpReciever.main(PtpReciever.java:47)
Please Help !!!
Thanx,
SumukhThreaded Messages (4)
- Re: MQJE001: An MQException occurred: Completion Code 2, Reason 2009 by Meet Gaurav on July 30 2008 03:02 EDT
- Re: MQJE001: An MQException occurred: Completion Code 2, Reason 2009 by Leonard Tambunan on August 28 2008 01:27 EDT
- MQJE001: An MQException occurred: Completion Code 2, Reason 2009 by Asanka Madhu on April 21 2010 00:30 EDT
- Due to comfiguration at Queue Manager by Amit Himani on January 03 2013 04:22 EST
-
Re: MQJE001: An MQException occurred: Completion Code 2, Reason 2009[ Go to top ]
- Posted by: Meet Gaurav
- Posted on: July 30 2008 03:02 EDT
- in response to Sumukh Keni
Am also facing the same problem..Any one help ME -
Re: MQJE001: An MQException occurred: Completion Code 2, Reason 2009[ Go to top ]
- Posted by: Leonard Tambunan
- Posted on: August 28 2008 01:27 EDT
- in response to Meet Gaurav
It is because the Channel doesn't exist. Note : Channel != Queue -
MQJE001: An MQException occurred: Completion Code 2, Reason 2009[ Go to top ]
- Posted by: Asanka Madhu
- Posted on: April 21 2010 00:30 EDT
- in response to Sumukh Keni
com.ibm.mq.MQException: MQJE001: An MQException occurred: Completion Code 2, Reason 2009
MQJE016: MQ queue manager closed channel immediately during connect
Closure reason = 2009
i have also this error, what is the reason, please give me a immediate answer -
Due to comfiguration at Queue Manager[ Go to top ]
- Posted by: Amit Himani
- Posted on: January 03 2013 04:22 EST
- in response to Sumukh Keni
Hi,
It might be due to configuration done at queue manager. Something which is denying connection to queue manager due to SSL problem or un-identified IP address (known IP address list is maintained by QM for security purpose).