This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160258 - remote host wizard shows 127.0.0.* as network neighborhood
Summary: remote host wizard shows 127.0.0.* as network neighborhood
Status: RESOLVED DUPLICATE of bug 157260
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-13 14:38 UTC by Alexey Vladykin
Modified: 2009-05-19 17:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Vladykin 2009-03-13 14:38:30 UTC
First page of "New Remote Development Host" wizard shows all addresses from 127.0.0.2 to 127.0.0.255 as my network
neighborhood. It happens on my 64-bit Gentoo Linux machine.
Comment 1 Vladimir Kvashin 2009-03-30 16:43:17 UTC
This means that InetAddress.getLocalHost() returned 127.0.0.1
(which, judging by InetAddress source, can happen if a SecurityException inside getLocalHost() happens).

The only thing I can suggest so far is not to fill the table at all in this case.

Comment 2 Quality Engineering 2009-04-15 19:31:56 UTC
Integrated into 'main-golden', will be available in build *200904151401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a3099522a916
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: a workaround for #160258 remote host wizard shows 127.0.0.* as network neighborhood
Comment 3 Alexey Vladykin 2009-05-19 17:21:43 UTC

*** This issue has been marked as a duplicate of 157260 ***