-
Bug
-
Resolution: Done
-
Major
-
6.0.0.CR1
-
None
When running the testsuite with IPv6 addresses, tests from the following test classes are failing:
org.jboss.test.webservice.jbws309.JBWS309TestCase
The details of the failures can be found here in the Hudson job for the run:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-testSuite-ipv6-clone/6/
These test failures exhibit a common error:
Error Message
Call invocation failed; nested exception is: java.lang.RuntimeException: Invalid address: http://fec0:0:a16:ffff::1:8080/ws4ee-jbws309/RoleSecured
Stacktrace
java.rmi.RemoteException: Call invocation failed; nested exception is:
java.lang.RuntimeException: Invalid address: http://fec0:0:a16:ffff::1:8080/ws4ee-jbws309/RoleSecured
at org.jboss.ws.core.jaxrpc.client.CallImpl.invokeInternal(CallImpl.java:546)
at org.jboss.ws.core.jaxrpc.client.CallImpl.invoke(CallImpl.java:286)
at org.jboss.ws.core.jaxrpc.client.PortProxy.invoke(PortProxy.java:154)
at $Proxy4.getContactInfo(Unknown Source)
at org.jboss.test.webservice.jbws309.JBWS309TestCase.testRoleSecuredServiceAccess(JBWS309TestCase.java:193)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
Caused by: java.lang.RuntimeException: Invalid address: http://fec0:0:a16:ffff::1:8080/ws4ee-jbws309/RoleSecured
at org.jboss.ws.core.client.transport.NettyClient.invokeInternal(NettyClient.java:148)
at org.jboss.ws.core.client.transport.NettyClient.invoke(NettyClient.java:123)
at org.jboss.ws.core.client.HTTPRemotingConnection.invoke(HTTPRemotingConnection.java:150)
at org.jboss.ws.core.client.SOAPProtocolConnectionHTTP.invoke(SOAPProtocolConnectionHTTP.java:69)
at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:369)
at org.jboss.ws.core.jaxrpc.client.CallImpl.invokeInternal(CallImpl.java:527)
Caused by: java.net.MalformedURLException: For input string: "0:a16:ffff::1:8080"
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at org.jboss.ws.core.client.transport.NettyClient.invokeInternal(NettyClient.java:144)