|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQJMS2005 error |
« View previous topic :: View next topic » |
Author |
Message
|
mike080975 |
Posted: Wed Aug 01, 2001 12:06 pm Post subject: |
|
|
Newbie
Joined: 31 Jul 2001 Posts: 2
|
Hi all,
Can somebody help me to solve the MQJMS2005 error?
I configured a default QueueManager and a Default cluster and I can not be connected to the QueueManager.
Do I have to create a cluster??
I followed the guidelines but no way, still not working.
Thank you for your help.
Mike
|
|
Back to top |
|
 |
EddieA |
Posted: Tue Aug 07, 2001 10:26 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Mike,
You need to look at the LinkedException to see what the underlying MQSeries error is.
catch( JMSException je ) {
System.out.println("caught JMSException: " + je);
// check for a linked exception that provides more detail
Exception le = je.getLinkedException();
if (le != null) System.out.println("linked exception: "+le);
}
If you still have problems, then post the Return and Reason codes.
Cheers,
_________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
msca |
Posted: Wed Mar 01, 2006 4:51 am Post subject: |
|
|
Novice
Joined: 15 Feb 2006 Posts: 14
|
Hi
I have the same problem.
caught JMSException: javax.jms.JMSException: MQJMS2005: nem hozható létre MQQueueManager a következöhöz: 'localhost:QM1'
linked exception: javax.jms.JMSException: MQJMS2005: nem hozható létre MQQueueManager a következöhöz: 'localhost:QM1'
Which means: cant create connection mannager to localhost:QM1
where shall i start finding the result?
Any ideas? _________________ regards,
Szabi |
|
Back to top |
|
 |
EddieA |
Posted: Wed Mar 01, 2006 11:27 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Start by printing the linked exception. Your code is printing the main exception twice.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|