Hello,
I have installed the most recent Intalio 6 Server on my machine. It starts up fine when I launch it "normally", but I cannot run it as a Windows service. I am able to run both Intalio 5 Server and another Tomcat 5.5 based application as a service. Naturally, either of them are not in the Windows service list while trying to run Intalio 6 Server.
There text in jakarta_service log file is the following:
[2009-06-23 07:42:57] [info] Procrun (2.0.3.0) started
[2009-06-23 07:42:57] [info] Running Service...
[2009-06-23 07:42:57] [info] Starting service...
[2009-06-23 07:42:57] [443 javajni.c] [error] FindClass org/apache/catalina/startup/Bootstrap failed
[2009-06-23 07:42:57] [997 prunsrv.c] [error] Failed loading main org/apache/catalina/startup/Bootstrap class C:\Asennukset\intalio-bpms-6.0.0.071\bin\bootstrap.jar
[2009-06-23 07:42:57] [1260 prunsrv.c] [error] ServiceStart returned 3
[2009-06-23 07:42:57] [info] Run service finished.
[2009-06-23 07:42:57] [info] Procrun finished.
Naturally, that bootstrap.jar is there.
I have followed the instructions here:
http://community.intalio.com/getting-started/getting-started-with-intalio-bpms-server.html...and here:
http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.htmlI also discovered this Tomcat related issue:
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538I have tried changing the environment variables as suggested in the link above. I also used the Filemon tool by Microsoft to find out which DLL files are missing. A total of 5 DLL files were copied to Intalio Server's /bin folder (MSVCR71.DLL, psapi.dll, rdpsnd.dll, winmm.dll, winsta.dll).
System info:
Windows XP Professional SP3
Java 1.6.0_13
CLASSPATH: C:\Asennukset\intalio-bpms-6.0.0.071\bin;.
JAVA_HOME: C:\Sun\SDK\jdk
JRE_HOME: C:\Sun\SDK\jdk\jre
PATH: %JAVA_HOME%\jre\bin;C:\Sun\SDK\jdk\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\Program Files\Matlab\R2009a\bin;c:\Program Files\Matlab\R2009a\bin\win32
So, what could cause it? All the instructions have been followed, and I have no problems running another Tomcat as a service.
Thanks,
Petri Kannisto