vote up 1 vote down star

I installed Tomcat 6.0.18 on a windows server 2003 box and it will not start as a service. I'm running it with jdk 1.6.0_07.

It runs when I start it with tomcat6.exe.

I got a vague error in the System Event Log on Windows.

The Apache Tomcat 6 service terminated with service-specific error 0 (0x0).

flag

8 Answers

vote up 4 vote down check

I'll bite it :-)

Tomcat Service on windows is dependent on the MS C Runtime library msvcr71.dll. As long as it is in the path, the service will start just fine.

Just to prevent your other windows to be forced to use this version of the runtime library, you might want to copy the DLL to just the tomcat bin path instead of windows\system32.

link|flag
vote up 2 vote down

From gobaco.wordpress.com

Tomcat 6 couldn’t find a file called msvcr71.dll.
I just copied it over from c:\windows\microsoft.net\framework\v1.1.4322 to c:\windows\system32

and was able to start tomcat.

I thought this was very strange, so I wanted to post it on SO in case anyone else runs into this problem. If someone wants to post the same answer I'll accept it.

link|flag
I have posted similar answer below :-) – anjanb Sep 26 '08 at 22:45
vote up 1 vote down

Same Problem here (Server 2003 R2 Enterprise) & 6.0.18

Fix as described (put DLL in Tomcat bin dir) works for me, thanks all!

link|flag
vote up 1 vote down

it worked for me too! ;) Tkanks a lot!

link|flag
vote up 1 vote down

Excellent info .. I just tried it and all is good under the hood .. thanks all!

deek DaGeek

link|flag
vote up 0 vote down

i follow the above guide but still the same, error 0, my process monitor log at http://www.sendspace.com/file/t0tahr

link|flag
i post my solution at article.gmane.org/gmane.comp.jakarta.tomcat.user/… – cometta Jun 10 at 8:51
vote up 0 vote down

Its strange, but working. THanks

link|flag
vote up 0 vote down

Yes, it`s working, thanks comunity!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.