]
RH Bugzilla Integration commented on AS7-5409:
----------------------------------------------
Dominik Pospisil <dpospisi(a)redhat.com> changed the Status of [bug
CLONE - Unable to disable -Djava.net.preferIPv4=true in domain mode
without editing domain.conf
-----------------------------------------------------------------------------------------------
Key: AS7-5409
URL:
https://issues.jboss.org/browse/AS7-5409
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.2.Final (EAP)
Reporter: Jan Martiska
Assignee: Brian Stansberry
Fix For: 7.1.3.Final (EAP), EAP 6.1.0.Alpha (7.2.0.Final)
Try running EAP domain mode like this:
{noformat}
bin/domain.sh -Djava.net.preferIPv4Stack=false -bmanagement=::1
{noformat}
It will fail:
{noformat}
[Host Controller] 09:40:49,647 ERROR [org.jboss.msc.service.fail] (MSC service thread
1-1) MSC000001: Failed to start service jboss.network.management:
org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810:
failed to resolve interface management
[Host Controller] at
org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:97)
[jboss-as-server-7.1.1.Final-redhat-1.jar:7.1.1.Final-redhat-1]
[Host Controller] at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
[Host Controller] at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
[Host Controller] at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[rt.jar:1.6.0_30]
[Host Controller] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[rt.jar:1.6.0_30]
[Host Controller] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
{noformat}
Other interfaces work and can be bound to ipv6, just 'management' does not. (In
standalone mode, this issue is not present.)
Blocks testing of Admin console,Native+HTTP interfaces in domain mode in IPv6, not
marking as blocker because workaround exists.