Hi All I have just downloaded Sun's J2EE implementation server.I have followed all the steps in the tutorial for deploying the Converter application.In the final step I get this error:- There was a deployment error java.rmi.ServerException:RemoteException occurred in server thread;nested exception is java.rmi.RemoteException:Error saving/logging Please refer to <J2EE_HOME>/logs/<machine-name>/j2ee/j2ee/error.log for more information.
regards sanj
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
And what did the error.log show? ------------------ Tom Sun Certified Programmer for the Java� 2 Platform Moderator of the forums: J2EE and EJB Other Java APIs
Hi Thomas My error.log file doesn't show any error.It just shows that the server has started in a single VM and other tid bits. regards sanj
sanj singh
Ranch Hand
Joined: Jun 30, 2001
Posts: 129
posted
0
Hi Paul I tried deploying the application again and here is what my error.log file shows Logging for J2EE Server Version: 1.3_01-b01 started at: Wed Nov 21 11:32:15 GMT 2001.. Using the Java HotSpot(TM) Client VM and the version number 1.3.1 from Sun Microsystems Inc.. VM is using the classpath: C:\j2sdkee1.3\lib\system\cloudscape.jar;C:\j2sdkee1.3\lib\system\tools.jar;C:\j2sdkee1.3\lib\cloudscape\RmiJdbc.jar;C:\j2sdkee1.3\lib\cloudscape\cloudclient.jar;C:\j2sdkee1.3\lib\c lasses;C:\j2sdkee1.3\classes;C:\j2sdkee1.3\lib\j2ee.jar;C:\j2sdkee1.3\lib\locale;;C:\jdk1.3.1\lib\tools.jar;C:\j2sdkee1.3\lib\jhall.jar . J2EE Home Directory has been set to: C:\j2sdkee1.3.
Starting the server in a single VM mode.
java.lang.NoSuchMethodError at com.sun.enterprise.deployment.Archivist.validate(Archivist.java:814) at com.sun.enterprise.deployment.ApplicationArchivist.open(ApplicationArchivist.java:389) at com.sun.enterprise.deployment.ApplicationArchivist.open(ApplicationArchivist.java:371) at com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:144) at org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown Source) at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355) at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273) at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84) at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
regards sanj
sanj singh
Ranch Hand
Joined: Jun 30, 2001
Posts: 129
posted
0
Can anybody please help me? regards sanj
sanj singh
Ranch Hand
Joined: Jun 30, 2001
Posts: 129
posted
0
Hi All Since nobody had the answer to my problem I am gona try using JBoss on Win 98 and here's an interesting article on using JBoss on Win 98. http://www.geocities.com/primacprim/helloworld2001/ejb.html regards sanj [This message has been edited by sanj singh (edited November 27, 2001).]