Hi,
I've just checked out the latest revision of Tuscany source code. When I run
the iTests, one of the tests in itest/databindings/sdogen hangs. The test is
trying to access the following URL:
http://<<my_machine_name>>:8085/services/GreeterServiceWebServiceBinding
Where <<my_machine_name>> is the full DNS name of my host.
When I access this URL in a browser, I get the following:
<Exception>
org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
not found is /services/GreeterServiceWebServiceBinding and the WSA Action =
null
at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java
:86)
at org.apache.axis2.engine.Phase.invoke(Phase.java:308)
at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
at
org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
at
org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java
:125)
at
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.jav
a:119)
at
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLR
equest(AxisServlet.java:799)
at
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:242)
at
org.apache.tuscany.sca.binding.ws.axis2.Axis2ServiceServlet.doGet(Axis2Servi
ceServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:324)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnectio
n.java:828)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
at
org.apache.tuscany.sca.core.work.Jsr237Work.run(Jsr237Work.java:61)
at
org.apache.tuscany.sca.core.work.ThreadPoolWorkManager$DecoratingWork.run(Th
readPoolWorkManager.java:215)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.ja
va:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6
75)
at java.lang.Thread.run(Thread.java:595)
</Exception>
I wanted to check whether this was a local build failure so I checked the
Continuum server.
http://vmbuild.apache.org/continuum/buildResults.action?projectGroupId=19
<http://vmbuild.apache.org/continuum/buildResults.action?projectGroupId=19&p
rojectId=277> &projectId=277
However, it has not done a build for a few days so not on the latest code
base. I logged in with my account - mcombellack - but could not find a way
to force a build to start.
My questions are:
* Are other people seeing this problem with the
itest/databindings/sdogen iTest?
* How can I force the Continuum server to do a build?
Thanks,
Mark
_____