Bug 41868 - Not able to start the Tomcat 6.0.10 in WinXP as a Service with JRE 1.6.0
Summary: Not able to start the Tomcat 6.0.10 in WinXP as a Service with JRE 1.6.0
Status: RESOLVED DUPLICATE of bug 41538
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: Other Windows XP
: P2 major (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords: APIBug
Depends on:
Blocks:
 
Reported: 2007-03-16 11:53 UTC by Andre
Modified: 2007-09-06 19:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre 2007-03-16 11:53:18 UTC
My System:

- Fresh installed WinXP-Pro SP2
- JDK 1.6.0 with JRE 1.6.0 under %program files%/Java/...
- Tomcat 6.0.10 windows installer .exe

I manually set the JAVA_HOME Path to the JRE

I've installed the Tomcat with option "service startup". The JRE was found by
the installer. After that i tried to start the Tomcat, but it hang. In the logs
this happen:

[2007-03-16 19:47:15] [info] Running Service...
[2007-03-16 19:47:15] [info] Starting service...
[2007-03-16 19:47:15] [174  javajni.c] [error] Das angegebene Modul wurde nicht
gefunden.
[2007-03-16 19:47:15] [947  prunsrv.c] [error] Failed creating java
C:\Programme\Java\jre1.6.0\bin\client\jvm.dll
[2007-03-16 19:47:15] [1202 prunsrv.c] [error] ServiceStart returned 1
[2007-03-16 19:47:15] [info] Run service finished.
[2007-03-16 19:47:15] [info] Procrun finished.

With Sysinternal Tool FileMon i found, that the file msvcr71.dll located in the
java/jre1.6.0/bin directory have to be copied to the java/jre1.6.0/bin/client
directory. And the Tomcat starts immediately.

Hope u fix it...
Comment 1 Mark Thomas 2007-09-06 19:01:40 UTC

*** This bug has been marked as a duplicate of 41538 ***