For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 19 years, 11 months ago by
Scott Anderson.
-
AuthorPosts
-
ebruMemberHello
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
October 2, 2006 at 9:16 am #259662
Scott AndersonParticipantebru,
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.htmlOctober 3, 2006 at 7:56 am #259776
ebruMemberHello ,
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
October 4, 2006 at 9:35 am #259831
Scott AndersonParticipantThe 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?
-
AuthorPosts
