Posted By:
zhou_jiaming
Posted On:
Thursday, July 25, 2002 08:45 PM
I'm studying j2ee! My server is j2sdkee1.3.1 under the platform windows2000 server,I have got a problem when I was configing the server! I installed j2sdk1.4.1 and j2sdkee1.3.1, the following is my enviroment variables: java_home: d:j2sdk1.4.1 j2ee_home: d:j2sdkee1.3.1 classpath: D:j2sdk1.4.1LIBdt.JAR;D:j2sdk1.4.1LIBTOOLS.JAR;D:J2EELIBj2eetools.jar;D:J2EELIBj2ee.jar;D:J2EELIB While I started the server by using "j2ee -verbose",it came to error like: "J2EE server reported the following error:Unable to create ORB. Possible include TCP/IP ports in use by another process, Error executing J2EE server..." J2EE server listen port is 1050,and I couldn't see 1050 port to be used b
More>>
I'm studying j2ee!
My server is j2sdkee1.3.1 under the platform windows2000 server,I have got a problem when I was configing the server!
I installed j2sdk1.4.1 and j2sdkee1.3.1, the following is my enviroment variables:
java_home: d:j2sdk1.4.1
j2ee_home: d:j2sdkee1.3.1
classpath: D:j2sdk1.4.1LIBdt.JAR;D:j2sdk1.4.1LIBTOOLS.JAR;D:J2EELIBj2eetools.jar;D:J2EELIBj2ee.jar;D:J2EELIB
While I started the server by using "j2ee -verbose",it came to error like:
"J2EE server reported the following error:Unable to create ORB. Possible include TCP/IP ports in use by another process, Error executing J2EE server..."
J2EE server listen port is 1050,and I couldn't see 1050 port to be used by using the command "netstat -a".
Please help me, Thanks!!
<<Less