Java Mailing List Archive

http://www.junlu.com/

Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
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 Source code of org.omg.CORBA.INTERNAL: CONNECTIONINTERCEPTOR_INVALID_CLASSNAME  vmcid:
0x49421000  minor code: 5B  completed: No org.omg.CORBA.INTERNAL Source code of 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 Source code of 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 Source code of 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 Source code of 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".

©2008 junlu.com - Jax Systems, LLC, U.S.A.