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 Jenkins Server <hu...@hudson.apache.org> on 2011/05/21 08:44:07 UTC

Build failed in Jenkins: CXF-trunk-deploy » CXF Interopfest WS-SC Demo #573

See <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/573/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building CXF Interopfest WS-SC Demo
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target>
[INFO] [antrun:run {execution: download-certs-wsdl}]
project.artifactId
[INFO] Executing tasks

download:
    [mkdir] Created dir: <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target>

download.internal:
    [mkdir] Created dir: <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target/generated/src/main/resources/certs>
    [mkdir] Created dir: <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target/wsdl>
     [copy] Copying 1 file to <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target>
      [get] Getting: http://131.107.153.205/Security_WsSecurity_Service_Indigo/WSSecureConversation.svc?wsdl
      [get] To: <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target/wsdl/WSSecureConversation.wsdl>
      [get] Error getting http://131.107.153.205/Security_WsSecurity_Service_Indigo/WSSecureConversation.svc?wsdl to <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/target/wsdl/WSSecureConversation.wsdl>
[JENKINS] Archiving <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/pom.xml> to /home/hudson/hudson/jobs/CXF-trunk-deploy/modules/org.apache.cxf.samples.interopfest$ws-sc/builds/2011-05-21_06-03-30/archive/org.apache.cxf.samples.interopfest/ws-sc/2.4.1-SNAPSHOT/ws-sc-2.4.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:29: java.net.ConnectException: Connection timed out

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: An Ant BuildException has occured: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:29: java.net.ConnectException: Connection timed out
	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:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	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: An Ant BuildException has occured: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:29: java.net.ConnectException: Connection timed out
	at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:224)
	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:81)
	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: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:29: java.net.ConnectException: Connection timed out
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:497)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:211)
	... 32 more
Caused by: <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:55: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:29: java.net.ConnectException: Connection timed out
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:497)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 40 more
Caused by: <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/ws/download_wsdl.xml>:29: java.net.ConnectException: Connection timed out
	at org.apache.tools.ant.taskdefs.Get.execute(Get.java:139)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 53 more
Caused by: java.net.ConnectException: Connection timed out
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.Socket.connect(Socket.java:524)
	at java.net.Socket.connect(Socket.java:474)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
	at sun.net.www.http.HttpClient.New(HttpClient.java:304)
	at sun.net.www.http.HttpClient.New(HttpClient.java:321)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:839)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:791)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:716)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:662)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:581)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:571)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40 minutes 8 seconds
[INFO] Finished at: Fri May 20 22:44:05 GMT-08:00 2011
[INFO] Final Memory: 181M/291M
[INFO] ------------------------------------------------------------------------


Jenkins build is back to normal : CXF-trunk-deploy » CXF Interopfest WS-SC Demo #574

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/CXF-trunk-deploy/org.apache.cxf.samples.interopfest$ws-sc/574/>