facebook

starting websphere5.1 from myeclipse5

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #253197 Reply

    leonyuan
    Member

    Hi all,
    winXP,myeclipse5,websphere5.1

    websphere home directory: D:\IBM\WebSphere\AppServer
    host name: hostname
    server name : server1
    jdk: D:\IBM\WebSphere\AppServer\java

    when i start the server i get this error

    com.ibm.ws.exception.ConfigurationError: Exception encountered while extracting configuration information for the Name Space
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:277)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
    Caused by: com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    … 10 more
    —- Begin backtrace for nested exception
    com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

    #253223

    Riyad Kalla
    Member

    Does it start correctly outside of MyEclipse? When you ran the setup wizard did you initialize the domain correctly? We have a setup doc covering version 6.0, but it should be somewhat similar to 6.0:
    http://www.myeclipseide.com/images/tutorials/quickstarts/websphere6/

    #253250

    leonyuan
    Member

    is’s ok when i start websphere outside of myeclipse.

    #253252

    Riyad Kalla
    Member

    I believe your hostname should be “localhost” or some other host that makes sense, did you just replace it above with “hostname” or is that what you actually typed? Did you also check the “Is WebSphere Version 5.1” checkbox, and are you using any option program arguments or shutdown args?

    #253255

    leonyuan
    Member

    hostname is real name of my computer,not “localhost”
    and i also checked the “Is WebSphere Version 5.1”
    and not using any option program arguments or shutdown args

    #253258

    Riyad Kalla
    Member

    Can you find the serverindex.xml file and double check manually that information for “Server1” is inside the file?

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: starting websphere5.1 from myeclipse5

You must be logged in to post in the forum log in