[jbossws-issues] [JBoss JIRA] Created: (JBWS-2883) WSException: Malformed URL when deploying to AS bound to IPv6 address

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Thu Jan 7 10:36:32 EST 2010


WSException: Malformed URL when deploying to AS bound to IPv6 address
---------------------------------------------------------------------

                 Key: JBWS-2883
                 URL: https://jira.jboss.org/jira/browse/JBWS-2883
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-jaxrpc, jbossws-native
    Affects Versions:  jbossws-native-3.2.2
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: jbossws-native-3.3.0


The following exception is reported when deploying an endpoint to a server bound to an IPv6 address: -

Caused by: org.jboss.ws.WSException: Malformed URL: http://3ffe:ffff:100:f101::1:8080/admindevel
	at org.jboss.ws.metadata.builder.MetaDataBuilder.getServiceEndpointAddress(MetaDataBuilder.java:272)
	at org.jboss.ws.metadata.builder.MetaDataBuilder.initEndpointAddress(MetaDataBuilder.java:185)
	at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCServerMetaDataBuilder.buildMetaData(JAXRPCServerMetaDataBuilder.java:147)
	at org.jboss.wsf.stack.jbws.UnifiedMetaDataDeploymentAspect.start(UnifiedMetaDataDeploymentAspect.java:59)
	at org.jboss.webservices.integration.deployers.WSDeploymentAspectDeployer.internalDeploy(WSDeploymentAspectDeployer.java:107)
	at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
	at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179)

The address part needs to be wrapped in square brackets to make it correct in the URL e.g.: -

      http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html
      http://[1080:0:0:0:8:800:200C:417A]/index.html

(Examples taken from http://www.ietf.org/rfc/rfc2732.txt )

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list