Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3877B83F6 for ; Wed, 7 Sep 2011 02:36:08 +0000 (UTC) Received: (qmail 40343 invoked by uid 500); 7 Sep 2011 02:36:04 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 40145 invoked by uid 500); 7 Sep 2011 02:36:00 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 40135 invoked by uid 99); 7 Sep 2011 02:35:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 02:35:59 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [207.115.11.52] (HELO fmailhost02.isp.att.net) (207.115.11.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 02:35:53 +0000 Received: from [192.168.2.104] (adsl-70-153-134-112.cha.bellsouth.net[70.153.134.112]) by isp.att.net (frfwmhc02) with ESMTP id <20110907023530H0200cf5t4e>; Wed, 7 Sep 2011 02:35:31 +0000 X-Originating-IP: [70.153.134.112] Message-ID: <4E66D866.10109@mathcove.net> Date: Tue, 06 Sep 2011 22:35:18 -0400 From: Chris Mawata User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1 MIME-Version: 1.0 To: user@struts.apache.org Subject: xwork-core-2.2.3.jar in Maven repository probably corrupt References: <1158953057.31218.74.camel@cgoldman-suse.sf.dhapdigital.com> <1314704936454-4749744.post@n5.nabble.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The xwork-core-2.2.3.jar we are getting via Maven seems to be corrupt. In my pom if I have org.apache.struts struts2-core 2.2.1 I get no issues and the application runs. If I have org.apache.struts struts2-core 2.2.3 it fails with ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] error: error reading C:\Documents and Settings\Administrator\.m2\repository\org\apache\struts\xwork\xwork-core\2.2.3\xwork-core-2.2.3.jar; invalid LOC header (bad signature) [INFO] 1error If I replace the xwork-core-2.2.3.jar in my local repository with one I manually download from http://grepcode.com/snapshot/repo1.maven.org/maven2/org.apache.struts.xwork/xwork-core/2.2.3 then I get no errors and the application runs. BTW the jar that came down via Maven is 664 KB while the one I manually downloaded is 602 KB Cheers Chris Mawata --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org