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 254227 - 2: No such file
Summary: 2: No such file
Status: RESOLVED DUPLICATE of bug 216366
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-09 22:23 UTC by Exceptions Reporter
Modified: 2015-08-10 08:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219037


Attachments
stacktrace (1.20 KB, text/plain)
2015-08-09 22:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-09 22:23:46 UTC
This bug was originally marked as duplicate of bug 216366, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
2: No such file
   at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2629)
   at com.jcraft.jsch.ChannelSftp.mkdir(ChannelSftp.java:2035)
   at org.netbeans.modules.nativeexecution.api.util.HelperUtility.getPath(HelperUtility.java:193)
   at org.netbeans.modules.nativeexecution.api.util.HelperUtility.getPath(HelperUtility.java:101)
   at org.netbeans.modules.nativeexecution.NbNativeProcess.<init>(NbNativeProcess.java:81)
   at org.netbeans.modules.nativeexecution.NbRemoteNativeProcess.<init>(NbRemoteNativeProcess.java:57)
Comment 1 Exceptions Reporter 2015-08-09 22:23:47 UTC
Created attachment 155235 [details]
stacktrace
Comment 2 ilia 2015-08-10 08:34:35 UTC
Looks like some helper utilities can't be uploaded to a remote host because of permissions. 

Please use -J-Dcnd.tmpbase=<alternative_location> flag, there <alternative_location> is some remote directory with rwx permission.

Also, you can update Netbeans to the latest version, there were some visual hints added.

*** This bug has been marked as a duplicate of bug 216366 ***