Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] problems accessing p2 repositories from egit tycho build

We face problems with the egit tycho build:

since yesterday we get download errors like (https://hudson.eclipse.org/hudson/job/egit/795/console):

[ERROR] Internal error: java.lang.RuntimeException: Could not download artifacts from any repository
[ERROR] osgi.bundle,org.easymock,2.4.0.v20090202-0900
[ERROR] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not download artifacts from any repository
  osgi.bundle,org.easymock,2.4.0.v20090202-0900

       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:163)
       at org.apache.maven.cli.MavenCli.execute(MavenCli.java:445)
       at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:168)
       at org.apache.maven.cli.MavenCli.main(MavenCli.java:132)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:597)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
       at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
       at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
       at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: Could not download artifacts from any repository
  osgi.bundle,org.easymock,2.4.0.v20090202-0900

       at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:378)
       at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:300)
       at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:406)
       at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:105)
       at org.codehaus.tycho.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:68)
       at org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:94)
       at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:268)
       at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:151)
       ... 11 more


running the same build locally succeeds.

Was there any infrastructure change on hudson.eclipse.org which might cause such failure ?

--
Matthias

Back to the top