You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Jim Ma <ji...@iona.com> on 2007/04/25 11:46:40 UTC

exceptions in system test

I see there are exceptions throwed in system test, but the build is still
successful.  Is this the real error message ?

Running org.apache.cxf.systest.servlet.CXFServletTest
java.net.SocketException: Permission denied
	at sun.nio.ch.Net.bind(Native Method)
	at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.jav
a:198)
	at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:251)
	at
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.
java:233)



Running org.apache.cxf.systest.ws.policy.HTTPClientPolicyTest
javax.xml.ws.WebServiceException: org.apache.cxf.ws.policy.PolicyException:
Incompatible HTTPClientPolicy assertions.
	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134)
	at $Proxy41.sayHi(Unknown Source)
	at
org.apache.cxf.systest.ws.policy.HTTPClientPolicyTest.testUsingHTTPClientPol
icies(HTTPClientPolicyTest.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)


Regards

Jim