On Tue, May 3, 2011 at 6:54 PM, Luciano Resende <luckbr1...@gmail.com> wrote: > On Tue, May 3, 2011 at 3:25 AM, ant elder <ant.el...@gmail.com> wrote: >> For a while now I've been getting intermitent hangs of the trunk build >> in the tests of binding.rest.runtime, does anyone else see that? This >> is the console log of where it gets up to: >> >> 03-May-2011 11:17:53 org.apache.tuscany.sca.node.impl.NodeImpl start >> INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 >> domain: de >> fault >> 03-May-2011 11:17:53 org.apache.tuscany.sca.node.impl.NodeFactoryImpl >> loadContri >> butions >> INFO: Loading contribution: >> file:/C:/Ant/svn/trunk/modules/binding-rest-runtime/ >> target/test-classes/ >> 03-May-2011 11:17:54 org.apache.tuscany.sca.http.jetty.JettyLogger info >> INFO: jetty-6.1.26 >> 03-May-2011 11:17:54 org.apache.tuscany.sca.http.jetty.JettyLogger info >> INFO: Started SelectChannelConnector@localhost:8085 >> 03-May-2011 11:17:54 org.apache.wink.server.internal.servlet.RestServlet >> getAppl >> ication >> WARNING: The applicationConfigLocation property was not defined. >> 03-May-2011 11:17:54 org.apache.wink.server.internal.servlet.RestServlet >> getAppl >> ication >> INFO: The system is using the null JAX-RS application class named in the >> applica >> tionConfigLocation init-param initialization parameter. >> 03-May-2011 11:17:54 >> org.apache.wink.server.internal.application.ApplicationProc >> essor process >> INFO: The following JAX-RS application has been processed: >> org.apache.wink.serve >> r.internal.application.ServletWinkApplication >> 03-May-2011 11:17:54 org.apache.wink.server.internal.log.Providers log >> INFO: The class >> org.apache.tuscany.sca.binding.rest.provider.DataBindingJAXRSRea >> der was registered as a JAX-RS MessageBodyReader provider for all Java types >> and >> */* media types. >> 03-May-2011 11:17:54 org.apache.wink.server.internal.log.Providers log >> INFO: The class >> org.apache.tuscany.sca.binding.rest.provider.DataBindingJAXRSWri >> ter was registered as a JAX-RS MessageBodyWriter provider for all Java types >> and >> */* media types. >> 03-May-2011 11:17:54 org.apache.tuscany.sca.http.jetty.JettyServer >> addServletMap >> ping >> INFO: Added Servlet mapping: http://localhost:8085/Customer/* >> 03-May-2011 11:17:54 >> org.apache.wink.server.internal.application.ApplicationProc >> essor process >> INFO: The following JAX-RS application has been processed: >> org.apache.tuscany.sc >> a.binding.rest.provider.RESTServiceBindingProvider$SimpleApplication >> 03-May-2011 11:17:54 >> org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryI >> mpl addEndpoint >> INFO: Add endpoint - binding.rest - http://localhost:8085/Customer/ >> >> ...ant >> > > Haven't seen any issues... what environment are you in ? > Anyway, now that Wink 1.1.3 is released, we are going to move to the > new release soon... that might help... >
I think its somehow related to Windows7, i get it on two win7 machines now where most of the time, though not always, it hangs when doing a full build. Seems to work ok when building the individual module though so its hard to debug. ...ant