| Author | 
		  Message
		 | 
		
		  | abiram8 | 
		  
		    
			  
				 Posted: Wed Jul 03, 2002 7:11 am    Post subject: MQJMS2005 "Urgent" | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | bower5932 | 
		  
		    
			  
				 Posted: Wed Jul 03, 2002 8:56 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | abiram8 | 
		  
		    
			  
				 Posted: Thu Jul 04, 2002 2:11 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | abiram8 | 
		  
		    
			  
				 Posted: Thu Jul 04, 2002 4:18 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | abiram8 | 
		  
		    
			  
				 Posted: Thu Jul 04, 2002 4:19 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | kthompson | 
		  
		    
			  
				 Posted: Fri Mar 07, 2003 7:41 am    Post subject: THis is what had worked for me | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |