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 244007 - java.io.IOException: Error getting host info for localhost
Summary: java.io.IOException: Error getting host info for localhost
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 19:02 UTC by Exceptions Reporter
Modified: 2014-09-15 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209205


Attachments
stacktrace (3.24 KB, text/plain)
2014-04-22 19:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-04-22 19:02:56 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.55-b03, OpenJDK Runtime Environment, 1.7.0_55-b13
OS: FreeBSD

User Comments:
GUEST: starting netbeans




Stacktrace: 
java.io.IOException: Error getting host info for localhost
   at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:237)
   at org.netbeans.modules.cnd.makeproject.packaging.DebianPackager.getDefaultInfoList(DebianPackager.java:103)
   at org.netbeans.modules.cnd.makeproject.api.configurations.PackagingConfiguration.setDefaultValues(PackagingConfiguration.java:136)
   at org.netbeans.modules.cnd.makeproject.api.configurations.PackagingConfiguration.<init>(PackagingConfiguration.java:96)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.<init>(MakeConfiguration.java:245)
   at org.netbeans.modules.cnd.makeproject.api.configurations.MakeConfiguration.<init>(MakeConfiguration.java:192)
Comment 1 Exceptions Reporter 2014-04-22 19:02:58 UTC
Created attachment 146891 [details]
stacktrace
Comment 2 Alexander Simon 2014-08-15 08:16:53 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/8bcf93d26591
Comment 3 Quality Engineering 2014-08-16 04:54:01 UTC
Integrated into 'main-silver', will be available in build *201408160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8bcf93d26591
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244007 java.io.IOException: Error getting host info for localhost