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 257788 - try to add ARM host (java.io.IOException: Error creating directory C:\Program Files\NetBeans 8.1\C_\Users\sova\AppData\Local\NetBeans\Cache\8.1\remote-files\192.168.1.5_22_sova)
Summary: try to add ARM host (java.io.IOException: Error creating directory C:\Program...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2016-01-31 17:42 UTC by soldatov
Modified: 2016-02-08 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222321


Attachments
stacktrace (1.45 KB, text/plain)
2016-01-31 17:42 UTC, soldatov
Details
The fix (1.40 KB, patch)
2016-01-31 20:35 UTC, Vladimir Kvashin
Details | Diff
jar with the fix (768.72 KB, application/java-archive)
2016-02-01 12:40 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2016-01-31 17:42:57 UTC
Build: NetBeans IDE 8.1 (Build 201601300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows 10

User Comments:
soldatov: try to add ARM host




Stacktrace: 
java.io.IOException: Error creating directory C:\Program Files\NetBeans 8.1\C_\Users\sova\AppData\Local\NetBeans\Cache\8.1\remote-files\192.168.1.5_22_sova
   at org.netbeans.modules.remote.impl.fs.RemoteFileSystem.<init>(RemoteFileSystem.java:175)
   at org.netbeans.modules.remote.impl.fs.RemoteFileSystemManager.getFileSystem(RemoteFileSystemManager.java:99)
   at org.netbeans.modules.remote.impl.fs.RemoteFileSystemProvider.getFileSystem(RemoteFileSystemProvider.java:80)
   at org.netbeans.modules.remote.spi.FileSystemProvider.getFileSystem(FileSystemProvider.java:161)
   at org.netbeans.modules.remote.spi.FileSystemProvider.getFileSystem(FileSystemProvider.java:137)
   at org.netbeans.modules.remotefs.versioning.impl.RemoteFileSystemConnectionManagerImpl.disconnected(RemoteFileSystemConnectionManagerImpl.java:105)
Comment 1 soldatov 2016-01-31 17:42:59 UTC
Created attachment 158314 [details]
stacktrace
Comment 2 Vladimir Kvashin 2016-01-31 20:08:32 UTC
I don't think it is arm specific. What I see is a strange path for remote caches - "C:\Program Files\NetBeans 8.1\C_\Users\..."
which is obviously an error.

Is "C:\Program Files\NetBeans 8.1" writable?
Comment 3 Vladimir Kvashin 2016-01-31 20:30:36 UTC
That's a regression caused by 88bff173156e
Comment 4 Vladimir Kvashin 2016-01-31 20:35:45 UTC
Created attachment 158321 [details]
The fix
Comment 5 Vladimir Kvashin 2016-01-31 20:39:56 UTC
That's a regression caused by my recent fixes.
This regression means that Studio Desktop Distribution won't work on Windows at all (at least in such configurations as the filer has).
So this is a stopper.
Comment 6 Vladimir Kvashin 2016-02-01 12:40:10 UTC
Created attachment 158333 [details]
jar with the fix

Valera, could you please verify?
Comment 7 soldatov 2016-02-01 17:21:14 UTC
OK in NetBeans IDE 8.1 (Build 201601300101) with attached org-netbeans-modules-dlight-remote-impl.jar
Comment 8 Vladimir Kvashin 2016-02-01 20:32:19 UTC
Valera, thank you for verification!

Fix on enum:
a36071b4adaa
Comment 9 ilia 2016-02-04 09:16:17 UTC
  Fixes of this bug:
    http://hg.netbeans.org/cnd-main/rev/110c8fedcf8f
Comment 10 ilia 2016-02-04 09:18:33 UTC
Correct link:
  http://hg.netbeans.org/releases/rev/110c8fedcf8f
Comment 11 Quality Engineering 2016-02-05 02:38:15 UTC
Integrated into 'main-silver', will be available in build *201602050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/89ae7f10ad4e
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #257788 - try to add ARM host (java.io.IOException
(transplanted from 110c8fedcf8f53aa0b242213295a787b3c5061ba)
Comment 12 soldatov 2016-02-08 10:11:11 UTC
Verified in NetBeans 8.1 patch1