Continued with the installation, using the tcserver instance on the D: drive, but have been unable to start it and am getting the following error message in the log:
Code:
STATUS | wrapper | 2009/04/30 15:53:32 | Starting the SpringSource tcServer - SSServer-841be service...
STATUS | wrapper | 2009/04/30 15:53:32 | --> Wrapper Started as Service
STATUS | wrapper | 2009/04/30 15:53:34 | Launching a JVM...
FATAL | wrapper | 2009/04/30 15:53:34 | Unable to execute Java command. The system cannot find the path specified. (0x3)
FATAL | wrapper | 2009/04/30 15:53:34 | "C:\Program\bin\java" "-Djava.endorsed.dirs=D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\tomcat-6.0.19.A\common\endorsed" "-Dcatalina.base=D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\SSServer" "-Dcatalina.home=D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\tomcat-6.0.19.A" "-Djava.io.tmpdir=D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\SSServer\temp" "-Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager" "-Djava.util.logging.config.file=D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\SSServer\conf\logging.properties" "-Dwrapper.dump.port=-1" -server -Xmx512m -Xss192k -Djava.library.path="D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\tomcat-6.0.19.A\bin\win32" -classpath "D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\tomcat-6.0.19.A\bin\win32\wrapper.jar;D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\tomcat-6.0.19.A\bin\bootstrap.jar;D:\tcserverInstall\tcserver-6.0.19.A-windows\tcServer-6.0\\tomcat-6.0.19.A\bin\win32\threaddumpwrapper.jar" -Dwrapper.key="4P7XKXRXK754tLgB" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=4008 -Dwrapper.version="3.2.0" -Dwrapper.native_library="wrapper" -Dwrapper.service="TRUE" -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp net.covalent.tomcat.wrapper.ThreadDumpWrapper start
FATAL | wrapper | 2009/04/30 15:53:34 | Critical error: wait for JVM process failed
ERROR | wrapper | 2009/04/30 15:53:36 | The SpringSource tcServer - SSServer-841be service was launched, but failed to start.
The script appears to be looking for something in C:\Program\bin\java which doesn't exist. The change in the setenv.bat file made was to add set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_13.
The server is on Windows Server 2003 SP2.
Can anyone help me get this up and running?