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/08 11:00:36 UTC

Build failed in Hudson: CXF-trunk-deploy » Apache CXF Runtime JAX-WS Frontend #444

See <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/444/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache CXF Runtime JAX-WS Frontend
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/target>
[INFO] [dependency:copy {execution: create-endorsed-dir}]
[INFO] Configured Artifact: org.apache.geronimo.specs:geronimo-jaxws_2.2_spec:?:jar
[INFO] Copying geronimo-jaxws_2.2_spec-1.0.jar to <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/target/endorsed/geronimo-jaxws_2.2_spec-1.0.jar>
[INFO] [cxf-xml2fastinfoset:xml2fastinfoset {execution: xml2fastinfoset}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/generated> added.
[INFO] [build-helper:add-source {execution: add-jaxws22-source}]
[INFO] Source directory: <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/jaxws22> added.
[INFO] [remote-resources:process {execution: default}]
[INFO] [build-helper:add-resource {execution: add-spi}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/resources-filtered>
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 146 source files to <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[52,8] cannot find symbol
symbol  : constructor AbstractHTTPDestination(org.apache.cxf.Bus,org.apache.cxf.service.model.EndpointInfo,boolean)
location: class org.apache.cxf.transport.http.AbstractHTTPDestination
[INFO] 1 error
[INFO] -------------------------------------------------------------
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf$cxf-rt-frontend-jaxws/builds/2010-12-08_09-50-29/archive/org.apache.cxf/cxf-rt-frontend-jaxws/2.4.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[52,8] cannot find symbol
symbol  : constructor AbstractHTTPDestination(org.apache.cxf.Bus,org.apache.cxf.service.model.EndpointInfo,boolean)
location: class org.apache.cxf.transport.http.AbstractHTTPDestination

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[52,8] cannot find symbol
symbol  : constructor AbstractHTTPDestination(org.apache.cxf.Bus,org.apache.cxf.service.model.EndpointInfo,boolean)
location: class org.apache.cxf.transport.http.AbstractHTTPDestination

	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	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.CompilationFailureException: Compilation failure
<https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/ws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java>:[52,8] cannot find symbol
symbol  : constructor AbstractHTTPDestination(org.apache.cxf.Bus,org.apache.cxf.service.model.EndpointInfo,boolean)
location: class org.apache.cxf.transport.http.AbstractHTTPDestination

	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
	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
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 56 seconds
[INFO] Finished at: Wed Dec 08 02:00:35 GMT-08:00 2010
[INFO] Final Memory: 116M/198M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal : CXF-trunk-deploy » Apache CXF Runtime JAX-WS Frontend #445

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf$cxf-rt-frontend-jaxws/445/changes>