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 242905

Summary: java.net.ConnectException at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.fileExists
Product: cnd Reporter: sreder
Component: executionAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208388
Attachments: stacktrace

Description sreder 2014-03-14 15:04:34 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
sreder: I think my remote connection dropped during a build




Stacktrace: 
java.net.ConnectException
   at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.fileExists(HostInfoUtils.java:117)
   at org.netbeans.modules.cnd.remote.projectui.wizard.cnd.ImportRemoteProject$7.executionFinished(ImportRemoteProject.java:807)
   at org.netbeans.modules.cnd.actions.AbstractExecutorRunAction$ProcessChangeListener.run(AbstractExecutorRunAction.java:569)
   at org.netbeans.modules.nativeexecution.api.execution.NativeExecutionService$PostRunnable.run(NativeExecutionService.java:410)
   at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:336)
   at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:234)
Comment 1 sreder 2014-03-14 15:04:36 UTC
Created attachment 146024 [details]
stacktrace
Comment 2 Alexander Simon 2014-08-14 15:14:14 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/97d0804cda8f
Comment 3 Quality Engineering 2014-08-15 02:23:55 UTC
Integrated into 'main-silver', will be available in build *201408150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/97d0804cda8f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242905 java.net.ConnectException at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.fileExists