You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by alla winter <al...@gmail.com> on 2007/11/14 20:25:24 UTC

Issue with setting TOMCAT 5.5.28 on AMD64

Hello,
I installed TOMCAT 5.5.25 with APR on  the computer with Intel(R) XEON(R)
Processor E5345 with operating SYstem Server  2003 R2 64 bit
java environment: jdk 1.5.13 64 bit
I am able to start TOMCAT with startup.bat and run the application over http
and https protocols.
However, I can not install tomcat as Windows service using tomcat5.exe
I am getting the following error message:

[2007-11-14 12:52:08] [420  prunsrv.c] [error]
The system cannot find the file specified.
[2007-11-14 12:52:08] [1327 prunsrv.c] [error]
Load configuration failed

I read that I need to have msvcr71.dll - I checked, I do not have it in my
win32 directory   I copied it from another 32 bit server (where the same
version of TOMCAT is successfully installed as service) and put it in my
CATALINA_HOME\bin directory, but it didn't make any difference.  May be it
was wrong to do, but where can I get this 64 bit dll, and I am not even sure
that this is because I do not have msvcr71.dll

I would appreciate any help in this matter
thanks

Re: Issue with setting TOMCAT 5.5.28 on AMD64

Posted by alla winter <al...@gmail.com>.
Thanks a lot for your help.  Here it is what happen:
I did install the files from the suggested URL.  When I ran tomcat5.exe  I
was still getting the same errors, but when after that  I run
service.batinstall
the service was installed and I was able to start it and stop it successfully
.

Thanks a lot!!!
On Nov 14, 2007 2:00 PM, Caldarale, Charles R <Ch...@unisys.com>
wrote:

> > From: alla winter [mailto:alla1.winter@gmail.com]
> > Subject: Fwd: Issue with setting TOMCAT 5.5.28 on AMD64
> >
> > I had run service.bat it installed TOMCAT as a service( all
> > parameters in my e-mail bellow), but then  then it fail.
>
> Try using the 64-bit versions of tomcat5.exe and tomcat52.exe:
> http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/amd64/
>
>  - 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: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

RE: Issue with setting TOMCAT 5.5.28 on AMD64

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: alla winter [mailto:alla1.winter@gmail.com] 
> Subject: Fwd: Issue with setting TOMCAT 5.5.28 on AMD64
> 
> I had run service.bat it installed TOMCAT as a service( all 
> parameters in my e-mail bellow), but then  then it fail.

Try using the 64-bit versions of tomcat5.exe and tomcat52.exe:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/bin/amd64/

 - 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Fwd: Issue with setting TOMCAT 5.5.28 on AMD64

Posted by alla winter <al...@gmail.com>.
I had run service.bat  it installed TOMCAT as a service( all parameters in
my e-mail bellow), but then  then it fail.  Any help would be very
appreciated:  I found the following errors in the log:

[2007-11-14 13:36:22] [info] Procrun (2.0.3.0) started
[2007-11-14 13:36:22] [info] Service Tomcat5 name Apache Tomcat
[2007-11-14 13:36:22] [info] Service Tomcat5 installed
[2007-11-14 13:36:22] [info] Procrun finished.
[2007-11-14 13:36:22] [info] Procrun (2.0.3.0) started
[2007-11-14 13:36:22] [info] Updating service...
[2007-11-14 13:36:22] [info] Service Tomcat5 updated
[2007-11-14 13:36:22] [info] Update service finished.
[2007-11-14 13:36:22] [info] Procrun finished.
[2007-11-14 13:36:22] [info] Procrun (2.0.3.0) started
[2007-11-14 13:36:22] [info] Updating service...
[2007-11-14 13:36:22] [info] Service Tomcat5 updated
[2007-11-14 13:36:22] [info] Update service finished.
[2007-11-14 13:36:22] [info] Procrun finished.
[2007-11-14 13:37:15] [info] Procrun (2.0.3.0) started
[2007-11-14 13:37:15] [info] Running Service...
[2007-11-14 13:37:15] [info] Starting service...
[2007-11-14 13:37:15] [174  javajni.c] [error] %1 is not a valid Win32
application.
[2007-11-14 13:37:15] [986  prunsrv.c] [error] Failed creating java
C:\jdk1.5.0_13\jre\bin\server\jvm.dll
[2007-11-14 13:37:15] [1260 prunsrv.c] [error] ServiceStart returned 1
[2007-11-14 13:37:15] [info] Run service finished.
[2007-11-14 13:37:15] [info] Procrun finished.
[2007-11-14 13:37:47] [info] Procrun (2.0.3.0) started
[2007-11-14 13:37:47] [info] Running Service...
[2007-11-14 13:37:47] [info] Starting service...
[2007-11-14 13:37:47] [174  javajni.c] [error] %1 is not a valid Win32
application.e.bat

---------- Forwarded message ----------
From: alla winter <al...@gmail.com>
Date: Nov 14, 2007 1:25 PM
Subject: Issue with setting TOMCAT 5.5.28 on AMD64
To: users@tomcat.apache.org


Hello,
I installed TOMCAT 5.5.25 with APR on  the computer with Intel(R) XEON(R)
Processor E5345 with operating SYstem Server  2003 R2 64 bit
java environment: jdk 1.5.13 64 bit
I am able to start TOMCAT with startup.bat and run the application over http
and https protocols.
However, I can not install tomcat as Windows service using tomcat5.exe
I am getting the following error message:

[2007-11-14 12:52:08] [420  prunsrv.c] [error]
The system cannot find the file specified.
[2007-11-14 12:52:08] [1327 prunsrv.c] [error]
Load configuration failed

I read that I need to have msvcr71.dll - I c hecked, I do not have it in my
win32 directory   I copied it from another 32 bit server (where the same
version of TOMCAT is successfully installed as service) and put it in my
CATALINA_HOME\bin directory, but it didn't make any difference.  May be it
was wrong to do, but where can I get this 64 bit dll, and I am not even sure
that this is because I do not have msvcr71.dll

I would appreciate any help in this matter
thanks