In Windows, the most common issues are a) installation is not performed by Administrator; b) IIS is running during installation.
First, please try to start OTM manually to verfity whether OTM is installed correctly.
OTM App:
Open a Command Prompt window.
Code:
[OTM]\install\gc3env.cmd
[OTM]\weblogic\config\gc3domain\weblogic.bat console
OTM Web (Tomcat):
Open another Command Prompt window.
Code:
[OTM]\install\gc3env.cmd
[OTM]\tomcat\bin\tomcat.bat console
OTM Web (Apache):
Open another Command Prompt window.
Code:
[OTM]\install\gc3env.cmd
[OTM]\apache\bin\Apache.exe
Second, if you can start OTM properly, then proceed next steps to install services manually. Otherwise, you need to fix any errors in logs or re-install OTM.
OTM App:
Shut down service via Ctrl-C
Code:
[OTM]\weblogic\config\gc3domain\weblogic.bat install
OTM Web (Tomcat):
Shut down service via Ctrl-C
Code:
[OTM]\tomcat\bin\tomcat.bat install
OTM Web (Apache):
Shut down service via Ctrl-C
NOTE: Make sure you have IIS (or any other Web Server) stopped! Code:
[OTM]\apache\bin\Apache.exe -k install -n OTMweb
Then open Services MMC (services.msc) to verify all services are properly installed.