From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= Subject: Re: Help needed from Java developer to finish maven Date: Fri, 21 Apr 2017 22:25:08 +0200 Message-ID: <20170421222508.468d4c18@alma-ubu> References: <58F9E310.4070201@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1f7F-0001JO-9D for guix-devel@gnu.org; Fri, 21 Apr 2017 16:25:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1f7A-0005vs-8o for guix-devel@gnu.org; Fri, 21 Apr 2017 16:25:17 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:47052 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1f7A-0005vC-1L for guix-devel@gnu.org; Fri, 21 Apr 2017 16:25:12 -0400 In-Reply-To: <58F9E310.4070201@crazy-compilers.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel On Fri, 21 Apr 2017 12:46:40 +0200 Hartmut Goebel wrote: > Hi, >=20 > I'm seeking for help from some skilled Java developer. I nearly > finished bootstrapping maven: I made it to start up, but now fails > with this error message: >=20 > org.apache.maven.InternalErrorException: Internal error: > com.google.inject.ProvisionException: Unable to provision, see the > following errors: >=20 > 1) null returned by binding at org.eclipse.sisu.wire.LocatorWiring > but parameter 1 of > org.eclipse.aether.transport.wagon.WagonTransporterFactory.() is > not @Nullable > while locating org.eclipse.aether.transport.wagon.WagonConfigurator > for parameter 1 at > org.eclipse.aether.transport.wagon.WagonTransporterFactory.(Unknown > Source) while locating > org.eclipse.aether.transport.wagon.WagonTransporterFactory while > locating java.lang.Object annotated with * >=20 > I assume this means some meta-date file is missing in one of the jars > (like plexus/components.xml or sisu/javax.inject.Named), but I was not > able to find any missing file or data. may. >=20 > Any tipps? >=20 1. Is this already the output of "mvn -X" and/or "mvn -e"? 2. Some posts suggest that this could be caused because of wrong version of dependencies? I.e. API and thus number of parameters changed: https://issues.apache.org/jira/browse/MNG-5919 http://maven.40175.n5.nabble.com/Maven-wagon-http-Issue-td5806465.html 3. Do you have a WIP branch and instructions on how to reproduce this? Bj=C3=B6rn