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 212961

Summary: 4:
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: D-LightAssignee: Andrew Krasny <akrasny>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186227
Attachments: stacktrace

Description Alexander Simon 2012-05-24 14:29:23 UTC
Build: NetBeans IDE Dev (Build 20120524-fc4af7c249d0)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: SunOS

User Comments:
alexvsimon: copy file




Stacktrace: 
4: 
   at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1412)
   at org.netbeans.modules.nativeexecution.api.util.SftpSupport$LsLoader.call(SftpSupport.java:575)
   at org.netbeans.modules.nativeexecution.api.util.SftpSupport$LsLoader.call(SftpSupport.java:556)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
Comment 1 Alexander Simon 2012-05-24 14:29:29 UTC
Created attachment 119824 [details]
stacktrace
Comment 2 Andrew Krasny 2012-09-24 14:31:12 UTC
I was able to reproduce this exception situation in a debugger (while in the middle of 'ls' go to a remote console and force-kill sshd process). But this exception handled more-or-less properly. At least there is no user-visible notification about it. 
I guess Vladimir has reworked this code already.