[
https://issues.jboss.org/browse/AS7-1702?page=com.atlassian.jira.plugin.s...
]
Pedro Kowalski commented on AS7-1702:
-------------------------------------
Does anyone still experience this error?
I've jumped to the JDK7 and was kicked with this error.
I've built the Arquillian-core from the latest sources and downloaded JBoss AS 7 from
jenkins:
https://hudson.jboss.org/jenkins/job/JBoss-AS-7.0.x/ (is this the right source of
the latest AS?)
It still fails with:
java.lang.IllegalArgumentException: Illegal character in authority at index 7:
http://${jboss.bind.address:127.0.0.1}:8080
at java.net.URI.create(URI.java:859)
at
org.jboss.as.arquillian.container.ManagementClient.getBinding(ManagementClient.java:181)
[...]
Accept <any-address/> in Jboss AS7 configuration
------------------------------------------------
Key: AS7-1702
URL:
https://issues.jboss.org/browse/AS7-1702
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.0.1.Final
Environment: JBoss AS 7.0.1.Final
Reporter: Alexandre Gattiker
Assignee: Emanuel Muckenhuber
Fix For: 7.0.2.Final
ERROR ArquillianServiceDeployer - Cannot deploy arquillian service
java.lang.IllegalArgumentException
at org.jboss.dmr.ModelValue.asList(ModelValue.java:128)
at org.jboss.dmr.ModelNode.asList(ModelNode.java:1096)
at
org.jboss.as.arquillian.container.ManagementClient.getInterface(ManagementClient.java:185)
at
org.jboss.as.arquillian.container.ManagementClient.getBinding(ManagementClient.java:177)
at
org.jboss.as.arquillian.container.ManagementClient.extractSubSystemURI(ManagementClient.java:148)
at
org.jboss.as.arquillian.container.ManagementClient.getSubSystemURI(ManagementClient.java:90)
at
org.jboss.as.arquillian.container.ManagementClient.getDeploymentMetaData(ManagementClient.java:96)
at
org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:98)
at
org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer.doServiceDeploy(ArquillianServiceDeployer.java:58)
After changing the JBoss AS 7 configuration from:
<interface name="public">
<inet-address value="127.0.0.1"/>
</interface>
to:
<interface name="public">
<any-address/>
</interface>
Presumed cause:
in org.jboss.as.arquillian.container.ManagementClient in
jboss-as-arquillian-common-7.0.1.Final.jar:
return
rootNode.get("interface").get(name).get("criteria").asList().get(0).get("inet-address").asString();
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira