Return-Path: X-Original-To: apmail-archiva-dev-archive@www.apache.org Delivered-To: apmail-archiva-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0E4A18470 for ; Mon, 18 May 2015 11:29:07 +0000 (UTC) Received: (qmail 41047 invoked by uid 500); 18 May 2015 11:29:07 -0000 Delivered-To: apmail-archiva-dev-archive@archiva.apache.org Received: (qmail 40985 invoked by uid 500); 18 May 2015 11:29:07 -0000 Mailing-List: contact dev-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list dev@archiva.apache.org Received: (qmail 40974 invoked by uid 99); 18 May 2015 11:29:07 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 11:29:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E7E77C5A46 for ; Mon, 18 May 2015 11:29:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.858 X-Spam-Level: ** X-Spam-Status: No, score=2.858 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H2=-1.143, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UE4IylOFUU3W for ; Mon, 18 May 2015 11:29:02 +0000 (UTC) Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 18ACC43CA7 for ; Mon, 18 May 2015 11:29:02 +0000 (UTC) Received: by qgfa7 with SMTP id a7so33258745qgf.1 for ; Mon, 18 May 2015 04:28:56 -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:date:message-id:subject:from:to :content-type; bh=3g1z1UlT+cLWeuEx9FiIDxGc1aKlK1YK5eg5qYDe0w0=; b=lkXqOHIGlmIJ2s6f8mmwLHDD0stHP6103eHozdy+sQnEnRhTX5iBgecPSOvggui9d/ fs6KO8FG9QBOUQCRp/fe9Ax2p/luOoSypI0Zfx3Nb0EbuijbZqPi2zIP8lgbBwQ0vegh 9CQ9x1Ju/HvFDghVen7Z++rFh8Hoe/uUbYyFN/8MlanREcvdoiZkbQHGVKh/mCoRpvmX APW0qNTPRiAms2ZdDbmpYdR3zPcMS4bqaONyuIWcEQAE29+FRFgR6fcrcfxFLzLz7VnV 6Jvp5aH4ucDVEkufapU5B75RZMY//HIp1bChKWLc4TYTTpi7LjojI3a5hlHuKZpal+dk CWEA== X-Gm-Message-State: ALoCoQksEHmpfFQk1+uqPnWFuD/+uiKJ3YMGm2GmAZHHw0DHsnQuxgTSNIjLhcrPvCM2QI29x+RS MIME-Version: 1.0 X-Received: by 10.55.40.160 with SMTP id o32mr44957856qko.17.1431948535888; Mon, 18 May 2015 04:28:55 -0700 (PDT) Received: by 10.140.197.197 with HTTP; Mon, 18 May 2015 04:28:55 -0700 (PDT) Date: Mon, 18 May 2015 17:28:55 +0600 Message-ID: Subject: ES metadata Storage for Archiva. From: Kazi Sadlil Rythom To: dev@archiva.apache.org, olamy@apache.org Content-Type: multipart/alternative; boundary=001a11409e04d1932c0516597f24 --001a11409e04d1932c0516597f24 Content-Type: text/plain; charset=UTF-8 Hi, I am trying to implement a metadata storage for archiva which stores and read from elasticsearch. I have already write a module and test with the test cases. Most of them passed. Now I am trying to include this with whole archiva and run archiva with it. But when ever I am trying to do that i am getting errors. The stack part of stacktrace is given below. Some error with plexus Initialization. Probably using same artifact with different version. Now I need Some help to solve this problem. Any help will be appreciated. StackTrace: http://codepad.org/agSW8DF0 --001a11409e04d1932c0516597f24--