Hi,
I have installed Websphere applcation server 3.5 in Red hat Linux 7.0.When I try to start the admin server using ./startUpServer.sh, i see the following message in ../logs/tracefile
Exception in thread "P=745026:O=0:CT" java.lang.NoSuchMethodError: com.ibm.rmi.ClientRequest: method invoke()Lcom/ibm/rmi/ClientResponse; not found
com.ibm.CORBA.iiop.ClientDelegate.invoke(Unknown Source)
Com.ibm.CORBA.iiop.ClientDelegate.is_a(Unknown Source)
org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:74)
com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:262)
javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:136)
com.ibm.CORBA.services.lsd.LocationServiceClient.<init>(LocationServiceClient.java:140)
com.ibm.CORBA.services.lsd.LocationServiceClient.initialize(LocationServiceClient.java:161)
com.ibm.ejs.oa.LocationService.registerExplicit(LocationService.java:191)
com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:135)
com.ibm.ejs.oa.EJSORB.init(EJSORB.java:324)
com.ibm.ejs.sm.server.ManagedServer.initializeOrb(ManagedServer.java: 780)
com.ibm.ejs.sm.server.ManagedServer.initializeRuntime(ManagedServer.java:516)
...
What could be the problem
Thanks before hand
Ramesh
-
Could no t start Websphere application Server 3.5 (1 messages)
- Posted by: Ramesh Seerangan
- Posted on: June 18 2001 14:29 EDT
Threaded Messages (1)
- Could no t start Websphere application Server 3.5 by John Brand on June 20 2001 00:11 EDT
-
Could no t start Websphere application Server 3.5[ Go to top ]
- Posted by: John Brand
- Posted on: June 20 2001 00:11 EDT
- in response to Ramesh Seerangan
Are you sure that you have everything needed in the classpath? It might be so that it cant find the com.ibm.CORBA.iiop.ClientRequestImpl class.
regards - Joab