Return-Path: X-Original-To: apmail-jclouds-user-archive@minotaur.apache.org Delivered-To: apmail-jclouds-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0C8817F60 for ; Tue, 14 Oct 2014 18:32:13 +0000 (UTC) Received: (qmail 22096 invoked by uid 500); 14 Oct 2014 18:32:08 -0000 Delivered-To: apmail-jclouds-user-archive@jclouds.apache.org Received: (qmail 22034 invoked by uid 500); 14 Oct 2014 18:32:08 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 22024 invoked by uid 99); 14 Oct 2014 18:32:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2014 18:32:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.217.170] (HELO mail-lb0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2014 18:32:03 +0000 Received: by mail-lb0-f170.google.com with SMTP id u10so8807474lbd.1 for ; Tue, 14 Oct 2014 11:31:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=p03kjaUBF1Ldikjdp7eG+wTC5PdGR7z3qi+b+Y/IzvM=; b=KIdg168EpDL5t5j4/RTdkAAIZm/kdupAuqFBzrwdq0iSaPGECkJLNZtSV4wAK7DzEb t2tgiIWAvhCRN29su7B1auxUhXPlhHObMaKv4y0VA1X2BLRtasAriDqQqphCdpVqyzsL d1Wu8usZOa4QFHwNZR87hp0bimKP49i8DQSoqh7CZdMavgJbLiPbSXrm5HUCvL/c4Xa2 5/IHINPLjKQ0uxkMnM1C8hwtMCQugF++LkT0msSO2eebDcA0DQMc4GZRKV37X7C55U6F c5Fqqltng69wXPfgOWtbz1Bz/K2a9ANuE6Aqz8c9/IyCRNHkou+UgZQM+Y/sOMJM4m6D ru/Q== X-Gm-Message-State: ALoCoQmHFNPKO4roz6EzCFgzsxZh/PFgSzXSNZZrnj+oTvr+BOK5ldO1U2wT1SWw7MYjRm9rgmul MIME-Version: 1.0 X-Received: by 10.112.219.3 with SMTP id pk3mr7321490lbc.18.1413311501562; Tue, 14 Oct 2014 11:31:41 -0700 (PDT) Received: by 10.25.21.166 with HTTP; Tue, 14 Oct 2014 11:31:41 -0700 (PDT) In-Reply-To: <20141014192150.9khbm0n7jtw0so4c@webmail.qrmedia.com> References: <20141014192150.9khbm0n7jtw0so4c@webmail.qrmedia.com> Date: Tue, 14 Oct 2014 15:31:41 -0300 Message-ID: Subject: Re: Version of jclouds 1.8.0 with jdk1.7.0_60 From: felipe gutierrez To: user@jclouds.apache.org Content-Type: multipart/alternative; boundary=001a11c3d9fa020d4b0505663a6f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3d9fa020d4b0505663a6f Content-Type: text/plain; charset=UTF-8 Thanks Andrew, at the reflection jar there is another guava.jar. So I excluded it: org.reflections reflections 0.9.9 guava com.google.guava org.reflections reflections-spring 0.9.9-RC1 On Tue, Oct 14, 2014 at 2:21 PM, Andrew Phillips wrote: > Hi Felipe > > This looks very much like JCLOUDS-427 [1], which should certainly be fixed > in 1.8.0. Can you verify that there are no different versions of jclouds > and/or Guava on your project's classpath? > > Thanks! > > ap > > [1] https://issues.apache.org/jira/browse/JCLOUDS-427 > --001a11c3d9fa020d4b0505663a6f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks Andrew, at the reflection jar there is another guav= a.jar. So I excluded it:
<dependency>
<groupId>org.reflections</groupId>
= <artifactId>refl= ections</artifactId>
<version>0.9.9</version>
<exclusions>
<exclusion>
<artifactId>= ;guava</artifactId>
<groupId>com.google.guava</groupId>
<= span class=3D"" style=3D"white-space:pre"> </exclusion>
</exclusions= >
</dep= endency>
&= lt;dependency>
<= /span><groupId>org.reflections</groupId>
<artifactId>reflections-spr= ing</artifactId>
<version>0.9.9-RC1</version>
</dependency>

On Tue, Oct 14= , 2014 at 2:21 PM, Andrew Phillips <andrewp@apache.org> wro= te:
Hi Felipe

This looks very much like JCLOUDS-427 [1], which should certainly be fixed = in 1.8.0. Can you verify that there are no different versions of jclouds an= d/or Guava on your project's classpath?

Thanks!

ap

[1] https://issues.apache.org/jira/browse/JCLOUDS-427

--001a11c3d9fa020d4b0505663a6f--