Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-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 B60C410380 for ; Thu, 22 Jan 2015 18:59:15 +0000 (UTC) Received: (qmail 46433 invoked by uid 500); 22 Jan 2015 18:59:14 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 46368 invoked by uid 500); 22 Jan 2015 18:59:13 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 46358 invoked by uid 99); 22 Jan 2015 18:59:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 18:59:13 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trtrmitya@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-la0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 18:59:08 +0000 Received: by mail-la0-f52.google.com with SMTP id hs14so3366395lab.11 for ; Thu, 22 Jan 2015 10:58:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=hMTwtwTPpcCqW+Jm9a+rlzpLsjIUwe5uOqDUVry2S5k=; b=u43pb4nuw8Oagmx07KijOR0Ae8T4COtERTIcee1Q2E2PfYmJ6d3YtKvhzxsFce8IIU OBxq2+0Ha/6cqnmDEuHfz/3ZZ8B2SgpqPkhL7ePY36ZPztSsA4zv+iBOVOV3h7UuLA5i 13FZPbm8EB5NEG7YOk5M9c0KM6rJ4olxVqdet8p69RWP3dvL/EfJPZj8RF/XSk7gnJz2 ppfuQdFYYENQTm5KdIkknKoIsmPWsjHVGOb6TtlweUfjIAohSjcgwl5S4Q9Y9Dtm/g63 mN+jbjwv8EUFOiE9o8pgafR8YhPXaDpQeBoLlMpOZlxP5bjlWo/sgnqqK7Q2HHtHCSGE SCvg== X-Received: by 10.152.228.133 with SMTP id si5mr3336846lac.96.1421953127898; Thu, 22 Jan 2015 10:58:47 -0800 (PST) Received: from [10.0.1.7] (broadband-5-228-253-40.nationalcablenetworks.ru. [5.228.253.40]) by mx.google.com with ESMTPSA id o3sm6530501laf.42.2015.01.22.10.58.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 22 Jan 2015 10:58:47 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: "org.datanucleus" is already registered From: Dmitry Sivachenko In-Reply-To: Date: Thu, 22 Jan 2015 21:58:45 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <131B7079-CD19-4437-92DB-0FCA49968109@gmail.com> References: <2A8E3419-4AFE-446A-9A50-1A99B88B3087@gmail.com> To: user@hive.apache.org X-Mailer: Apple Mail (2.1993) X-Virus-Checked: Checked by ClamAV on apache.org > On 22 =D1=8F=D0=BD=D0=B2. 2015 =D0=B3., at 21:44, Szehon Ho = wrote: >=20 > I've seen this when there are some settings for maven repo that get = this jar to be in there twice (duplicate repository). In your case, its = picking up from=20 > "file:/opt/home/mitya/.m2/repository" and = "file:/home/mitya/.m2/repository/" >=20 > Best to check the maven settings and make sure it is only in there = once. >=20 Oh, I see, this is because /home is a symlink for /opt/home ... This is stupid. =20 Thanks for clarification!