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 API Support » MQJMS2005 error on SunOS

Post new topic  Reply to topic
 MQJMS2005 error on SunOS « View previous topic :: View next topic » 
Author Message
amigupta1978
PostPosted: Mon Mar 11, 2002 10:25 am    Post subject: Reply with quote

Centurion

Joined: 22 Jan 2002
Posts: 132
Location: India

Hi,
I am using BEA JMS on Sun Solaris v5.8 with JAVA Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) and Mqseries 5.2
I am getting a MQJMS2005 error while creating a Queuemanager javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager

Can anyone tell how to solve this problem??

Regards,
Amit
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
EddieA
PostPosted: Mon Mar 11, 2002 12:58 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Amit,

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
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » MQJMS2005 error on SunOS
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.