[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:31:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry moved JBPAPP-8564 to AS7-4317:
-----------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-4317 (was: JBPAPP-8564)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.1.Final
7.1.0.Final
(was: EAP 6.0.0 ER 1)
(was: EAP 6.0.0 ER 3_Beta1)
Release Notes Docs Status: (was: Not Required)
Component/s: Domain Management
IIOP
(was: IIOP)
Security: (was: JBoss Internal)
Fix Version/s: 7.1.2.Final
(was: EAP 6.0.0 ER 4)
Docs QE Status: (was: NEW)
> 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.1.Final, 7.1.0.Final
> Reporter: Miroslav Novak
> Priority: Blocker
> 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