Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem while server startup ver 5.1

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created an application server and have deployed 2 applications under it... but when i start the server.. This is the error trace that i am getting....

[5/31/07 17:39:28:378 EST] e928356f NameServerImp E NMSV0011E: Unable to start bootstrap server using port 2811. Verify that no servers or other processes are already using the bootstrap server port. Also verify that the bootstrap server is being started with a user ID which has sufficient (e.g., root, Administrator) privileges.
org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
[5/31/07 17:39:35:315 EST] e928356f WsServer E WSVR0003E: Server CoMansSrv failed to start
com.ibm.ws.exception.RuntimeError: Unable to initialize the Name Service
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at com.ibm.ws.exception.WsException.<init>(WsException.java:106)
at com.ibm.ws.exception.RuntimeError.<init>(RuntimeError.java:22)
at com.ibm.ws.naming.bootstrap.NameServerImpl.start(NameServerImpl.java:462)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:246)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:153)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:222)
at java.lang.Thread.run(Thread.java:534)
Caused by: com.ibm.ws.naming.distcos.NameSpaceConstructionException: Unable to start bootstrap server using port 2811. Verify that no servers or other processes are already using the bootstrap server port. Also verify that the bootstrap server is being started with a user ID which has sufficient (e.g., root, Administrator) privileges.
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at com.ibm.ws.exception.WsException.<init>(WsException.java:106)
at com.ibm.ws.naming.distcos.NameSpaceConstructionException.<init>(NameSpaceConstructionException.java:37)
at com.ibm.ws.naming.bootstrap.NameServerImpl.startBootstrapService(NameServerImpl.java:736)
at com.ibm.ws.naming.bootstrap.NameServerImpl.start(NameServerImpl.java:457)
... 10 more
Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at java.lang.RuntimeException.<init>(RuntimeException.java:43)
at org.omg.CORBA.SystemException.<init>(SystemException.java:82)
at org.omg.CORBA.INTERNAL.<init>(INTERNAL.java:96)
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:714)
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:619)
at com.ibm.rmi.iiop.TransportManager.createListener(TransportManager.java:159)
at com.ibm.rmi.iiop.ORB.createListener(ORB.java:867)
at com.ibm.CORBA.iiop.ORB.createListener(ORB.java:3467)
at com.ibm.rmi.iiop.BootstrapServer.<init>(BootstrapServer.java:112)
at com.ibm.rmi.iiop.ORB.createBootstrapServer(ORB.java:876)
at com.ibm.CORBA.iiop.ORB.createBootstrapServer(ORB.java:3518)
at com.ibm.ws.naming.bootstrap.NameServerImpl.createBootstrapServer(NameServerImpl.java:784)
at com.ibm.ws.naming.bootstrap.NameServerImpl.startBootstrapService(NameServerImpl.java:729)
... 11 more
---- Begin backtrace for nested exception
com.ibm.ws.naming.distcos.NameSpaceConstructionException: Unable to start bootstrap server using port 2811. Verify that no servers or other processes are already using the bootstrap server port. Also verify that the bootstrap server is being started with a user ID which has sufficient (e.g., root, Administrator) privileges.
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at com.ibm.ws.exception.WsException.<init>(WsException.java:106)
at com.ibm.ws.naming.distcos.NameSpaceConstructionException.<init>(NameSpaceConstructionException.java:37)
at com.ibm.ws.naming.bootstrap.NameServerImpl.startBootstrapService(NameServerImpl.java:736)
at com.ibm.ws.naming.bootstrap.NameServerImpl.start(NameServerImpl.java:457)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:246)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:153)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:222)
at java.lang.Thread.run(Thread.java:534)
Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at java.lang.RuntimeException.<init>(RuntimeException.java:43)
at org.omg.CORBA.SystemException.<init>(SystemException.java:82)
at org.omg.CORBA.INTERNAL.<init>(INTERNAL.java:96)
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:714)
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:619)
at com.ibm.rmi.iiop.TransportManager.createListener(TransportManager.java:159)
at com.ibm.rmi.iiop.ORB.createListener(ORB.java:867)
at com.ibm.CORBA.iiop.ORB.createListener(ORB.java:3467)
at com.ibm.rmi.iiop.BootstrapServer.<init>(BootstrapServer.java:112)
at com.ibm.rmi.iiop.ORB.createBootstrapServer(ORB.java:876)
at com.ibm.CORBA.iiop.ORB.createBootstrapServer(ORB.java:3518)
at com.ibm.ws.naming.bootstrap.NameServerImpl.createBootstrapServer(NameServerImpl.java:784)
at com.ibm.ws.naming.bootstrap.NameServerImpl.startBootstrapService(NameServerImpl.java:729)
... 11 more
---- Begin backtrace for nested exception
org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at java.lang.RuntimeException.<init>(RuntimeException.java:43)
at org.omg.CORBA.SystemException.<init>(SystemException.java:82)
at org.omg.CORBA.INTERNAL.<init>(INTERNAL.java:96)
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:714)
at com.ibm.ws.orbimpl.transport.WSTransport.createListener(WSTransport.java:619)
at com.ibm.rmi.iiop.TransportManager.createListener(TransportManager.java:159)
at com.ibm.rmi.iiop.ORB.createListener(ORB.java:867)
at com.ibm.CORBA.iiop.ORB.createListener(ORB.java:3467)
at com.ibm.rmi.iiop.BootstrapServer.<init>(BootstrapServer.java:112)
at com.ibm.rmi.iiop.ORB.createBootstrapServer(ORB.java:876)
at com.ibm.CORBA.iiop.ORB.createBootstrapServer(ORB.java:3518)
at com.ibm.ws.naming.bootstrap.NameServerImpl.createBootstrapServer(NameServerImpl.java:784)
at com.ibm.ws.naming.bootstrap.NameServerImpl.startBootstrapService(NameServerImpl.java:729)
at com.ibm.ws.naming.bootstrap.NameServerImpl.start(NameServerImpl.java:457)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:536)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:413)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:246)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:153)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:222)
at java.lang.Thread.run(Thread.java:534)

[5/31/07 17:39:35:588 EST] e928356f WsServer E WSVR0009E: Error occurred during startup

i tried out checking if i can change the ports or anything, but to no avail... can anybody tell me how to fix this problem..
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just try chaning the port number (option #1)
if not, check whether you had given the "hostname" correctly.
 
hrishikesh deodhar
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i got the solution to this problem, i changed the BOOTSTRAP PORT in the admin console and this server started up fine...
 
reply
    Bookmark Topic Watch Topic
  • New Topic