[
https://issues.apache.org/jira/browse/MNG-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Scholte closed MNG-5850.
-------------------------------
Resolution: Not A Problem
Assignee: Robert Scholte
Hi,
it is not always Maven to blame :) Here's my short analysis
{noformat}
Caused by: java.lang.RuntimeException: "Messages while trying children
repositories.": ["Messages while trying children repositories.": ["Messages
while trying children repositories.": ["Messages while trying children
repositories.": ["": ["Problems downloading artifact:
osgi.bundle,org.eclipse.emf.mwe.utils,1.3.10.v201505260335.": ["Error reading
signed content:/tmp/signatureFile5214740055388879660.jar"], "Problems
downloading artifact:
osgi.bundle,org.eclipse.emf.mwe2.runtime,2.8.0.v201505260335.": ["Error reading
signed content:/tmp/signatureFile4234960846843895326.jar"], "Problems
downloading artifact:
osgi.bundle,org.eclipse.emf.mwe.core,1.3.10.v201505260335.": ["Error reading
signed content:/tmp/signatureFile7105416199933147862.jar"], "Problems
downloading artifact:
osgi.bundle,org.eclipse.emf.mwe2.lib,2.8.0.v201505260335.": ["Error reading
signed content:/tmp/signatureFile2510184204164096763.jar"]]]]]]
at
org.eclipse.tycho.p2.target.P2ArtifactDownloadTool.downloadArtifactsToLocalMavenRepository(P2ArtifactDownloadTool.java:59)
at
org.eclipse.tycho.p2.target.TargetPlatformImpl.downloadArtifacts(TargetPlatformImpl.java:199)
at
org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:124)
at
org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:76)
at
org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:448)
at
org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:425)
at
org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:98)
at
org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:64)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
... 11 more
[ERROR]
{noformat}
So the root cause starts with classes of the {{org.eclipse.tycho.p2}} package,
where in the end
{{org.eclipse.tycho.p2.target.P2ArtifactDownloadTool.downloadArtifactsToLocalMavenRepository}}
causes a {{RuntimeException}}. So you should contact that project and try to
figure out what's happening here.
> Error reading signed content and/or downloading org.eclipse.emf.mwe2.lib
> ------------------------------------------------------------------------
>
> Key: MNG-5850
> URL: https://issues.apache.org/jira/browse/MNG-5850
> Project: Maven
> Issue Type: Bug
> Components: Artifacts and Repositories
> Affects Versions: 3.0.5
> Environment: Apache Maven 3.0.5
> Maven home: /usr/share/maven
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.16.0-41-generic", arch: "amd64", family: "unix"
> Reporter: Quentin Fulsher
> Assignee: Robert Scholte
> Labels: maven, newbie
> Attachments: debug.log
>
>
> Trying to install a project into my local repo, when I run "mvn clean
> install" I get this error. The error message included a url which told me to
> make a bug report.
> Not sure how to re-create, bit of a newbie when it comes to maven.
> debug log is attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)