Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2008, 11:21 AM
Member
 
Join Date: Feb 2008
Posts: 2
uppaluru is on a distinguished road
Unable to start WEbSphere server using RAD IDE
Hi,

I did installed RAD IDE on my desktop and when tried to start websphere it is giving following error:


META-INF/ws-server-components.xml
[2/4/08 14:38:25:306 IST] 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.bootServerContaine r(WsServerImpl.java:198)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl .java:139)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl. java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLa uncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher .java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher. java:72)
at org.eclipse.core.internal.runtime.PlatformActivato r$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.core.launcher.Main.invokeFramework(Mai n.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java: 278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclips e(WSPreLauncher.java:264)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLa uncher.java:75)
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:386)
at com.ibm.ws.runtime.component.ContainerImpl.startCo mponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(C ontainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(Serv erImpl.java:485)
at com.ibm.ws.runtime.WsServerImpl.bootServerContaine r(WsServerImpl.java:191)
... 22 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.createLis tener(WSTransport.java:859)
at com.ibm.ws.orbimpl.transport.WSTransport.initTrans ports(WSTransport.java:597)
at com.ibm.rmi.iiop.TransportManager.initTransports(T ransportManager.java:155)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1212 )
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:166 2)
at org.omg.CORBA.ORB.init(ORB.java:364)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFact ory.java:86)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl .java:179)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerOR BImpl.java:102)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:55)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl .java:379)
... 26 more

[2/4/08 14:38:25:316 IST] 0000000a SystemErr R 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
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContaine r(WsServerImpl.java:198)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl .java:139)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl. java:460)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at java.lang.reflect.Method.invoke(Method.java:615)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLa uncher.java:183)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher .java:90)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher. java:72)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at org.eclipse.core.internal.runtime.PlatformActivato r$1.run(PlatformActivator.java:226)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:376)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:163)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at java.lang.reflect.Method.invoke(Method.java:615)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at org.eclipse.core.launcher.Main.invokeFramework(Mai n.java:334)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at org.eclipse.core.launcher.Main.basicRun(Main.java: 278)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at org.eclipse.core.launcher.Main.run(Main.java:973)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclips e(WSPreLauncher.java:264)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLa uncher.java:75)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R 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:386)
at com.ibm.ws.runtime.component.ContainerImpl.startCo mponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(C ontainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(Serv erImpl.java:485)
at com.ibm.ws.runtime.WsServerImpl.bootServerContaine r(WsServerImpl.java:191)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl .java:139)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl. java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLa uncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher .java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher. java:72)
at org.eclipse.core.internal.runtime.PlatformActivato r$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.core.launcher.Main.invokeFramework(Mai n.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java: 278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclips e(WSPreLauncher.java:264)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLa uncher.java:75)
Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.orbimpl.transport.WSTransport.createLis tener(WSTransport.java:859)
at com.ibm.ws.orbimpl.transport.WSTransport.initTrans ports(WSTransport.java:597)
at com.ibm.rmi.iiop.TransportManager.initTransports(T ransportManager.java:155)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1212 )
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:166 2)
at org.omg.CORBA.ORB.init(ORB.java:364)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFact ory.java:86)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl .java:179)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerOR BImpl.java:102)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:55)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl .java:379)
... 26 more

[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl .java:386)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.startCo mponents(ContainerImpl.java:977)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ContainerImpl.start(C ontainerImpl.java:673)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ServerImpl.start(Serv erImpl.java:485)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.runtime.WsServerImpl.bootServerContaine r(WsServerImpl.java:191)
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R ... 22 more
[2/4/08 14:38:25:316 IST] 0000000a SystemErr R Caused by: org.omg.CORBA.INTERNAL: CREATE_LISTENER_FAILED_4 vmcid: 0x49421000 minor code: 56 completed: No
at com.ibm.ws.orbimpl.transport.WSTransport.createLis tener(WSTransport.java:859)
at com.ibm.ws.orbimpl.transport.WSTransport.initTrans ports(WSTransport.java:597)
at com.ibm.rmi.iiop.TransportManager.initTransports(T ransportManager.java:155)
at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1212 )
at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:166 2)
at org.omg.CORBA.ORB.init(ORB.java:364)
at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFact ory.java:86)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl .java:179)
at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerOR BImpl.java:102)
at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:55)
at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl .java:379)
at com.ibm.ws.runtime.component.ContainerImpl.startCo mponents(ContainerImpl.java:977)
at com.ibm.ws.runtime.component.ContainerImpl.start(C ontainerImpl.java:673)
at com.ibm.ws.runtime.component.ServerImpl.start(Serv erImpl.java:485)
at com.ibm.ws.runtime.WsServerImpl.bootServerContaine r(WsServerImpl.java:191)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl .java:139)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl. java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.wsspi.bootstrap.WSLauncher.launchMain(WSLa uncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher .java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher. java:72)
at org.eclipse.core.internal.runtime.PlatformActivato r$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at org.eclipse.core.launcher.Main.invokeFramework(Mai n.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java: 278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclips e(WSPreLauncher.java:264)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLa uncher.java:75)

[2/4/08 14:38:25:316 IST] 0000000a SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.createLis tener(WSTransport.java:859)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.ws.orbimpl.transport.WSTransport.initTrans ports(WSTransport.java:597)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.rmi.iiop.TransportManager.initTransports(T ransportManager.java:155)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.rmi.corba.ORB.set_parameters(ORB.java:1212 )
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.CORBA.iiop.ORB.set_parameters(ORB.java:166 2)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at org.omg.CORBA.ORB.init(ORB.java:364)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFact ory.java:86)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl .java:179)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSServerORBImpl.<init>(EJSServerOR BImpl.java:102)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:55)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R at com.ibm.ws.runtime.component.ORBImpl.start(ORBImpl .java:379)
[2/4/08 14:38:25:326 IST] 0000000a SystemErr R ... 26 more


Please help me on this query..?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-13-2008, 08:51 AM
Member
 
Join Date: Feb 2008
Posts: 2
uppaluru is on a distinguished road
Change port numbers
Change port numbers
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
OutOfMemoryError: Unable to Start New Native Thread edwin11 Advanced Java 0 11-16-2007 02:47 PM
Websphere Application Server Albert Advanced Java 1 07-05-2007 07:52 PM
Websphere doubt Peter Other IDEs 1 07-05-2007 03:47 AM
Manual of websphere Marcus Web Frameworks 1 06-27-2007 05:01 PM
without restarting the websphere server i need to connect a newly created database satya Enterprise JavaBeans 4 06-05-2007 02:45 AM


All times are GMT +3. The time now is 07:59 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org