Chuck,

Randomly throwing around versions of DLLs is not the answer to this problem. I had the exact issue as the original poster described and what I posted solved my issue. What fixes the issue is putting the msvcr71.dll file in the system32 directory on the machine. Of course this isn't a wise choice when simply adding the Java bin directory to your PATH will work just fine.

Chris Stewart
[EMAIL PROTECTED]



On May 22, 2008, at 11:13 AM, Caldarale, Charles R wrote:

From: Chris Stewart [mailto:[EMAIL PROTECTED]
Subject: Re: error message, can you tell me where I went wrong

The JAVA_HOME\bin directory needs to be added to the PATH variable on
your machine.

The above is useless - Tomcat is being run as a service, so there is no PATH in effect.

I have created an environamental variable called JAVA_HOME
with a path pointing to the JDK folder.

Also a waste of time when running Tomcat as a service.

The log in Jakarta for both versions says
[174 javajni.c] [error] the specified module could not
be found.

You may well be missing a .dll file that the service launcher needs; find a copy of msvcr71.dll and put it in Tomcat's bin directory and see if that fixes the problem.

java\jre1.6.0_06\bin\client\jvm.dll

You probably want to use the server version of the JVM. Use the tomcat5w.exe program to change that.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to