Re: Service fails to start

2009-08-05 Thread Len Popp
I think I read about it on this mailing list. :-) -- Len On Wed, Aug 5, 2009 at 10:54, venu007 wrote: > > This worked for me. > > How did you find out about it. > > > > Len Popp wrote: > > > > This error occurs when it can't find the Microsoft C runtime library. > > Try copying the file msvcr7

Re: Service fails to start

2009-08-05 Thread venu007
This worked for me. How did you find out about it. Len Popp wrote: > > This error occurs when it can't find the Microsoft C runtime library. > Try copying the file msvcr71.dll from the Java bin directory to the > Tomcat bin directory. > -- > Len > > > > -- View this message in context:

Re: Service fails to start

2009-05-28 Thread cum.nex
This works fine. Thanks. cum Len Popp wrote: > > This error occurs when it can't find the Microsoft C runtime library. > Try copying the file msvcr71.dll from the Java bin directory to the > Tomcat bin directory. > -- > Len > > > > On Thu, May 28, 2009 at 16:39, cum.nex wrote: >> >> Tomcat

Re: Service fails to start

2009-05-28 Thread cum.nex
This works fine. Thanks. cum Len Popp wrote: > > This error occurs when it can't find the Microsoft C runtime library. > Try copying the file msvcr71.dll from the Java bin directory to the > Tomcat bin directory. > -- > Len > > > > On Thu, May 28, 2009 at 16:39, cum.nex wrote: >> >> Tomcat

RE: Service fails to start

2009-05-28 Thread Martin Gainty
keine Haftung fuer den Inhalt uebernehmen. > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Thu, 28 May 2009 16:34:30 -0500 > Subject: RE: Service fails to start > > > From: Martin Gainty [mailto:mgai...@hotmail.com] > > Subject:

RE: Service fails to start

2009-05-28 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: Service fails to start > > correct > HKLM\Software\JavaSoft\Java Runtime Engine\1.6\RuntimeLib > to point to server jvm.dll (should be located at) > D:\Programmi\Java\jre6\bin\server\jvm.dll Don't do tha

Re: Service fails to start

2009-05-28 Thread Len Popp
This error occurs when it can't find the Microsoft C runtime library. Try copying the file msvcr71.dll from the Java bin directory to the Tomcat bin directory. -- Len On Thu, May 28, 2009 at 16:39, cum.nex wrote: > > Tomcat installed from apache-tomcat-6.0.18.exe in WXP SP2 + Java from > jre-6

RE: Service fails to start

2009-05-28 Thread Martin Gainty
correct HKLM\Software\JavaSoft\Java Runtime Engine\1.6\RuntimeLib to point to server jvm.dll (should be located at) D:\Programmi\Java\jre6\bin\server\jvm.dll http://www.mail-archive.com/d...@tomcat.apache.org/msg29292.html (solution provided by George Sexton) Martin ___