J2EE Application Server fails to start in Windows 2000
hi I am facing a problem in running j2ee -verbose in Windows-2000 Operating System
I have set the JAVA_HOME directory as "D:\jdk1.3"
and my J2EE_HOME Directory as "D:\j2sdkee1.3.1"
When I run j2ee server it is giving the following error
C:\>j2ee
J2EE server listen port: 1050
Redirecting the output and error streams to the following files:
D:\j2sdkee1.3.1\logs\abhay\j2ee\j2ee\system.out
D:\j2sdkee1.3.1\logs\abhay\j2ee\j2ee\system.err
Exception in thread "main" Terminate batch job (Y/N)? n
and when I try to run server using j2ee verbose it gave me the folowing errors...
C:\>j2ee -verbose
J2EE server listen port: 1050
Naming service started:1050
Exception in thread "main" java.lang.NoSuchMethodError
at com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImp
l.java:1256)
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(Sh
utdownUtilDelegate.java:223)
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(Shutdown
UtilDelegate.java:178)
at javax.rmi.CORBA.Util.writeAny(Util.java:80)
at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.re
bind(Unknown Source)
at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188
)
at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202
)
at javax.naming.InitialContext.rebind(InitialContext.java:370)
at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
erImpl.java:192)
at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
erImpl.java:149)
at com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)
at com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.ja
va:473)
at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
Can you help me to run J2EE server and please explain me how J2EE server runs
by
Abhay S Mahindrakar

