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 271740 - 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-11-01 08:09 UTC by apratimraj
Modified: 2017-11-01 08:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230756


Attachments
stacktrace (1.08 KB, text/plain)
2017-11-01 08:09 UTC, apratimraj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description apratimraj 2017-11-01 08:09:58 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 10

User Comments:
apratimraj: when i run any c program it shows unale to create process no host info available




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.nativeexecution.api.util.PathUtils.expandPath(PathUtils.java:82)
   at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1.doWork(TerminalSupportImpl.java:232)
   at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1.access$000(TerminalSupportImpl.java:156)
   at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1$1.run(TerminalSupportImpl.java:163)
Comment 1 apratimraj 2017-11-01 08:09:59 UTC
Created attachment 165382 [details]
stacktrace