Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCEEJBD
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer (Exam 1Z0-830) Java SE 17 Developer (Exam 1Z0-829) Programmer’s Guide
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
EJB Certification (OCEEJBD)
Problem with J2EE 1.3 RI
Fisher Daniel
Ranch Hand
Posts: 582
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Dear all,
I have problem using
J2EE
1.3 RI...
The erorr in my console is like this :
C:\>java -version java version "1.3.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode) C:\>j2ee -version Java 2 Enterprise Edition version 1.3.1, build 1.3.1-b17 C:\>j2ee -verbose J2EE server listen port: 1050 org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 209 completed: No at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java: 256) at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205 ) at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1 40) at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:49 2) at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:156 ) at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:114) at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:114) at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:132) at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21) at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java: 2488) at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja va:2423) at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:196) at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972) java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:206) at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972) java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:206) at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972) java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346) at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972) J2EE server reported the following error: Unable to create ORB. Possible causes include TCP/IP ports in use by another process Error executing J2EE server ... C:\>
And I have check all my port.. but there is not service using port 1050...
Do you know what should I do?
thanks
daniel
Ed Tse
Ranch Hand
Posts: 183
posted 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I had that problem b4 and really there was some stupid program that is using that port. Did you use netstat to find out if the port is taken? Try killing each of the windows processes that is started by your login user.
SCJP, Pre-SCJD (URLyBird 1.3.1), Teradata Cert'd Prof
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
J2EE 1.3 RI doesn't start...
Error executing j2ee -verbose
how can i modify the port number of the j2ee reference?
whatever I tried, can't start j2ee, help who have experience.
j2ee startup problem
More...