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 202996

Summary: java.net.ConnectException at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.fileExists
Product: cnd Reporter: Alexander Pepin <apepin>
Component: D-LightAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: vkvashin
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181561
Attachments: stacktrace

Description Alexander Pepin 2011-10-03 15:39:37 UTC
Build: Oracle Solaris Studio Dev 2011/09/26 11f3bf57af10
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
apepin: Exception occured while running Full Remote project




Stacktrace: 
java.net.ConnectException
   at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.fileExists(HostInfoUtils.java:109)
   at com.sun.tools.ide.analysis.previse.impl.PreviseErrorProvider.process(PreviseErrorProvider.java:209)
   at com.sun.tools.ide.analysis.previse.impl.PreviseErrorProvider.doGetErrors(PreviseErrorProvider.java:118)
   at org.netbeans.modules.cnd.api.model.syntaxerr.CsmErrorProvider.getErrors(CsmErrorProvider.java:112)
   at org.netbeans.modules.cnd.api.model.syntaxerr.CsmErrorProvider$AsynchronousMerger$1.run(CsmErrorProvider.java:210)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 Alexander Pepin 2011-10-03 15:39:41 UTC
Created attachment 111430 [details]
stacktrace
Comment 2 Alexander Simon 2011-10-04 06:36:18 UTC
It's OSS bug.
Comment 3 Alexander Simon 2011-10-04 06:42:02 UTC
fixed in OSS repository, change set:
4478:ca59d7f85804
Comment 4 Alexander Simon 2011-10-04 07:58:32 UTC
additional fix:
4479:108553c23a2c
Comment 5 Alexander Simon 2011-10-12 16:02:38 UTC
*** Bug 203565 has been marked as a duplicate of this bug. ***