Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-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 724317B4B for ; Tue, 13 Dec 2011 14:45:49 +0000 (UTC) Received: (qmail 79920 invoked by uid 500); 13 Dec 2011 14:45:47 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 79859 invoked by uid 500); 13 Dec 2011 14:45:47 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 79851 invoked by uid 99); 13 Dec 2011 14:45:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 14:45:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [67.231.144.206] (HELO mx0a-000f9d01.pphosted.com) (67.231.144.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 14:45:38 +0000 Received: from pps.filterd (m0000861 [127.0.0.1]) by mx0a-000f9d01.pphosted.com (8.14.4/8.14.4) with SMTP id pBDEem0X000858 for ; Tue, 13 Dec 2011 07:45:18 -0700 Received: from denpxchedge2.jeppesen.com ([169.143.0.211]) by mx0a-000f9d01.pphosted.com with ESMTP id 11p7fs0e9h-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 13 Dec 2011 07:45:17 -0700 Received: from FRAPXCHHUB02.corp.gds.jeppesen.com (frapxchhub02.corp.gds.jeppesen.com [10.64.4.181]) by denpxchedge2.jeppesen.com (8.14.4/8.14.4) with ESMTP id pBDEjFCP003704 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Tue, 13 Dec 2011 07:45:16 -0700 Received: from FRAPXCHMBX01.corp.gds.jeppesen.com ([fe80::98e1:be65:7004:f34b]) by FRAPXCHHUB02.corp.gds.jeppesen.com ([fe80::3036:69f6:b2d9:b3d5%13]) with mapi; Tue, 13 Dec 2011 15:45:15 +0100 From: Knut Aksnes-NOR To: Maven Users List Date: Tue, 13 Dec 2011 15:45:14 +0100 Subject: RE: Maven hangs downloading artifacts Thread-Topic: Maven hangs downloading artifacts Thread-Index: Acy5pTeTsSpAXYifTLWv4Fq9w071oQAACciA Message-ID: References: <4EE763D0.6060803@pentest.co.uk> In-Reply-To: <4EE763D0.6060803@pentest.co.uk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110,1.0.211,0.0.0000 definitions=2011-12-13_03:2011-12-13,2011-12-12,1970-01-01 signatures=0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110,1.0.211,0.0.0000 definitions=2011-12-13_03:2011-12-13,2011-12-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=8 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=-80 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1112130118 Sounds like firewall or virus scan problems. I used to have the same kind o= f problems when updating eclipse. A workaround might be to set up some kind of maven repository/proxy (I use = Archiva) Manually installing problem files into Archiva if needed.=20 -----Original Message----- From: Paul Johnston [mailto:paul.johnston@pentest.co.uk]=20 Sent: 13. desember 2011 15:40 To: users@maven.apache.org Subject: Maven hangs downloading artifacts Hi, I'm having terrible trouble with Maven hanging while downloading artifacts. It randomly stops mid-download. Usually, cancelling with ctrl-C and re-runn= ing results in success, and I often have to do that two or three times to g= et a successful build. Annoying but acceptable. However, sometimes I get co= mpletely stuck. If it helps, here's mvn --version: Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000) Maven home: c:\code= \apache-maven-3.0.3\bin\.. Java version: 1.7.0, vendor: Oracle Corporation Java home: c:\Program Files= \Java\jdk1.7.0\jre Default locale: en_US, platform encoding: Cp1252 OS name= : "windows 7", version: "6.1", arch: "x86", family: "windows" The pom.xml has no repository information, I'm just going to the main Maven= repos. I am behind a firewall, but no HTTP proxy. If I copy the URLs into = my web browser, the files download fine. Having particular problems with these files at the moment: Downloading: http://repo1.maven.org/maven2/fop/fop/0.20.5/fop-0.20.5.jar Downloading: http://repo1.maven.org/maven2/batik/batik-1.5-fop/0.20-5/batik-1.5-fop-0.20= -5.jar Couldn't find any mention of this on the mailing list, am I the only one ha= ving this problem? It's highly frustrating for me, as it makes an otherwise= excellent build system feel like endless trial-and-error. Any help greatly= appreciated! Paul -- Pentest - When a tick in the box is not enough Paul Johnston - IT Security Consultant / Tiger SST Pentest Limited - ISO 90= 01 (cert 16055) / ISO 27001 (cert 558982) Office: +44 (0) 161 233 0100 Mobile: +44 (0) 7817 219 072 Email policy: http://www.pentest.co.uk/legal.shtml#emailpolicy Registered Number: 4217114 England & Wales Registered Office: 26a The Downs= , Altrincham, Cheshire, WA14 2PU, UK --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org