facebook

Websphere 5.1 Server failed to start

💡
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 IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #259648 Reply

    ebru
    Member

    Hello
    I am trying to configure WAS5.1 as application server on Myeclipse 5.0.1. But when i try to start the server i am getting the following error.

    02/10/06 09:56:43:554 CEST] 1dcc2a3 WsServer E WSVR0003E: Server server1 failed to start
    java.lang.IllegalArgumentException: undefined variable: SERVER_LOG_ROOT
    at com.ibm.ws.runtime.component.VariableMapImpl.referenceVariable(VariableMapImpl.java:288)
    at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:219)
    at com.ibm.ws.runtime.component.VariableMapImpl.substitute(VariableMapImpl.java:299)
    at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:140)
    at com.ibm.ws.runtime.component.ComponentImpl.expandVariable(ComponentImpl.java:309)
    at com.ibm.ws.runtime.component.ServerImpl.redirectStream(ServerImpl.java:218)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:62)
    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:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

    [02/10/06 09:56:43:820 CEST] 1dcc2a3 WsServer E WSVR0009E: Error occurred during startup

    I’ve already checked the environment variables and seems that SERVER_LOG_ROOT variable is already defined there .

    Is there any one who has an idea about the cause of the problem ?

    Thanks In Advance

    #259662

    Scott Anderson
    Participant

    ebru,

    We’ve got a tutorial on configuring WebSphere 5.1 logging to work properly with MyEclipse. I think it will cover what you need and it’s available here: http://www.myeclipseide.com/Articles/WebSphere5.1LogConfiguration/WAS5.1LogConfiguration.html

    Oh, there’s also an installation tutorial you might want to check to ensure that the install was done the same way as well:
    http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/tins_epinst.html

    #259776

    ebru
    Member

    Hello ,
    i forgat to mention in my previous message. I’ve already made the required changes for log configuration on Websphere.

    What else can be the reason of the problem ?

    Thanks

    #259831

    Scott Anderson
    Participant

    The only other things that seem to cause a problem from time to time are the JDK and external modifications to the server configuration.

    For the JDK, have you configured the WebSphere 5 connector in MyEclipse to start the server with the IBM JDK that ships with WebSphere? IBM servers can only be started with IBM JDKs due to the modifications they make. Sun JDKs will not work.

    Second, can you start exactly the same server and domain externally from MyEclipse? For example, does it start correctly from the command line?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Websphere 5.1 Server failed to start

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