project_key: JBEWS When i installed Tomcat6 as MS Windows service (service.bat install) and then tried to start with net start tomcat6 it fails. You can see erorr in commons-daemon.2012-09-17.log: {code} [2012-09-17 06:40:05] [info] Commons Daemon procrun (1.0.10.0 64-bit) started [2012-09-17 06:40:05] [info] Running 'Tomcat6' Service... [2012-09-17 06:40:05] [info] Starting service... [2012-09-17 06:40:05] [error] The specified module could not be found. [2012-09-17 06:40:05] [error] Failed creating java T:\opt\windows\jdk1.6.0_32\jre\bin\client\jvm.dll [2012-09-17 06:40:05] [error] The specified module could not be found. [2012-09-17 06:40:05] [error] ServiceStart returned 1 [2012-09-17 06:40:05] [error] The specified module could not be found. [2012-09-17 06:40:05] [info] Run service finished. [2012-09-17 06:40:05] [info] Commons Daemon procrun finished {code} I found solution : =================== http://www.mkyong.com/tomcat/tomcat-error-prunsrvc-failed-creating-java-jvmdll/ or here: http://www.iisadmin.co.uk/?p=22
Link: Added: This issue relates to JBPAPP-9551
That's the error caused by your Java installation Installer picked up 32-bit Java and you run 64-bit
BTW, you can always make such setup that won't work. System environment variable JAVA_HOME should be set correctly. Without that depending on the installed Java version(s) things might work or might fail like in this example.
... and BTW, we have how many JIRA's opened for EWS-2 tomcat installer issues. I mean either it works or not. So one issue please.
Sorry, it was solved in JBPAPP-9580 Closing.
Docs QE Status: Removed: NEW