

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
jms_send_message_queue
Hello!
I'm trying to develop a jms_send_message_queue request using WebService protocol but I have one issue when I replay the script.
java.lang.NoClassDefFoundError: com/sun/corba/se/impl/orb/ORBImpl
java.lang.NoClassDefFoundError: com/sun/corba/se/impl/orb/ORBImpl
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:92)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:179)
at com.ibm.ejs.oa.EJSClientORBImpl.(EJSClientORBImpl.java:83)
at com.ibm.ejs.oa.EJSClientORBImpl.(EJSClientORBImpl.java:59)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:102)
at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:356)
at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:421)
at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:123)
at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:798)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164)
at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409)
at com.mercury.ws.jms.ConnectionManagerImpl.initialize(ConnectionManagerImpl.java:99)
at com.mercury.ws.jms.JMSSupportImpl.initialize(JMSSupportImpl.java:28)
at com.mercury.ws.jms.JMSBridge.init_jms(JMSBridge.java:154)
Caused by: java.lang.ClassNotFoundException: com.sun.corba.se.impl.orb.ORBImpl
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
... 15 more
These are the .jar that are attached:
\lib\UtilsPruRenSgecoref.jar;\lib\naming.jar;\lib\namingclient.jar;\lib\ras.jar;\lib\wsexception.jar;\lib\bootstrap.jar;\lib\com.ibm.jaxws.thinclient_7.0.0.jar;\lib\jacorb.jar;\lib\com.ibm.ws.orb_7.0.0.jar;\lib\ibmorb.jar
I attach one snapshot of the applicated RTS:
Thank you in advance for your time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
What's the LR version you are using?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello!
12.61.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I had similar errors with IBM MQ. See this if it helps.
Thanks


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you for your help.
However your solution doesn't helps me and it doesn't works.
If I am using JNDI initial context factory: com.ibm.websphere.naming.WsnInitialContextFactory, which are the libs that I need?
Thank you for your time.