Author |
Message
|
Hanuman |
Posted: Tue Sep 19, 2006 10:10 pm Post subject: javax.jms.JMSException: MQJMS2005: failed to create MQQueueM |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
There is mq manager by name QM_orf_qa01 with 15 queues. on a solaris server.
Now we running a .binding file from another solaris server this .binding files is deployed on jboss server-> deploy directory.
No when we start jboss and .binding file starts to bind to mq server we get this error
6:39:09,960 INFO [STDOUT] Unable to load message catalog - mqji
16:39:09,998 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[/b]
Pls can comebody solve this problem... |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 20, 2006 3:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Impossible without a dump of the .bindings file through JMSAdmin... _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 20, 2006 3:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
And, to be clear, what fj still means is the output of 'dis qcf(*)' from JMSAdmin.
Unless, of course, you're simply so confused that you're trying to run a bindings connection from a machine that only has the MQ Client installed. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Hanuman |
Posted: Wed Sep 20, 2006 3:15 am Post subject: can u pls be more precise in what u r asking me to do... |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
can u pls be more precise in what u r asking me to do...
Quote: |
Bcz i am new to this. pls help me out in this... |
do i need to install mq client on our jboss server.... |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 20, 2006 3:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
And, to be clear, what fj still means is the output of 'dis qcf(*)' from JMSAdmin.
Unless, of course, you're simply so confused that you're trying to run a bindings connection from a machine that only has the MQ Client installed. |
Actually I was shooting for:
dis qcf(*)
dis xaqcf(*)
But thanks for dotting the i. _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 20, 2006 3:29 am Post subject: Re: can u pls be more precise in what u r asking me to do... |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Parag wrote: |
can u pls be more precise in what u r asking me to do...
Quote: |
Bcz i am new to this. pls help me out in this... |
do i need to install mq client on our jboss server.... |
No.
You need to EITHER install the MQ Client OR install the MQ Server on your Jboss server, DEPENDING on what type of connection you want to use. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|