Results 1 to 3 of 3
- 06-15-2007, 12:04 AM #1
Member
- Join Date
- Jun 2007
- Posts
- 92
- Rep Power
- 0
Problem when sending application server with RAD 6
I just am beginning with RAD 6 and I have this problem:
Marcus:cool:Java Code:[8/25/06 15:21:28:891 CDT] 0000000a ORBRas E com.ibm.ws.orbimpl.transport .WSTransport createServerSocket P=288391:O=0:CT ORBX0390E: Cannot create listener thread. Exception=[ java.net.BindException: Address already in use: NET_Bind ]. [8/25/06 15:21:34:419 CDT] 0000000a SchedulerServ I SCHD0040I: The Scheduler Service is stopping. [8/25/06 15:21:34:450 CDT] 0000000a SchedulerServ I SCHD0002I: The Scheduler Service has stopped. [8/25/06 15:21:34:466 CDT] 0000000a AppProfileCom I ACIN0009I: The application profiling service is stopping. [8/25/06 15:21:34:481 CDT] 0000000a ActivitySessi I WACS0049I: The ActivitySession service is stopping. [8/25/06 15:21:34:575 CDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup META-INF/ws-server-components.xml [8/25/06 15:21:34:606 CDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup com.ibm.ws.exception.RuntimeError: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No at com.ibm.ws.runtime.WsServerImpl.bootServerContainer (WsServerImpl.java:182) at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120) at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378) at com.ibm.ws.runtime.WsServer.main (WsServer.java:50) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:190) Caused by: com.ibm.ws.exception.RuntimeError: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:347) at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:821) at com.ibm.ws.runtime.component.ContainerImpl.start (ContainerImpl.java:649) at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:356) at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:173) ... 9 more Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No at com.ibm.ws.orbimpl.transport .WSTransport.createListener(WSTransport.java:733) at com.ibm.ws.orbimpl.transport.WSTransport.initTransports(WSTransport.java:605) at com.ibm.rmi.iiop.TransportManager.initTransports(TransportManager.java:143) at com.ibm.rmi.corba.ORB.set_parameters (ORB.java:1282) at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:1839) at org.omg.CORBA.ORB.init(ORB.java:368) at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:82) at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174) at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerORBImpl.java:123) at com.ibm.ejs.oa.EJSORB.init(EJSORB.java :339) at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl.java:340) ... 13 more I found the error in google: "com.ibm.ws.orbimpl.transport .WSTransport createServerSocket P=288391:O=0:CT ORBX0390E: Cannot create listener thread. Exception=[ java.net.BindException: Address already in use: NET_Bind ]".
- 06-26-2007, 12:02 PM #2
Member
- Join Date
- Jun 2007
- Posts
- 1
- Rep Power
- 0
I had similiar problem, when my server didn't shutdown properly (an instance of java.exe was still running). Chceck task manager if there isn't an instance of java.exe (and shut it down). Don't mistake it for javaw.exe, which is actualy an eclipse instance.
- 07-02-2007, 06:44 AM #3
Member
- Join Date
- Jun 2007
- Posts
- 92
- Rep Power
- 0
Similar Threads
-
Problem either with BufferedReader or sending a newline character
By aikanaro in forum NetworkingReplies: 1Last Post: 01-15-2008, 08:55 PM -
Sending a Vector to TCP server
By eva in forum NetworkingReplies: 1Last Post: 01-02-2008, 10:34 AM -
sending jar files from client to server?
By gobinathm in forum New To JavaReplies: 2Last Post: 11-13-2007, 05:12 AM -
Application server
By dmis in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 11-12-2007, 01:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks