my dog learned polymorphism
The moose likes Websphere and the fly likes Please Help!. Having problem starting Server in WSAD5.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "Please Help!. Having problem starting Server in WSAD5.0" Watch "Please Help!. Having problem starting Server in WSAD5.0" New topic
Author

Please Help!. Having problem starting Server in WSAD5.0

sudharsan, varadharajan
Greenhorn

Joined: Jul 12, 2001
Posts: 18
Hello,
I am using WSAD5.0 FixPack 5.0.1 on Windows 2000. When I try to start any 4.0 Server with 4.0 Server Configuration, I immediately get this weird
message in the console.
java.lang.NoClassDefFoundError: 7000 null null
Exception in thread "main"
This is least helpful, completely NOT USER FRIENDLY error message.
I have checked to find out where does 7000 null null is used. When I checked the properties of the server instance under Debug prespective this line appears there.
Following is the value I found.
C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/java/jre/bin/javaw -cp C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/properties;C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/lib/bootstrap.jar;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.0.2/runtime/wteServers.jar;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.0.2/runtime/wasToolsCommon.jar;C:\appl\dispute\config -Dcom.ibm.CORBA.ConfigURL=file:/C:/ODA/workspace/.metadata/.plugins/com.ibm.etools.server.core/tmp0\properties\sas.server.props -Dserver.root=C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4 -Dcom.ibm.itp.location=C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/bin -Dws.ext.dirs=C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/java/lib;C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/classes;C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/lib;C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/lib/ext;C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/web/help;C:/SQLLIB/java/db2java.zip;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.0.2/runtime/wasListener.jar;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.webservice_5.0.2/runtime/worf.jar;C:\ODA\workspace\odaDevWeb\Web Content\WEB-INF -Dcom.ibm.websphere.servlet.temp.dir=C:/ODA/workspace/.metadata/.plugins/com.ibm.etools.server.core/tmp0\cache -Djava.library.path=C:\Program Files\IBM\WebSphere Studio\runtimes\aes_v4/bin;C:\Program Files\IBM\WebSphere Studio\eclipse\jre\bin;.;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\system32\nls;C:\WINNT\system32\nls\ENGLISH;C:\PROGRA~1\CA\Common\SCANEN~1;C:\PROGRA~1\CA\eTrust\INOCUL~1;C:\PROGRAM FILES\THINKPAD\UTILITIES;C:\Program Files\Symantec\pcAnywhere\;J:\oracle\ora81\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Hummingbird\Connectivity\7.00\NFSClient;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearQuest;C:\IBM\IMNNQ;C:\SQLLIB\BIN;C:\SQLLIB\FUNCTION;C:\SQLLIB\SAMPLES\REPL;C:\SQLLIB\HELP;C:\PROGRA~1\ULTRAE~1;C:\Program Files\Hummingbird\Connectivity\7.00\Accessories\ -Dwas.loose.config=file:C:\ODA\workspace\.metadata\.plugins\com.ibm.etools.server.core\tmp0\looseconfig.xmi -Dwas.variable.map=C:\ODA\workspace\.metadata\.plugins\com.ibm.etools.server.core\tmp0\pathMaps.properties -Dcom.ibm.ws.classloader.J2EEApplicationMode=true -Dproperty.file=/appl/dispute/config/propertyfiles.xml -Dwas.debug.enabled=true -Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=8236 com.ibm.etools.websphere.tools.runner.UnitTestServerRunnerV4 1223 C:/ODA/workspace/Servers/defaultConfiguration.wsc/server-cfg.xml 7000 "null" "null"
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Please Help!. Having problem starting Server in WSAD5.0
 
Similar Threads
WSAD5 Server server1 failed to start
WSAD 5 is causing a trouble
JVM crashed
Problems starting default server in WSAD 5.0
wsStartServer ANT task