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 » MQJMS2005 error

Post new topic  Reply to topic
 MQJMS2005 error « View previous topic :: View next topic » 
Author Message
mike080975
PostPosted: Wed Aug 01, 2001 12:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
EddieA
PostPosted: Tue Aug 07, 2001 10:26 am    Post subject: Reply with quote

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
View user's profile Send private message
msca
PostPosted: Wed Mar 01, 2006 4:51 am    Post subject: Reply with quote

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
View user's profile Send private message
EddieA
PostPosted: Wed Mar 01, 2006 11:27 am    Post subject: Reply with quote

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
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 » IBM MQ Installation/Configuration Support » MQJMS2005 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.