| Author | 
		  Message | 
  		
  		
		     Topic: ISSUE in XA connection in client mode | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 3 Views: 6581
  | 
		   Forum: IBM MQ Java / JMS   Posted: Thu Jul 16, 2009 1:09 am   Subject: ISSUE in XA connection in client mode | 
  		
  		
		  After running the queue listener also, i am getting the same error.
 
 
 Did you install the external transactional client jar?
 
 How should  install external transactional client jar?. Please help m ... | 
  		
  		
		     Topic: ISSUE in XA connection in client mode | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 3 Views: 6581
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jul 15, 2009 10:44 pm   Subject: ISSUE in XA connection in client mode | 
  		
  		
		  I have added com.ibm.mqetclient.jarin class path of MDB. Still i got the same error   
 
 Did i hve to run queue listener. using runmqlsr ??? | 
  		
  		
		     Topic: ISSUE in XA connection in client mode | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 3 Views: 6581
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jul 15, 2009 2:59 am   Subject: ISSUE in XA connection in client mode | 
  		
  		
		  Issue:
 The Weblogic (where the MDB is deployed) is in one box and IBMMQ server is deployed in another box. 
 
 the issue which we are facing is 
 
 javax.jms.JMSException: MQJMS1068: failed to obtain ... | 
  		
  		
		     Topic: Configuring LDAP in MQ JMSAdmin Tool | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 2 Views: 3772
  | 
		   Forum: IBM MQ Java / JMS   Posted: Tue Oct 14, 2008 2:46 am   Subject: Configuring LDAP in MQ JMSAdmin Tool | 
  		
  		
		  I am quite newbie to LDAP ...
 
 i have configured my JMSAdmin.config file like this
 
 
 
 INITIAL_CONTEXT_FACTORY=com.sun.jndi.ldap.LdapCtxFactory
 PROVIDER_URL=ldap://localhost:389/o=ibm,c=us
 
 SE ... | 
  		
  		
		     Topic: no mqjbnd05 in java.library.path | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 11 Views: 15557
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Sep 17, 2008 9:14 pm   Subject: Ya it worked for me in client mode!!! | 
  		
  		
		  my QCF defn:
 
 def xaqcf(MQXAQCFC) +
        qmgr(FLEXML_MDB_QMGR) +
        transport(client) +
        channel(CHANNEL1) +
         port(6161) +
        qmgr(FLEXML_MDB_QMGR) +
        hostname(10. ... | 
  		
  		
		     Topic: no mqjbnd05 in java.library.path | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 11 Views: 15557
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Sep 17, 2008 3:53 am   Subject: same error for me too | 
  		
  		
		  no mqjbnd05 in java.library.path
 
 
 while i have tried to deploy my Message driven bean in oc4j i am getting the above error.
 
 i have set and exported the  LD_LIBRARY_PATH    . I am using JDK 1.5 ... | 
  		
  		
		     Topic: JMS message to MQ from standalone Java class | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 16 Views: 22732
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jul 28, 2008 11:02 pm   Subject: JMS message to MQ from standalone Java class | 
  		
  		
		  If my MQ server(which contains JNDI bindings dir) and MQ client(standalone app which sends msges to MQ) are in the different machine ...
 
 what should be the provider_url that i should give in the cl ... | 
  		
  		
		     Topic: connecting MQ from OC4J installed in different machine? | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 4 Views: 4824
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jul 28, 2008 9:43 pm   Subject: this is my stack trace | 
  		
  		
		  java.lang.ClassCastException
         at com.ibm.mq.jms.admin.AdminService.initJNDI(AdminService.java:195)
         at com.ibm.mq.jms.admin.JMSAdmin.<init>(JMSAdmin.java:214)
         at com.ibm ... | 
  		
  		
		     Topic: connecting MQ from OC4J installed in different machine? | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 4 Views: 4824
  | 
		   Forum: IBM MQ Java / JMS   Posted: Mon Jul 28, 2008 9:30 pm   Subject: since my app server and MQ server are in different machine | 
  		
  		
		  My JNDI bindings will be in local file system which cannot be accessed by remote App server na??
 
 Now my problem is..
 
 My JMSAdmin.config file 
 
 INITIAL_CONTEXT_FACTORY=com.ibm.mq.jms.context.WM ... | 
  		
  		
		     Topic: connecting MQ from OC4J installed in different machine? | 
  		
  		
		  meenakshi.kandasami
  
	  	  Replies: 4 Views: 4824
  | 
		   Forum: IBM MQ Java / JMS   Posted: Wed Jul 23, 2008 11:08 pm   Subject: connecting MQ from OC4J installed in different machine? | 
  		
  		
		  I have my app server(OC4J) and MQ installed in seperate boxes.is it necessary for support pac ME01 independent of JNDI provider im using?
 
 or else
 
 What is the initialcontextfactory class can i us ... |