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 » General Discussion » Error !

Post new topic  Reply to topic
 Error ! « View previous topic :: View next topic » 
Author Message
Shanta
PostPosted: Tue Jan 24, 2006 2:55 am    Post subject: Error ! Reply with quote

Voyager

Joined: 01 Sep 2005
Posts: 81

I have two Queue managers configured one for X and another for Y. I have two pair of bridges running on Z weblogic connection to queues in there Queue managers. How ever only one pair of bridges work at a time i.e if X bridge is up than Y fails and vice versa .Today I set all up all Queues in same queue manager on my local box. In this case all bridges seemed to work fine.

I want to know why weblogic is not been able to connect multiple queue managers at same time?
Is it a constraint at weblogic or MQ end ?
Thanks and Regards
Back to top
View user's profile Send private message
wschutz
PostPosted: Tue Jan 24, 2006 3:08 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Shanta, can you change to topic title to something more meanngful, like: "Failure connecting Weblogic to MQ", "Error!" isn't very descriptive.

I know nothing about weblogic, but if you're connecting from one weblogic instance to two MQ queue managers, its difficult to believe that the problem would be at the MQ end, since they only have one connection each.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Shanta
PostPosted: Tue Jan 24, 2006 3:12 am    Post subject: Reply with quote

Voyager

Joined: 01 Sep 2005
Posts: 81

I got the exception in debug
avax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'Y'
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:569)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2311)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1739)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:144)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:189)
at weblogic.jms.adapter.JMSBaseConnection.startInternal(JMSBaseConnection.java:267)
at weblogic.jms.adapter.JMSBaseConnection.start(JMSBaseConnection.java:219)
at weblogic.jms.adapter.JMSManagedConnectionFactory.createManagedConnection(JMSManagedConnectionFactory.java:188)
at weblogic.connector.common.internal.ConnectionFactory.createResource(ConnectionFactory.java:127)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:312)
at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:259)
at weblogic.connector.common.internal.ConnectionPool.reserveResource(ConnectionPool.java:570)
at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:253)
at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:646)
at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:106)
at weblogic.jms.adapter.JMSBaseConnectionFactory.getSourceConnection(JMSBaseConnectionFactory.java:91)
at weblogic.jms.bridge.internal.MessagingBridge.getConnections(MessagingBridge.java:768)
at weblogic.jms.bridge.internal.MessagingBridge.execute(MessagingBridge.java:995)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
-------------- Linked Exception 2 ------------
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2103
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:249)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:153)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:189)
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:754)
at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:688)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:469)
at com.ibm.mq.MQSPIQueueManager.<init>(MQSPIQueueManager.java:52)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2238)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1739)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:144)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:189)
at weblogic.jms.adapter.JMSBaseConnection.startInternal(JMSBaseConnection.java:267)
at weblogic.jms.adapter.JMSBaseConnection.start(JMSBaseConnection.java:219)
at weblogic.jms.adapter.JMSManagedConnectionFactory.createManagedConnection(JMSManagedConnectionFactory.java:188)
at weblogic.connector.common.internal.ConnectionFactory.createResource(ConnectionFactory.java:127)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1145)
at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:312)
at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:259)
at weblogic.connector.common.internal.ConnectionPool.reserveResource(ConnectionPool.java:570)
at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:253)
at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:646)
at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:106)
at weblogic.jms.adapter.JMSBaseConnectionFactory.getSourceConnection(JMSBaseConnectionFactory.java:91)
at weblogic.jms.bridge.internal.MessagingBridge.getConnections(MessagingBridge.java:768)
at weblogic.jms.bridge.internal.MessagingBridge.execute(MessagingBridge.java:995)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

Thx
Back to top
View user's profile Send private message
wschutz
PostPosted: Tue Jan 24, 2006 3:17 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Okay, so you're getting: 2103: MQRC_ANOTHER_Q_MGR_CONNECTED: An MQCONN or MQCONNX call was issued, but the thread or process is already connected to a different queue manager.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Shanta
PostPosted: Tue Jan 24, 2006 3:26 am    Post subject: Reply with quote

Voyager

Joined: 01 Sep 2005
Posts: 81

Exception we captured in our logs was - "com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2103

Thanks and Regards
Back to top
View user's profile Send private message
wschutz
PostPosted: Tue Jan 24, 2006 3:30 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Shanta wrote:
Exception we captured in our logs was - "com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2103

Thanks and Regards
is this the "weblogic" log?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Shanta
PostPosted: Tue Jan 24, 2006 3:36 am    Post subject: Reply with quote

Voyager

Joined: 01 Sep 2005
Posts: 81

This is from local queue manager

thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » 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.