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 Java / JMS » MQJMS2005 "Urgent"

Post new topic  Reply to topic
 MQJMS2005 "Urgent" « View previous topic :: View next topic » 
Author Message
abiram8
PostPosted: Wed Jul 03, 2002 7:11 am    Post subject: MQJMS2005 "Urgent" Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

I have succesfully done PSIVT & IVT Set up no issue in that but in the java programme I get the following Error but my QM & broker are already running



mqjijavax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'ebbsrsdev:' at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:434) at com.ibm.mq.jms.MQTopicConnection.createQM(MQTopicConnection.java:401) at com.ibm.mq.jms.MQTopicConnection.createUniqueID(MQTopicConnection.java:525) at com.ibm.mq.jms.MQTopicConnection.<init>(MQTopicConnection.java:194) at com.ibm.mq.jms.MQTopicConnection.<init>(MQTopicConnection.java:77) at com.ibm.mq.jms.MQTopicConnectionFactory.createTopicConnection(MQTopicConnectionFactory.java:108) at scb.util.MessageFactory.createTopicSession(MessageFactory.java:62) at scb.util.MessageReceiver.<init>(MessageReceiver.java:26) at scb.security.gui.event.HomeApplet.run(HomeApplet.java:507) at java.lang.Thread.run(Unknown Source)Inside Message sendermessageBoardtracerscb.wrapper.Tracer@588db7

Thanks
R.Abiram
Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Wed Jul 03, 2002 8:56 am    Post subject: Reply with quote

Jedi Knight

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

Get the linked exception:

} 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);
}

It might shed some light. Also, what operating system are you on?
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
abiram8
PostPosted: Thu Jul 04, 2002 2:11 am    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

O.S is AIX 4.3 & the QM on AIX is 5.2.1








Can you brief it more


R.Abiram
Back to top
View user's profile Send private message Send e-mail
abiram8
PostPosted: Thu Jul 04, 2002 4:18 am    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

Thanks

I got one error Code(CC & RC) as 2,2195

& also With the Error

javax.servlet.ServletException: no library mqjbnd01 (libmqjbnd01.a or .so) in java.library.path
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:662)


Can you help me out to solve this problem

Thanks
R.Abiram
Back to top
View user's profile Send private message Send e-mail
abiram8
PostPosted: Thu Jul 04, 2002 4:19 am    Post subject: Reply with quote

Master

Joined: 27 Mar 2002
Posts: 207
Location: India

Hi,

When I internally Checked the FDC file I got this error

AMQ6119 An internal MQSeries error has occurred
(&3)

Explanation: MQSeries detected an unexpected error
when calling the operating system. The MQSeries error
recording routine has been called.


Have any one face this similar problem
Back to top
View user's profile Send private message Send e-mail
kthompson
PostPosted: Fri Mar 07, 2003 7:41 am    Post subject: THis is what had worked for me Reply with quote

Novice

Joined: 18 Nov 2001
Posts: 10

I know this is an old post, but here are the two things that I had done to resolve this issue on AIX.

1.
export LIBPATH="/usr/mqm/lib"
2.
vi /var/mqm/mqs.ini
#add this line in the QueueManager Stanza
IPCCBaseAddress=12

Note: I only saw this problem with Java2 and MQ5.2
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » MQJMS2005 "Urgent"
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.