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 Installation/Configuration Support » javax.jms.JMSException: MQJMS2005: failed to create MQQueueM

Post new topic  Reply to topic
 javax.jms.JMSException: MQJMS2005: failed to create MQQueueM « View previous topic :: View next topic » 
Author Message
Hanuman
PostPosted: Mon Sep 18, 2006 8:30 pm    Post subject: javax.jms.JMSException: MQJMS2005: failed to create MQQueueM Reply with quote

Voyager

Joined: 28 Aug 2006
Posts: 89

We could not figure out what could be the problem for the error

"javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '3.209.124.60:QM_orf_qa01"
i am running an .binding file on a solaris machine.
The mq server is on another solris machine.....

When i run run the .binding i get this error..
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '3.209.124.60:QM_orf_qa01" Please help me out in this.

Thanks in advance.

Parag
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Sep 19, 2006 3:00 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Can you display the contents of the .bindings file for the qcf/tcf that you are trying to access. As well extract the linked exception from the JMSException and show us the result of that.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Hanuman
PostPosted: Tue Sep 19, 2006 5:24 am    Post subject: Contents of binding file Reply with quote

Voyager

Joined: 28 Aug 2006
Posts: 89

Contents of binding file


#This file is used by the JNDI FSContext.
#Tue Aug 29 15:58:06 EDT 2006
CENTRAL_JNDI_VAORFUOSM16A_TM_TSQ_AC1/FactoryName=com.ibm.mq.jms.MQQueueFactory
CENTRAL_JNDI_VAORFUOSM15A_TM_TSQ_AC1/RefAddr/0/Type=VER
CENTRAL_JNDI_TM_DBQ_DBWDATA/RefAddr/1/Content=-2
CENTRAL_JNDI_TM_TCQ_AVMDATA/RefAddr/3/Encoding=String
CENTRAL_JNDI_CENTRAL_CPM_ALARM/RefAddr/8/Content=CENTRAL_CPM_ALARM
CENTRAL_JNDI_VAORFUOSM15A_TM_TSQ_ADHOC/RefAddr/6/Encoding=String
CENTRAL_JNDI_TM_TCQ_AVMDATA/RefAddr/5/Type=TC
CENTRAL_JNDI_TM_TCQ_TRIGGER/RefAddr/8/Type=QU
CENTRAL_JNDI_TM_TCQ_SQDATA/RefAddr/5/Type=TC
CENTRAL_JNDI_VAORFUOSM16A_TM_TSQ_FLOWCONTROL/RefAddr/9/Encoding=String
CENTRAL_JNDI_TM_TCQ_TRIGGER/RefAddr/5/Content=0
CENTRAL_JNDI_TM_DBQ_DBWDATA/RefAddr/9/Encoding=String
CENTRAL_JNDI_TM_AE_QUEUE/RefAddr/1/Encoding=String
ORF_QA05_QCF/RefAddr/1/Type=TRAN
CENTRAL_JNDI_VAORFUOSM16A_TM_TSQ_DIALUP_DATAPULL/RefAddr/6/Content=273
CENTRAL_JNDI_TM_TCQ_TRIGGER/RefAddr/2/Content=-2
CENTRAL_JNDI_VAORFUOSM15A_CPM_ALARM/RefAddr/8/Content=VAORFUOSM15A_CPM_ALARM
CENTRAL_JNDI_TM_DBQ_AC1/RefAddr/7/Encoding=String
CENTRAL_JNDI_VAORFUOSM15A_TM_TSQ_DIALUP_DATAPULL/RefAddr/0/Type=VER
CENTRAL_JNDI_VAORFUOSM15A_TM_TSQ_ADHOC/RefAddr/1/Encoding=String
CENTRAL_JNDI_VAORFUOSM16A_TM_TSQ_DIALUP_DATAPULL/RefAddr/3/Content=-2
CENTRAL_JNDI_TM_TCQ_CMDATA/RefAddr/3/Encoding=String
CENTRAL_JNDI_TM_TCQ_AC1/RefAddr/9/Encoding=String
CENTRAL_JNDI_VAORFUOSM16A_CPM_CTA/RefAddr/5/Type=TC
CENTRAL_JNDI_VAORFUOSM16A_TM_TSQ_ADHOC/RefAddr/7/Encoding=String
CENTRAL_JNDI_TM_ALARM_MANAGER_QUEUE/RefAddr/0/Type=VER
CENTRAL_JNDI_VAORFUOSM15A_CPM_ALARM/RefAddr/6/Encoding=String
CENTRAL_JNDI_TM_DBQ_AVMDATA/RefAddr/3/Encoding=String
CENTRAL_JNDI_CENTRAL_CPM_CTA/ClassName=com.ibm.mq.jms.MQQueue
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Sep 19, 2006 2:42 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Can you please give us the output as read by the JMSAdmin tool?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Hanuman
PostPosted: Tue Sep 19, 2006 9:15 pm    Post subject: out at jboss after runing the .binding file... Reply with quote

Voyager

Joined: 28 Aug 2006
Posts: 89

at org.jboss.Main.boot(Main.java:187)
at org.jboss.Main$1.run(Main.java:438)
at java.lang.Thread.run(Thread.java:534)
16:39:10,171 WARN [JMSContainerInvoker] JMS provider failure detected:
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '3.209.124.60:QM_orf_qa01'
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:434)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:998)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:707)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:206)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:76)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:143)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:156)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:173)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:605)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:932)
Back to top
View user's profile Send private message
vennela
PostPosted: Wed Sep 20, 2006 8:04 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

I think the question was to post the output (of display qcf) )as it is displayed in the JMSAdmin tool not the error log
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » javax.jms.JMSException: MQJMS2005: failed to create MQQueueM
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.