What VM is being used by your client? You need to be sure that the IBM VM that comes with Websphere is the first in your path. This looks like the stack you get when trying to run a JNDI/EJB client with the Sun VM. If you need to use the Sun VM, there is a plugin somewhere on alphaworks that enables this.
>From: Miroslav Nachev <[EMAIL PROTECTED]> >Reply-To: Miroslav Nachev <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: WebSphere Help >Date: Mon, 12 Nov 2001 16:37:24 +0200 > > Hi, > > I am trying to run the examples from WebSphere Application Server >Advanced Edition ver. 4. The error that I have is: > >F:\Works\Software\WebSphere>launchClient >F:\IBM\WebSphere\AppClient/WSsamples/Client/J2EE/Hello/HelloJ2EESample.ear >-CCB >ootstrapHost=venera.space-comm.com >IBM WebSphere Application Server, Release 4.0 >J2EE Application Client Tool, Version 1.0 >Copyright IBM Corp., 1997-2001 > >WSCL0012I: Processing command line arguments. >WSCL0013I: Initializing the J2EE Application Client Environment. >WSCL0035I: Initialization of the J2EE Application Client Environment has >completed. >WSCL0014I: Invoking the Application Client class >WebSphereSamples.Client.HelloEJB.Application.J2EE.HelloClient > >Running the J2EE Application Client HelloEJB Sample > >javax.naming.CommunicationException: Caught CORBA.COMM_FAILURE when >resolving initial reference=WsnNameService. Root ex >ception is org.omg.CORBA.COMM_FAILURE: minor code: 3 completed: No > at com.ibm.CORBA.iiop.HTTPConnection.send(HTTPConnection.java:439) > at >com.ibm.CORBA.iiop.HTTPConnection.locate(HTTPConnection.java:659) > at com.ibm.CORBA.iiop.GIOPImpl.locate(GIOPImpl.java:172) > at >com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1016) > at >com.ibm.CORBA.iiop.InitialNamingClient.resolve(InitialNamingClient.java:372) > at >com.ibm.CORBA.iiop.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:591) > at >com.ibm.CORBA.iiop.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:355) > at >com.ibm.CORBA.iiop.ORB.resolve_initial_references(ORB.java:1753) > at >com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:566) > at >com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:328) > at >com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContext(WsnInitCtxFactory.java:200) > at >com.ibm.websphere.naming.WsnInitialContextFactory.getInitialContext(WsnInitialContextFactory.java:80) > at >javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:669) > at >javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247) > at javax.naming.InitialContext.init(InitialContext.java:223) > at javax.naming.InitialContext.<init>(InitialContext.java:179) > at >WebSphereSamples.Client.HelloEJB.Application.J2EE.HelloClient.main(HelloClient.java:32) > at java.lang.reflect.Method.invoke(Native Method) > at >com.ibm.websphere.client.applicationclient.launchClient.createContainerAndLaunchApp(launchClient.java:430) > at >com.ibm.websphere.client.applicationclient.launchClient.main(launchClient.java:288) > at java.lang.reflect.Method.invoke(Native Method) > at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158) > > Please, help me. > > > Best Regards, > Miroslav Nachev > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
