[jboss-jira] [JBoss JIRA] (AS7-4317) CLONE - Jacorb listens on ::ffff:127.0.0.1 even is should bind to ::1
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Mar 28 17:49:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-4317:
----------------------------------
Comment: was deleted
(was: Problem is the jacorb subsystem is passing InetSocketAddress.getHostName() instead of InetSocketAddress.getAddress().getHostAddress() into the jacorb properties map.)
> CLONE - Jacorb listens on ::ffff:127.0.0.1 even is should bind to ::1
> ---------------------------------------------------------------------
>
> Key: AS7-4317
> URL: https://issues.jboss.org/browse/AS7-4317
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, IIOP
> Affects Versions: 7.1.0.Final, 7.1.1.Final
> Reporter: Miroslav Novak
> Assignee: Brian Stansberry
> Priority: Critical
> Fix For: 7.1.2.Final
>
>
> When server is bound to ipv6 loop-back address ::1 then Jacorb 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
More information about the jboss-jira
mailing list