> From: Francesco Viscomi [mailto:fvisc...@gmail.com] 
> Subject: start tomcat 7

> java version "1.7.0_60"
> Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
> Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)

> and tomcat 7:
> Apache Tomcat/7.0.35

> Server Information  Tomcat Version JVM Version JVM Vendor OS Name OS Version 
> OS
> Architecture Hostname IP Address  Apache Tomcat/7.0.35 1.7.0_60-b19 Oracle
> Corporation Windows 8 6.2 amd64

> I'm asking why i get the following error and how to solve it;

> java.lang.UnsatisfiedLinkError:
> D:\swPCvale\lispa-tomcat-release-2.0.0\server\bin\tcnative-1.dll: Can't
> load IA 32-bit .dll on a AMD 64-bit platform

The error message is pretty clear: you're trying to use a 32-bit version of 
tcnative-1.dll with a 64-bit JVM.  You have downloaded and installed the wrong 
version of Tomcat - replace it with the 64-bit one.  You should also upgrade to 
the current version (7.0.54) at the same time - yours is dangerously old.

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

Reply via email to