| Author |
Unable to access Session bean in WAS 5.0
|
Rajesh Bhoir
Greenhorn
Joined: Jan 06, 2003
Posts: 6
|
|
Hello, I have deployed a session bean in WAS 5.0 and I am trying to access the same through a Java Client. I am getting the following error can any one tell me if I need to add anything to class path or some settings. :::::::::::::: Error ::::::::::::::::: javax.naming.NamingException: Failed to initialize the ORB. Root exception is java.lang.reflect.Inv ocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:313) at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.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.lookup(InitialContext.java:347) at ejb.demo.DemoClient.main(DemoClient.java:49) Caused by: java.lang.UnsatisfiedLinkError: registerNatives at com.ibm.jvm.ExtendedSystem.registerNatives(Native Method) at com.ibm.jvm.ExtendedSystem.<clinit>(ExtendedSystem.java:163) at com.ibm.rmi.util.JDKBridge.setCodebaseProperties(JDKBridge.java:224) at com.ibm.rmi.util.JDKBridge.<clinit>(JDKBridge.java:203) at com.ibm.rmi.util.RepositoryId.<clinit>(RepositoryId.java:100) at com.ibm.rmi.iiop.CDROutputStream.<clinit>(CDROutputStream.java:917) at com.ibm.rmi.corba.ORB.orbParameters(ORB.java:1146) at com.ibm.CORBA.iiop.ORB.orbParameters(ORB.java:1102) at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1101) at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1639) at org.omg.CORBA.ORB.init(ORB.java:346) 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) ... 11 more
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Two things: (1) This REALLY belongs in the WebSphere forum. (2) Are you using launchClient.bat? (I'm guessing not.) Kyle
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
 |
|
|
subject: Unable to access Session bean in WAS 5.0
|
|
|