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 271196 - java.io.IOException: Error getting host info for localhost
Summary: java.io.IOException: Error getting host info for localhost
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-29 22:11 UTC by Exceptions Reporter
Modified: 2017-11-13 16:19 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229867


Attachments
stacktrace (1.64 KB, text/plain)
2017-07-29 22:11 UTC, Exceptions Reporter
Details
stacktrace (1.64 KB, text/plain)
2017-10-21 13:47 UTC, JATaylor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-07-29 22:11:09 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 8.1

User Comments:
GUEST: Attempting to build and run any program.




Stacktrace: 
java.io.IOException: Error getting host info for localhost
   at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:336)
   at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:294)
   at org.netbeans.modules.cnd.makeproject.execution.LDErrorParser.<init>(LDErrorParser.java:97)
   at org.netbeans.modules.cnd.makeproject.execution.ResolveConflictParserProvider.getErorParser(ResolveConflictParserProvider.java:59)
   at org.netbeans.modules.cnd.spi.toolchain.ErrorParserProvider$DefaultErrorParserProvider.getUniversalErorParsersImpl(ErrorParserProvider.java:233)
   at org.netbeans.modules.cnd.spi.toolchain.ErrorParserProvider.getUniversalErorParsers(ErrorParserProvider.java:80)
Comment 1 Exceptions Reporter 2017-07-29 22:11:12 UTC
Created attachment 164857 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-10-07 04:53:41 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=229867
Comment 3 JATaylor 2017-10-21 13:47:54 UTC
Created attachment 165331 [details]
stacktrace

First time using netbeans on this device
cygwin bin is on path
gcc, gdb and make devel directories are installed
C++ application
Just the default starter code for application