  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | JMS problem...... URGENT! | JMS problem...... URGENT! 2004-08-09 - By Manish Malhotra
Back Hi All, Im working on a JMS application. I have created my own classes for the JMS handling. Means I made wrapper on JMSConnection etc. classes....
But when ever Im creating the connection of the QueueConnectionFactory it gives me the following exception. Trace is :-- ---- ---- ---- ---- ---
11:52:26.296 com.ibm.rmi.corba.PluginRegistry loadPrereqPluginsGroupThree:268 P=546046:O=0:CT ORBRas[default] org.omg.CORBA.INTERNAL : CONNECTIONINTERCEPTOR_INVALID_CLASSNAME vmcid: 0x49421000 minor code: 5B completed: No org.omg.CORBA.INTERNAL : CONNECTIONINTERCEPTOR_INVALID_CLASSNAME vmcid: 0x49421000 minor code: 5B completed: No at com.ibm.ws.orbimpl.transport.WSTransport.init(WSTransport.java:185) at com.ibm.rmi.corba.PluginRegistry.loadPrereqPluginsGroupThree(PluginRegistry. java:239) at com.ibm.rmi.corba.ORB.initializePrereqPlugins(ORB.java:418) at com.ibm.CORBA.iiop.ORB.initializePrereqPlugins(ORB.java:921) at com.ibm.rmi.corba.ORB.orbParameters(ORB.java:1309) at com.ibm.CORBA.iiop.ORB.orbParameters(ORB.java:1213) at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1238) at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1784) at org.omg.CORBA.ORB (ORB.java:367) at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:77) at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:189) at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:98) at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:74) at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:367) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:41) at java.lang.reflect.Method (Method.java:386) at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:313) at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCt xFactory.java:363) at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:102) at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java :408) at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:131) at javax.naming.InitialContext (InitialContext.java:360) at uk.co.isesolutions.util.servicelocator.ServiceLocator.lookupObject(ServiceLo cator.java:259) at uk.co.isesolutions.util.servicelocator.ServiceLocator.getJMSQueueConFactory( ServiceLocator.java:208) at uk.co.isesolutions.apps.provisioning.queue.jms.JMSQConnection.<init>(JMSQCon nection.java:259) at uk.co.isesolutions.apps.smsg.core.biz.QListener.initHandlers(QListener.java: 440) at uk.co.isesolutions.apps.smsg.core.biz.QListener.<init>(QListener.java:93) at uk.co.isesolutions.apps.smsg.core.biz.QListener.getInstance(QListener.java:8 1) at TestQueue.main(TestQueue.java:32) , p1=<null> ..............
But if Im just browing or looking up the data from the queues then it shows the proper data. But when Im trying to insert the data in the queue. Then data is not present in the Queue. That I verified by browsing after insertion.
Actually I debug my insertion code. It didnt give any abnormal exception. And print the last debud statement after sending the message in the queue. But Im wondering what is happening so that message is not available in the queues. And what the above exception comes while reading also but still Im able to read the messages from the Queue.
My server is WAS5.1.
Please help me as soon as possile. I required ur help badly.
Many thanks, Manish
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|
 |