Posted: Sun Oct 10, 2004 3:07 am Post subject: Can not connect to Remote MQSeries from WAS 5
Apprentice
Joined: 10 Mar 2004 Posts: 31
I am trying to connect to a Remote MQSeries from WebSphere 5. and try to access the QueueConnectionFactory and the Queue from a simple JMS program I keep getting the error:
createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource QCF.EGOV, throwing ResourceAllocationException. Original exception: javax.resource.spi.ResourceAdapterInternalException: createQueueConnection failed
at com.ibm.ejs.jms.JMSCMUtils.mapToResourceException(JMSCMUtils.java:125)
at com.ibm.ejs.jms.JMSManagedQueueConnection.createConnection(JMSManagedQueueConnection.java:119)
at com.ibm.ejs.jms.JMSManagedConnection.<init>(JMSManagedConnection.java:160)
at com.ibm.ejs.jms.JMSManagedQueueConnection.<init>(JMSManagedQueueConnection.java:64)
at com.ibm.ejs.jms.WSJMSManagedQueueConnectionFactory.createManagedConnection(WSJMSManagedQueueConnectionFactory.java:84)
at com.ibm.ejs.jms.JMSManagedConnectionFactory.createManagedConnection(JMSManagedConnectionFactory.java:477)
at com.ibm.ejs.j2c.poolmanager.FreePool.createManagedConnectionWithMCWrapper(FreePool.java:1280)
at com.ibm.ejs.j2c.poolmanager.FreePool.createOrWaitForConnection(FreePool.java:1064)
at com.ibm.ejs.j2c.poolmanager.PoolManager.reserve(PoolManager.java:1571)
at com.ibm.ejs.j2c.ConnectionManager.allocateMCWrapper(ConnectionManager.java:622)
at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:424)
at com.ibm.ejs.jms.JMSQueueConnectionFactoryHandle.createQueueConnection(JMSQueueConnectionFactoryHandle.java:80)
at MQTestServlet.doGet(MQTestServlet.java:54)
I am using Client Binding and can successfully connect to Queues running on local MQSeries but not remotely....any ideas?
is the JAAS alias correct ? Does it have authorizations on the qmgr ?
Does the case match ?
Is the qmgr running ?
is the listener running ?
is the port correct ?
is the channel running ?
is the hostname correct ?
Do all jndi references and links have the correct case / spelling ?
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