help me! j2sdkee1.2.1 can not start

Infomation in the console:

D:\j2sdkee1.2.1\bin>j2ee -verbose

J2EE server Listen Port: = 1049

Naming service started: :1050

Published the configuration object ...

Binding DataSource, name = jdbc/Cloudscape, url = jdbc:cloudscape:rmi:CloudscapeDB;create=true

java.lang.RuntimeException:

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:348)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)

J2EE Server reported the following error:

Error executing J2EE server ...

D:\j2sdk331.2.1\bin>

Information in the error.log

Logging for J2EE Server Version: 1.2.1-q started at: Mon Jul 30 21:41:11 CST 2001..

Using the Java HotSpot(TM) Client VM and the version number 1.3.1 from Sun Microsystems Inc..

VM is using the classpath: D:\j2sdkee1.2.1\lib\classes;D:\j2sdkee1.2.1\lib\locale;D:\j2sdkee1.2.1\lib\j2ee.jar;D:\jdk1.3\jre\lib\rt.jar;D:\jdk1.3\lib\tools.jar;.;;D:\j2sdkee1.2.1\lib\cloudscape\RmiJdbc.jar;D:\j2sdkee1.2.1\lib\cloudscape\client.jar;D:\j2sdkee1.2.1\lib\jhall.jar .

J2EE Home Directory has been set to: D:\j2sdkee1.2.1.

org.omg.CORBA.INTERNAL:minor code: 1398079496 completed: No

at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:193)

at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:152)

at com.sun.corba.ee.internal.POA.POAORB.setPersistentServerPort(POAORB.java:449)

at com.sun.enterprise.iiop.POAEJBORB.setPersistentServerPort(POAEJBORB.java:312)

at com.sun.enterprise.iiop.POAProtocolMgr.setPersistentServerPort(POAProtocolMgr.java:167)

at com.sun.enterprise.server.EJBServer.setPersistentServerPort(EJBServer.java:475)

at com.sun.enterprise.server.EJBServer.setPersistentServerInfo(EJBServer.java:423)

at com.sun.enterprise.server.EJBServer.init(EJBServer.java:201)

at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:291)

at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)

I have reinstalled j2sdkee1.2.1 serveral time,but this isn't helpful.Can anyone to help me!

Thanks a lot!

[2184 byte] By [hustck] at [2007-9-26 2:16:30]
# 1

Hi,

Please check which version of JDk is running in your system, whether JDK1.3.0 or JDK1.3.1.

C:\> java -version

Set the JDK classpath to which version you are using by verifying from the above given command and set the J2EE_HOME and JAVA_HOME and run the server.

Please let me know if there is still problems in this.

Hope this will help you.

Regards,

Anil.

Technical Support Engineer.

ramanil_indts at 2007-6-29 9:15:01 > top of Java-index,Other Topics,Patterns & OO Design...
# 2

Thank you for your reply.

My jvm version is 1.3.0_02,I have does with your suggesion,But it still doesn't work.

I had runned j2sdkee1.2.1 well,and deploy some ejb successfullu at it. But it cann't run now.

I have installed j2sdkee1.3 also,it can run.But its deploytool isn't familiar to me.I had tried to deploy some ejb,but something wrong.

hustck at 2007-6-29 9:15:01 > top of Java-index,Other Topics,Patterns & OO Design...