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 » General Discussion » MQJMS2013 error

Post new topic  Reply to topic
 MQJMS2013 error « View previous topic :: View next topic » 
Author Message
toutroule
PostPosted: Mon Apr 28, 2003 8:27 am    Post subject: MQJMS2013 error Reply with quote

Newbie

Joined: 28 Apr 2003
Posts: 2

Hi
I try to connect to a queue manager (Solaris 5.6) through a Java program.
I get the MQJMS2013 error. All the authorizations have been granted using the setmqaut command.

Can anybody help me?



Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Mon Apr 28, 2003 10:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

Can you post the linked exception:

Code:

} catch( JMSException je ) {
    /*******************************************/
    /* Catch and display exception information */
    /*******************************************/
    System.out.println("JMSException: " + je);
    Exception le = je.getLinkedException();
    if (le != null) System.out.println("Linked exception: " + le);
       le.printStackTrace();
}
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » MQJMS2013 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.