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

Summary: java.io.IOException: Error getting host info for localhost
Product: cnd Reporter: apratimraj
Component: executionAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230756
Attachments: stacktrace

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