[jboss-jira] [JBoss JIRA] Updated: (JBAS-8702) WebServices test case org.jboss.webservice.jbws309.JBWS309TestCase failing when run against IPv6 addresses
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Thu Dec 2 15:59:04 EST 2010
[ https://jira.jboss.org/browse/JBAS-8702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Achmatowicz updated JBAS-8702:
--------------------------------------
Description:
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)
was:
When running the testsuite with IPv6 addresses, tests from the following test classes are failing:
org.jboss.test.webservice.admindevel.ExampleTestCase
org.jboss.test.webservice.admindevel.ExplodedExampleTestCase
org.jboss.test.webservice.admindevel.RedeployExampleTestCase
org.jboss.test.webservice.jbas5614.JBAS5614TestCase
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 (for example, in ExampleTestCase):
Error Message
Could not dereference object
Stacktrace
javax.naming.NamingException: Could not dereference object [Root exception is javax.xml.ws.WebServiceException: Cannot find wsdl-override: http://fec0:0:a16:ffff::1:8080/admindevel?wsdl]
at org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1508)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:824)
at org.jboss.naming.client.java.javaURLContextFactory$EncContextProxy.invoke(javaURLContextFactory.java:153)
at $Proxy0.lookup(Unknown Source)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at org.jboss.test.webservice.admindevel.ExampleTestCase.setUp(ExampleTestCase.java:61)
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: javax.xml.ws.WebServiceException: Cannot find wsdl-override: http://fec0:0:a16:ffff::1:8080/admindevel?wsdl
at org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData.getWsdlLocation(UnifiedServiceRefMetaData.java:360)
at org.jboss.ws.core.jaxrpc.client.ServiceObjectFactoryJAXRPC.getObjectInstance(ServiceObjectFactoryJAXRPC.java:144)
at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
at org.jnp.interfaces.NamingContext.getObjectInstance(NamingContext.java:1483)
at org.jnp.interfaces.NamingContext.getObjectInstanceWrapFailure(NamingContext.java:1500)
Caused by: java.io.IOException: Cannot get URL for: http://fec0:0:a16:ffff::1:8080/admindevel?wsdl
at org.jboss.wsf.spi.util.URLLoaderAdapter.findChild(URLLoaderAdapter.java:118)
at org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedServiceRefMetaData.getWsdlLocation(UnifiedServiceRefMetaData.java:356)
> WebServices test case org.jboss.webservice.jbws309.JBWS309TestCase failing when run against IPv6 addresses
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBAS-8702
> URL: https://jira.jboss.org/browse/JBAS-8702
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web Services
> Affects Versions: 6.0.0.CR1
> Reporter: Richard Achmatowicz
> Assignee: Alessio Soldano
> Fix For: TBD-6.x
>
>
> 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)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list