[
https://issues.jboss.org/browse/AS7-4316?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry moved JBPAPP-8563 to AS7-4316:
-----------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-4316 (was: JBPAPP-8563)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.1.Final
7.1.0.Final
7.0.2.Final
7.0.1.Final
7.0.0.Final
(was: EAP 6.0.0 ER 1)
Component/s: Domain Management
JMS
(was: HornetQ)
Security: (was: JBoss Internal)
Fix Version/s: 7.1.2.Final
(was: EAP 6.0.0 ER 5)
Docs QE Status: (was: NEW)
CLONE - HornetQ listens on ::ffff:127.0.0.1 when bound to ::1
-------------------------------------------------------------
Key: AS7-4316
URL:
https://issues.jboss.org/browse/AS7-4316
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JMS
Affects Versions: 7.1.1.Final, 7.1.0.Final, 7.0.2.Final, 7.0.1.Final, 7.0.0.Final
Reporter: Miroslav Novak
Assignee: Clebert Suconic
Fix For: 7.1.2.Final
When server is bound to ipv6 loop-back address ::1 then HornetQ listens on
::ffff:127.0.0.1.
{code}
netstat -npl | grep java
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 ::ffff:127.0.0.1:5455 :::* LISTEN
1438/java
tcp 0 0 ::1:9999 :::* LISTEN
1438/java
tcp 0 0 ::1:8080 :::* LISTEN
1438/java
tcp 0 0 ::1:4447 :::* LISTEN
1438/java
tcp 0 0 ::ffff:127.0.0.1:5445 :::* LISTEN
1438/java
tcp 0 0 ::1:9990 :::* LISTEN
1438/java
tcp 0 0 ::ffff:127.0.0.1:3528 :::* LISTEN
1438/java
udp 0 5048 :::45329 :::*
1438/java
udp 0 0 :::9875 :::*
1438/java
udp 0 0 ::ffff:224.0.1.105:23364 :::*
1438/java
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira