× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When I try to run a web project on the server, specifying the Websphere Test Environment, I get the following message. Any assistance will be appreciated.

*** Starting the server ***
************ Start Display Current Environment ************
WebSphere Platform 5.0 [BASE 5.0.2 ptf2M0325.01] running with process name localhost\localhost\server1 and process id 3852
Host Operating System is Windows XP, version 5.1
Java version = J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
was.install.root = C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5
user.install.root = C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5
Java Home = C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5\java\jre
ws.ext.dirs = C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/java/lib;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/classes;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/classes;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/lib;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/lib/ext;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/web/help;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime;C:/Program Files/IBM/WebSphere Studio/Site Developer/v5.1/wstools/eclipse/plugins/com.ibm.etools.webservice_5.1.0/runtime/worf.jar
Classpath = C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/properties;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/properties;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/lib/bootstrap.jar;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/lib/j2ee.jar;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/lib/lmproxy.jar;C:/Program Files/IBM/WebSphere Studio/Site Developer/v5.1/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.1.0/runtime/wteServers.jar;C:/Program Files/IBM/WebSphere Studio/Site Developer/v5.1/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.1.0/runtime/wasToolsCommon.jar
Java Library path = C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/bin;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/java/bin;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5/java/jre/bin;C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\eclipse\jre\bin;.;C:\ibmdebug\bin;C:\WDSC;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\PC-Doctor for Windows\services;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;;C:\IMNNQ_XP
************* End Display Current Environment *************
[3/24/04 11:08:28:234 CST] 4ebb1019 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[3/24/04 11:08:28:281 CST] 4ebb1019 ManagerAdmin W TRAS0012W: <null> was specified in the configuration information as the name of the file to use for the ActivityLog stream. This is not a legal name. C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1\runtimes\base_v5\logs\localhost\localhost\server1_ActivityLog_04.03.24_11.08.28.txt will be used instead
[3/24/04 11:08:28:969 CST] 4ebb1019 AdminInitiali A ADMN0015I: AdminService initialized
[3/24/04 11:08:30:016 CST] 4ebb1019 WsServer E WSVR0003E: Server server1 failed to start
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:276)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:706)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:643)
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 java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)
---- Begin backtrace for nested exception
java.lang.IllegalArgumentException: undefined variable: \
at com.ibm.ws.runtime.component.VariableMapImpl.referenceVariable(VariableMapImpl.java:288)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:233)
at com.ibm.ws.runtime.component.VariableMapImpl.expand(VariableMapImpl.java:243)
at com.ibm.ws.runtime.component.VariableMapImpl.recursivelyExpand(VariableMapImpl.java:273)
at com.ibm.ws.runtime.component.VariableMapImpl.referenceVariable(VariableMapImpl.java:291)
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.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:249)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:706)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:643)
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 java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:97)


[3/24/04 11:08:30:047 CST] 4ebb1019 WsServer E WSVR0009E: Error occurred during startup





As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.