You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/09 13:47:04 UTC

Build failed in Hudson: CXF-2.3.x #80

See <https://hudson.apache.org/hudson/job/CXF-2.3.x/80/changes>

Changes:

[ningjiang] Merged revisions 1043907 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1043907 | ningjiang | 2010-12-09 19:52:00 +0800 (Thu, 09 Dec 2010) | 1 line
  
  CXF-3177 Update to latest JAXB version 2.2.2 from 2.2.1
........

[ningjiang] Merged revisions 1043902 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1043902 | ningjiang | 2010-12-09 19:43:56 +0800 (Thu, 09 Dec 2010) | 1 line
  
  CXF-3176 Update to latest Jetty version 7.2.1 from 7.2.0
........

------------------------------------------
[...truncated 136 lines...]
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/CXF-2.3.x/ws/2.3.x-fixes/parent/pom.xml> to <https://hudson.apache.org/hudson/job/CXF-2.3.x/ws/.repository/org/apache/cxf/cxf-parent/2.3.2-SNAPSHOT/cxf-parent-2.3.2-SNAPSHOT.pom>
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/CXF-2.3.x/ws/2.3.x-fixes/parent/pom.xml> to /home/hudson/hudson/jobs/CXF-2.3.x/modules/org.apache.cxf$cxf-parent/builds/2010-12-09_12-46-28/archive/org.apache.cxf/cxf-parent/2.3.2-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/CXF-2.3.x/ws/.repository/org/apache/cxf/cxf-parent/2.3.2-SNAPSHOT/cxf-parent-2.3.2-SNAPSHOT.pom> to /home/hudson/hudson/jobs/CXF-2.3.x/modules/org.apache.cxf$cxf-parent/builds/2010-12-09_12-46-28/archive/org.apache.cxf/cxf-parent/2.3.2-SNAPSHOT/cxf-parent-2.3.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Common Utilities
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://hudson.apache.org/hudson/job/CXF-2.3.x/ws/2.3.x-fixes/common/common/target>
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [remote-resources:process {execution: default}]
Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.2/jaxb-impl-2.2.2.pom
[INFO] Unable to find resource 'com.sun.xml.bind:jaxb-impl:pom:2.2.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom
[INFO] Unable to find resource 'javax.xml.bind:jaxb-api:pom:2.2.2' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.2/jaxb-impl-2.2.2.jar
Downloading: http://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar
[INFO] Unable to find resource 'com.sun.xml.bind:jaxb-impl:jar:2.2.2' in repository central (http://repo1.maven.org/maven2)
[INFO] Unable to find resource 'javax.xml.bind:jaxb-api:jar:2.2.2' in repository central (http://repo1.maven.org/maven2)
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/CXF-2.3.x/ws/2.3.x-fixes/common/common/pom.xml> to /home/hudson/hudson/jobs/CXF-2.3.x/modules/org.apache.cxf$cxf-common-utilities/builds/2010-12-09_12-46-28/archive/org.apache.cxf/cxf-common-utilities/2.3.2-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.sun.xml.bind:jaxb-impl:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) com.sun.xml.bind:jaxb-impl:jar:2.2.2

2) javax.xml.bind:jaxb-api:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) javax.xml.bind:jaxb-api:jar:2.2.2

----------
2 required artifacts are missing.

for artifact: 
  org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots)



[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missing:
----------
1) com.sun.xml.bind:jaxb-impl:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) com.sun.xml.bind:jaxb-impl:jar:2.2.2

2) javax.xml.bind:jaxb-api:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) javax.xml.bind:jaxb-api:jar:2.2.2

----------
2 required artifacts are missing.

for artifact: 
  org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots)


	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) com.sun.xml.bind:jaxb-impl:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) com.sun.xml.bind:jaxb-impl:jar:2.2.2

2) javax.xml.bind:jaxb-api:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) javax.xml.bind:jaxb-api:jar:2.2.2

----------
2 required artifacts are missing.

for artifact: 
  org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots)


	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) com.sun.xml.bind:jaxb-impl:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) com.sun.xml.bind:jaxb-impl:jar:2.2.2

2) javax.xml.bind:jaxb-api:jar:2.2.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=javax.xml.bind -DartifactId=jaxb-api -Dversion=2.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT
  	2) javax.xml.bind:jaxb-api:jar:2.2.2

----------
2 required artifacts are missing.

for artifact: 
  org.apache.cxf:cxf-common-utilities:jar:2.3.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots)


	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: 26 seconds
[INFO] Finished at: Thu Dec 09 12:47:03 UTC 2010
[INFO] Final Memory: 38M/79M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: notifications@cxf.apache.org
channel stopped


Hudson build is back to stable : CXF-2.3.x #89

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/89/changes>



Hudson build is still unstable: CXF-2.3.x #88

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is still unstable: CXF-2.3.x #87

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is still unstable: CXF-2.3.x #86

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is still unstable: CXF-2.3.x #85

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is still unstable: CXF-2.3.x #84

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is still unstable: CXF-2.3.x #83

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is still unstable: CXF-2.3.x #82

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/changes>



Hudson build is unstable: CXF-2.3.x #81

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-2.3.x/81/changes>