Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting exception in the logs

Status
Not open for further replies.

09091983

Programmer
Jul 7, 2010
1
0
0
EU
HI All,

I got this exception in logs

can anyone please give me full idea of this and also resolution for this....



FATAL 02/07/10 07:01:16:502 Provisioning.stackTrace 02/07/10 07:01:16:501 Provisioning <transID=0> 0.0.0.0 Fatal Error 50602 Failed to Connect to Provisioning Queue Thread-296
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:238)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:318)
at com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:338)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:84)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:168)
at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:774)
at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:690)
at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:646)
at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:153)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:469)
at com.ibm.telstra.tra.components.provision.MQMessageSender.sendMessage(MQMessageSender.java:102)
at com.ibm.telstra.tra.components.provision.QueueService.sendMessage(QueueService.java:188)
at com.ibm.telstra.tra.components.provision.MessageProcess.createAndSendMessage(MessageProcess.java:147)
at com.ibm.telstra.tra.components.provision.MessageProcess.process(MessageProcess.java:70)
at com.ibm.telstra.tra.components.provision.ProvisioningEngine.onMessage(ProvisioningEngine.java:107)
at com.sun.ejb.containers.MessageBeanContainer.onMessage(MessageBeanContainer.java:857)
at com.sun.ejb.containers.MessageBeanListenerConcurrent.onMessage(MessageBeanListenerConcurrent.java:20)
at com.ibm.mq.jms.MQSession.run(MQSession.java:1593)
at com.sun.enterprise.jms.SessionWrapperBase.run(SessionWrapperBase.java:199)
at com.iplanet.ias.ejb.containers.IASServerSessionImpl.run(IASServerSessionImpl.java:191)
at java.lang.Thread.run(Thread.java:534)
Caused by: com.ibm.mqservices.MQInternalException: 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.MQv6InternalCommunications.checkControlFlags(MQv6InternalCommunications.java:771)
at com.ibm.mq.MQv6InternalCommunications.establishChannel(MQv6InternalCommunications.java:670)
at com.ibm.mq.MQv6InternalCommunications.initialize(MQv6InternalCommunications.java:219)
at com.ibm.mq.MQv6InternalCommunications.<init>(MQv6InternalCommunications.java:112)
at com.ibm.mq.MQSESSIONClient.MQCONNX(MQSESSIONClient.java:1348)
at com.ibm.mq.MQSESSIONClient.MQCONN(MQSESSIONClient.java:1257)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:210)
... 20 more
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top