Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A616BE17E for ; Tue, 5 Feb 2013 02:55:34 +0000 (UTC) Received: (qmail 70069 invoked by uid 500); 5 Feb 2013 02:55:31 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 69833 invoked by uid 500); 5 Feb 2013 02:55:30 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 69804 invoked by uid 99); 5 Feb 2013 02:55:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 02:55:29 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mehtatripti06@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-ia0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 02:55:24 +0000 Received: by mail-ia0-f176.google.com with SMTP id i18so8743781iac.7 for ; Mon, 04 Feb 2013 18:55:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=c/pSC5JPe7RUxtcP6T1BwWAEAxArA/qHBpB0BhOUp5A=; b=z40soWDMe7EEFTJXt7I8+fUorHczzzctTgfe4TskvaCd0IOSEjLs48KWKULXOEcNgH uKp+rE30aZKYUeIKz3tZp00O54ltzcczKzAheo6kX+iD7A+XKKL9nIonJY17GtSTcOVq CYMpUzSkxojCddij0CpWgalK8k+wSe2tQoSdtkN8Ykt/Dn6o957TKCSFcz3ME5h7B/pF k/bJbd06E6Nr1FmguwnScD9VgXppN3CKndNaCJSzuQ8FKwobvc8P+Ae9agtX20l/+2FB kSHGqBWLsil8L8Rao6OgNHOjoqSFQrPs8EgE711kwmR0KJ0vgv4yKNm7kDxOqaZ3Y/zq BUYw== MIME-Version: 1.0 X-Received: by 10.50.45.166 with SMTP id o6mr10455891igm.0.1360032903635; Mon, 04 Feb 2013 18:55:03 -0800 (PST) Received: by 10.43.4.69 with HTTP; Mon, 4 Feb 2013 18:55:03 -0800 (PST) In-Reply-To: <99C8B2929B39C24493377AC7A121E21FC49E493EAC@USEA-EXCH8.na.uis.unisys.com> References: <99C8B2929B39C24493377AC7A121E21FC49E493EAC@USEA-EXCH8.na.uis.unisys.com> Date: Mon, 4 Feb 2013 21:55:03 -0500 Message-ID: Subject: Re: Severe Errrors encountered in Tomcat when running a Struts2 project... From: Tripti Mehta To: Tomcat Users List Content-Type: multipart/alternative; boundary=14dae93403571aa26504d4f156f1 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93403571aa26504d4f156f1 Content-Type: text/plain; charset=ISO-8859-1 Chuck, Thank you so much helping. On Mon, Feb 4, 2013 at 12:05 PM, Caldarale, Charles R < Chuck.Caldarale@unisys.com> wrote: > > From: Tripti Mehta [mailto:mehtatripti06@gmail.com] > > Subject: Severe Errrors encountered in Tomcat when running a Struts2 > project... > > > java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\ > > apache-tomcat-7.0.35\bin\tcnative-1.dll: Can't load AMD 64-bit .dll > > on a IA 32-bit platform. > > You appear to be running a 32-bit JVM, so you need the 32-bit version of > tcnative-1.dll. You could simply comment out the for > AprLifecycleListener in conf/server.xml, or change the name of > tcnative-1.dll to something not ending in .dll, since the rest of Tomcat is > 32- and 64-bit agnostic. > > - 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-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --14dae93403571aa26504d4f156f1--