On Fri, Jul 16, 2010 at 3:12 PM, kelvin goodson <[email protected]> wrote: > I have local changes, so maybe this is down to them, but it doesn't > seem connected > > my build is hanging indefinitely with the output below > > anyone got any ideas why? > > Kelvin. > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Tuscany SCA iTest WS Launcher Axis2 > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [enforcer:enforce {execution: enforce-plugin-versions}] > [INFO] [resources:resources {execution: default-resources}] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 0 resource > [INFO] Copying 0 resource > [INFO] [compiler:compile {execution: default-compile}] > [INFO] Nothing to compile - all classes are up to date > [INFO] [resources:testResources {execution: default-testResources}] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > C:\Dev7\SCA\itest\ws\launcher-axis2\src\test\resources > [INFO] [compiler:testCompile {execution: default-testCompile}] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test {execution: default-test}] > [INFO] Surefire report directory: > C:\Dev7\SCA\itest\ws\launcher-axis2\target\surefire-reports > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running > org.apache.tuscany.sca.binding.ws.launcher.axis2.CallbackForwardSpecTestCase >>>> Starting external JAXWS service at >>>> http://localhost:8086/External/HelloWorld > 16-Jul-2010 14:57:50 org.apache.tuscany.sca.node.impl.NodeImpl start > INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 > domain: default > 16-Jul-2010 14:57:50 org.apache.tuscany.sca.node.impl.NodeFactoryImpl > loadContributions > INFO: Loading contribution: > file:/C:/Dev7/SCA/itest/ws/launcher-axis2/../contribution-callback-forwardspec/target/itest-ws-contribution-call > > > > > <sniplots/> > > > > - Deploying module: rampart-1.4 - > jar:file:/C:/Dev7/SCA/modules/binding-ws-runtime-axis2/target/tuscany-binding-ws-runtime-axis2-2.0-SNAPSHO > T.jar!/org/apache/tuscany/sca/binding/ws/axis2/engine/repository/modules/rampart-1.4.mar > 16-Jul-2010 14:58:04 org.apache.tuscany.sca.http.jetty.JettyLogger info > INFO: jetty-6.1.19 > 16-Jul-2010 14:58:04 org.apache.tuscany.sca.http.jetty.JettyLogger info > INFO: Started selectchannelconnec...@localhost:8085 >>>> Starting external JAXWS client > 16-Jul-2010 14:58:04 org.apache.tuscany.sca.http.jetty.JettyServer > addServletMapping > INFO: Added Servlet mapping: > http://localhost:8085/HelloWorldService/HelloWorld > 16-Jul-2010 14:58:04 > org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryImpl > addEndpoint > INFO: Add endpoint - (@2504912)Endpoint: URI = > HelloWorldService#service-binding(HelloWorld/HelloWorld) > Entering External Client HelloWorld.getGreetings: Fred >
I just saw that too in the full build I just did. I added a new test to that set so I'll remove it and see if it solves it. If it does hang you can kill the Java process running the test (that hangs) without killing the full build. Look for the smaller of the two Java processes. This allows the build to continue but of course that test will be marked as failed. Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
