You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/01/03 12:13:20 UTC

Build failed in Hudson: Karaf » Apache Karaf :: Shell :: Development Commands #289

See <https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.dev/289/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Karaf :: Shell :: Development Commands
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [bundle:cleanVersions {execution: cleanVersions}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo/org/ops4j/pax/url/pax-url-wrap/1.2.4/pax-url-wrap-1.2.4.pom
[INFO] Unable to find resource 'org.ops4j.pax.url:pax-url-wrap:pom:1.2.4' in repository servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo)
Downloading: http://repo1.maven.org/maven2/org/ops4j/pax/url/pax-url-wrap/1.2.4/pax-url-wrap-1.2.4.pom
[INFO] Unable to find resource 'org.ops4j.pax.url:pax-url-wrap:pom:1.2.4' in repository central (http://repo1.maven.org/maven2)
Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo/org/ops4j/pax/url/pax-url-wrap/1.2.4/pax-url-wrap-1.2.4.jar
[INFO] Unable to find resource 'org.ops4j.pax.url:pax-url-wrap:jar:1.2.4' in repository servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo)
Downloading: http://repo1.maven.org/maven2/org/ops4j/pax/url/pax-url-wrap/1.2.4/pax-url-wrap-1.2.4.jar
[INFO] Unable to find resource 'org.ops4j.pax.url:pax-url-wrap:jar:1.2.4' in repository central (http://repo1.maven.org/maven2)
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.dev/ws/pom.xml> to /home/hudson/hudson/jobs/Karaf/modules/org.apache.karaf.shell$org.apache.karaf.shell.dev/builds/2011-01-03_11-02-46/archive/org.apache.karaf.shell/org.apache.karaf.shell.dev/2.1.99-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT
  	2) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

----------
1 required artifact is missing.

for artifact: 
  org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  fusesource.snapshots (http://repo.fusesource.com/nexus/content/repositories/snapshots),
  apache-snapshots (http://repository.apache.org/content/groups/snapshots-group),
  Nexus (http://repository.apache.org/snapshots),
  ops4j.sonatype.snapshots.deploy (https://oss.sonatype.org/content/repositories/ops4j-snapshots/),
  servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo),
  sonatype (http://repository.sonatype.org/content/groups/sonatype-public-grid)



[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
----------
1) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT
  	2) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

----------
1 required artifact is missing.

for artifact: 
  org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  fusesource.snapshots (http://repo.fusesource.com/nexus/content/repositories/snapshots),
  apache-snapshots (http://repository.apache.org/content/groups/snapshots-group),
  Nexus (http://repository.apache.org/snapshots),
  ops4j.sonatype.snapshots.deploy (https://oss.sonatype.org/content/repositories/ops4j-snapshots/),
  servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo),
  sonatype (http://repository.sonatype.org/content/groups/sonatype-public-grid)


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	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:592)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:750)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:694)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
----------
1) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT
  	2) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

----------
1 required artifact is missing.

for artifact: 
  org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  fusesource.snapshots (http://repo.fusesource.com/nexus/content/repositories/snapshots),
  apache-snapshots (http://repository.apache.org/content/groups/snapshots-group),
  Nexus (http://repository.apache.org/snapshots),
  ops4j.sonatype.snapshots.deploy (https://oss.sonatype.org/content/repositories/ops4j-snapshots/),
  servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo),
  sonatype (http://repository.sonatype.org/content/groups/sonatype-public-grid)


	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:702)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.getProjects(ProcessRemoteResourcesMojo.java:602)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.configureVelocityContext(ProcessRemoteResourcesMojo.java:969)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.execute(ProcessRemoteResourcesMojo.java:492)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-wrap -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT
  	2) org.ops4j.pax.url:pax-url-wrap:jar:1.2.4

----------
1 required artifact is missing.

for artifact: 
  org.apache.karaf.shell:org.apache.karaf.shell.dev:bundle:2.1.99-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  fusesource.snapshots (http://repo.fusesource.com/nexus/content/repositories/snapshots),
  apache-snapshots (http://repository.apache.org/content/groups/snapshots-group),
  Nexus (http://repository.apache.org/snapshots),
  ops4j.sonatype.snapshots.deploy (https://oss.sonatype.org/content/repositories/ops4j-snapshots/),
  servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo),
  sonatype (http://repository.sonatype.org/content/groups/sonatype-public-grid)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
	at org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:140)
	at org.apache.maven.shared.artifact.resolver.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:187)
	at org.apache.maven.plugin.resources.remote.ProcessRemoteResourcesMojo.resolveProjectArtifacts(ProcessRemoteResourcesMojo.java:697)
	... 34 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 minutes 23 seconds
[INFO] Finished at: Mon Jan 03 11:13:19 UTC 2011
[INFO] Final Memory: 48M/306M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal : Karaf » Apache Karaf :: Shell :: Development Commands #290

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Karaf/org.apache.karaf.shell$org.apache.karaf.shell.dev/290/>