Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 3838 invoked from network); 2 Nov 2010 05:54:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 05:54:06 -0000 Received: (qmail 93701 invoked by uid 500); 2 Nov 2010 05:54:37 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 93570 invoked by uid 500); 2 Nov 2010 05:54:35 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 93562 invoked by uid 99); 2 Nov 2010 05:54:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 05:54:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zhunansjtu@gmail.com designates 209.85.215.48 as permitted sender) Received: from [209.85.215.48] (HELO mail-ew0-f48.google.com) (209.85.215.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 05:54:29 +0000 Received: by ewy3 with SMTP id 3so3340412ewy.35 for ; Mon, 01 Nov 2010 22:54:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=ZPH0e0uFP5HBzBuUukEZkJktqK6c/2FtHy8dRVNHXa0=; b=cemiiD6Ec5ivcVD/f9slCsN1lYEuSJP812LflIfVOuWin5zoV9ToET7j/GYzMMvVbv bzixMylKSjHLPHErexfNhCpQHINlMPh7UF7+ZSX2GagnZtgqehdshReR+11xvlwRmlZR WZAeVePWbMimjN3NyNv4e6xQvN0tj5OCPbhT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=oF8Vh2Q5GX3Slnr+ZnHdRs5O7YB5o4rocnuCN1KabPrZBiMYTd+V5oNxp4bmy1gwTM V7gdeSD1aeT/PEOrZYxdr668Be+VJqLw8rty4c3gF+64KGBqDU+bUYDB9gZHu96DtdMx Syk+KAVP0+VE3ezrv5LugQeIbO166aJjVoj1k= MIME-Version: 1.0 Received: by 10.213.17.199 with SMTP id t7mr13868493eba.90.1288677248424; Mon, 01 Nov 2010 22:54:08 -0700 (PDT) Received: by 10.213.36.14 with HTTP; Mon, 1 Nov 2010 22:54:08 -0700 (PDT) In-Reply-To: References: <20101102051611.GC7137@tp> Date: Tue, 2 Nov 2010 13:54:08 +0800 Message-ID: Subject: Re: ivy failed to resolve dependencies? From: Nan Zhu To: common-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=0015174c12aa9f5b1e04940b8ded --0015174c12aa9f5b1e04940b8ded Content-Type: text/plain; charset=ISO-8859-1 Resolved this issue Actually, I cannot tell what I did clearly because I really don't know what's the key to the door I just delete the ivy-x.x.jar in the ivy directory, and compile the hadoop_common first, and then to the hadoop-mapred it passed.... Thank you everyone! Nan On Tue, Nov 2, 2010 at 1:25 PM, Nan Zhu wrote: > I checked the library.properties file, the version of my commons-logging is > 1.1.1, > > I'm still trapped at that point... > > Nan > > On Tue, Nov 2, 2010 at 1:16 PM, Konstantin Boudnik wrote: > >> Your issue is likely to be caused by commons-logging 1.1.2 - they have a >> corrupted pom file, I believe. Downgrade the version to 1.1.1 and >> everything >> should be fine. >> >> On Tue, Nov 02, 2010 at 11:56AM, Nan Zhu wrote: >> > Hi, Bharath >> > >> > Thank you for the reply >> > >> > I removed the entire cache of ivy and change the library.properties >> file, >> > the error is still there, >> > >> > why I run it smoothly in the last several months but it crashes >> suddenly???? >> > >> > Thank you >> > >> > Nan >> > >> > On Tue, Nov 2, 2010 at 11:29 AM, bharath v < >> > bharathvissapragada1990@gmail.com> wrote: >> > >> > > Hi Nan, >> > > >> > > >> > > There was a discussion on the same topic ..2 days ago ... >> > > >> > > See >> > > >> > > >> http://mail-archives.apache.org/mod_mbox/hadoop-common-user/201010.mbox/%3C20101031190103.GB31735@tp%3E >> > > >> > > Try changing ivy version in library.properties file to ivy-2.2.0 and >> > > it worked for me . If you are behind a proxy , then it might create >> > > these problems (as said by steve). You can try this .. >> > > >> > > Thanks >> > > >> > > Bharath.V >> > > 4th year undergraduate, >> > > IIIT Hyderabad. >> > > >> > > On Tue, Nov 2, 2010 at 8:47 AM, Nan Zhu wrote: >> > > > Hi, all >> > > > >> > > > I'm trapping in a strange problem in this evening, >> > > > >> > > > I have been working on hadoop for several months, including modify >> the >> > > > source code and re-compile it, I have never met any problem, but >> when I >> > > > re-compile the hadoop this evening, it shows that the ivy cannot >> resolve >> > > the >> > > > dependencies, the messages are following: >> > > > >> > > > [ivy:resolve] :: problems summary :: >> > > > [ivy:resolve] :::: WARNINGS >> > > > [ivy:resolve] [FAILED ] javax.jms#jms;1.1!jms.jar: >> (0ms) >> > > > [ivy:resolve] ==== apache-snapshot: tried >> > > > [ivy:resolve] >> > > > >> > > >> https://repository.apache.org/content/repositories/snapshots/javax/jms/jms/1.1/jms-1.1.jar >> > > > [ivy:resolve] ==== maven2: tried >> > > > [ivy:resolve] >> > > > http://repo1.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar >> > > > [ivy:resolve] [FAILED ] >> > > > com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar: (0ms) >> > > > [ivy:resolve] ==== apache-snapshot: tried >> > > > [ivy:resolve] >> > > > >> > > >> https://repository.apache.org/content/repositories/snapshots/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar >> > > > [ivy:resolve] ==== maven2: tried >> > > > [ivy:resolve] >> > > > >> > > >> http://repo1.maven.org/maven2/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar >> > > > [ivy:resolve] [FAILED ] >> com.sun.jmx#jmxri;1.2.1!jmxri.jar: >> > > > (0ms) >> > > > [ivy:resolve] ==== apache-snapshot: tried >> > > > [ivy:resolve] >> > > > >> > > >> https://repository.apache.org/content/repositories/snapshots/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar >> > > > [ivy:resolve] ==== maven2: tried >> > > > [ivy:resolve] >> > > > >> http://repo1.maven.org/maven2/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar >> > > > [ivy:resolve] >> :::::::::::::::::::::::::::::::::::::::::::::: >> > > > [ivy:resolve] :: FAILED DOWNLOADS >> :: >> > > > [ivy:resolve] :: ^ see resolution messages for details ^ >> :: >> > > > [ivy:resolve] >> :::::::::::::::::::::::::::::::::::::::::::::: >> > > > [ivy:resolve] :: javax.jms#jms;1.1!jms.jar >> > > > [ivy:resolve] :: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar >> > > > [ivy:resolve] :: com.sun.jmx#jmxri;1.2.1!jmxri.jar >> > > > [ivy:resolve] >> :::::::::::::::::::::::::::::::::::::::::::::: >> > > > >> > > > >> > > > I don't know why it happens and how to solve it, anyone can give >> some >> > > ideas? >> > > > thank you >> > > > >> > > > Nan >> > > > >> > > >> >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.10 (GNU/Linux) >> >> iF4EAREIAAYFAkzPnpsACgkQenyFlstYjhL7jQD9FEP6qzgffY5UaLZMPv0hGZpr >> /j7PyHko89KXG4nFddkA+gN9BbLNQquTkwLvBNAm7NqCrYbDmPXGBvvg73sob4JX >> =BmQT >> -----END PGP SIGNATURE----- >> >> > --0015174c12aa9f5b1e04940b8ded--