Installing AppWorks Gateway into Tomcat 7. I keep getting this:
Nov 26, 2013 2:59:45 PM com.opentext.otag.rest.settings.OtdsInstaller isOtdsInstalled
WARNING: --------WARNING--------
Nov 26, 2013 2:59:45 PM com.opentext.otag.rest.settings.OtdsInstaller isOtdsInstalled
WARNING: OTDS appears to have been partially installed. It may be necessary to shut down tomcat, delete all directories under /otds EXCEPT 'install', and delete all files from /conf/Catalina/localhost.
Nov 26, 2013 2:59:45 PM com.opentext.otag.rest.settings.OtdsInstaller isOtdsInstalled
WARNING: --------WARNING--------
Nov 26, 2013 2:59:45 PM com.opentext.otag.rest.settings.OtdsInstaller runInstaller
SEVERE: java.io.IOException: Cannot run program "java" (in directory "C:\Program Files\Apache Software Foundation\Tomcat 7.0\otds\install"): CreateProcess error=2, The system cannot find the file specified
Nov 26, 2013 2:59:45 PM com.sun.jersey.spi.container.ContainerResponse logException
SEVERE: Mapped exception to response: 500 (Internal Server Error)
javax.ws.rs.WebApplicationException
at com.opentext.otag.rest.settings.OtdsInstaller.runInstaller(OtdsInstaller.java:164)
at com.opentext.otag.rest.settings.OtdsInstaller.installOtds(OtdsInstaller.java:107)
at com.opentext.otag.rest.impl.SetupImpl.installOtds(SetupImpl.java:212)
at com.opentext.otag.rest.impl.SetupImpl.doBasicConfig(SetupImpl.java:169)
at com.opentext.otag.rest.v1.Setup.doBasicConfig(Setup.java:54)
....
I did have an OTDS server installed, but not configured. It was completely uninstalled. The Tomcat was reinstalled clean. There shouldn't be anything left over.
What is that about cannot run "java"?
Any ideas?