[jboss-jira] [JBoss JIRA] (WFCORE-754) EAP fails to start with -bmanagement= option and with specific IP settings

Brian Stansberry (JIRA) issues at jboss.org
Wed Jun 10 09:42:04 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFCORE-754:
------------------------------------
    Priority: Critical  (was: Major)


> EAP fails to start with -bmanagement= option and with specific IP settings
> --------------------------------------------------------------------------
>
>                 Key: WFCORE-754
>                 URL: https://issues.jboss.org/browse/WFCORE-754
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 1.0.0.CR5, 2.0.0.Alpha1
>            Reporter: Marek Kopecký
>            Assignee: ehsavoie Hugonnet
>            Priority: Critical
>             Fix For: 1.0.0.CR7
>
>
> *Description of problem:*
> * EAP fails to start with {{-bmanagement=}} option. IPv4 address is used in this option.
> * Host Controller starts to listening on IPv4:9999
> * Server:server-one probably resolve IPv4 address to host name. Server-one tries to connect to this host name. Hostname is resolved by ping ({{$ ping dev98}}) to IPv6 address, where host controller is not listening.
> * This error doesn't occur, if hostname is resolved to IPv4 address by ping on machine.
> * This error doesn't occur on EAP 6.4.0
> *How reproducible:*
> * windows
> *Steps to Reproduce:*
> Example on dev98 machine:
> # ssh dev98
> # ping dev98
> {noformat}
> Pinging dev98 [fe80::699a:d857:e5cc:e3b7%14] with 32 bytes of data:
> Reply from fe80::699a:d857:e5cc:e3b7%14: time<1ms 
> Reply from fe80::699a:d857:e5cc:e3b7%14: time<1ms 
> Reply from fe80::699a:d857:e5cc:e3b7%14: time<1ms 
> Reply from fe80::699a:d857:e5cc:e3b7%14: time<1ms 
> Ping statistics for fe80::699a:d857:e5cc:e3b7%14:
>     Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
> Approximate round trip times in milli-seconds:
>     Minimum = 0ms, Maximum = 0ms, Average = 0ms
> {noformat}
> # ping -a 10.16.92.7
> {noformat}
> Pinging dev98 [10.16.92.7] with 32 bytes of data:
> Reply from 10.16.92.7: bytes=32 time<1ms TTL=128
> Reply from 10.16.92.7: bytes=32 time<1ms TTL=128
> Reply from 10.16.92.7: bytes=32 time<1ms TTL=128
> Reply from 10.16.92.7: bytes=32 time<1ms TTL=128
> Ping statistics for 10.16.92.7:
>     Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
> Approximate round trip times in milli-seconds:
>     Minimum = 0ms, Maximum = 0ms, Average = 0ms
> {noformat}
> # domain.bat -bmanagement=10.16.92.7
> *Actual results:*
> {noformat}
> .....
> [Host Controller] 06:49:07,673 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) WFLYRMT0001: Listening on 10.16.92.7:9999
> .....
> [Server:server-one] 06:49:16,251 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 2) MSC000001: Failed to start service jboss.server-boot-operations: org.jboss.msc.service.StartException in service jboss.server-boot-operations: java.net.ConnectException: WFLYPRT0053: Could not connect to remote://dev98:9999. The connection failed
> [Server:server-one] 	at org.jboss.as.server.mgmt.domain.ServerBootOperationsService$1.run(ServerBootOperationsService.java:72)
> [Server:server-one] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [Server:server-one] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [Server:server-one] 	at java.lang.Thread.run(Thread.java:745)
> [Server:server-one] 	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> [Server:server-one] Caused by: java.net.ConnectException: WFLYPRT0053: Could not connect to remote://dev98:9999. The connection failed
> [Server:server-one] 	at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:122)
> [Server:server-one] 	at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:257)
> [Server:server-one] 	at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:71)
> [Server:server-one] 	at org.jboss.as.server.mgmt.domain.HostControllerConnection.openConnection(HostControllerConnection.java:130)
> [Server:server-one] 	at org.jboss.as.server.mgmt.domain.HostControllerClient.resolveBootUpdates(HostControllerClient.java:85)
> [Server:server-one] 	at org.jboss.as.server.mgmt.domain.ServerBootOperationsService$1.run(ServerBootOperationsService.java:68)
> [Server:server-one] 	... 4 more
> {noformat}
> *Expected results:*
>   No errors



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the jboss-jira mailing list