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 251315 - java.io.FileNotFoundException: C:\Users\Guylian\AppData\Roaming\NetBeans\8.0.1\config\Templates\Properties\Properties (Toegang geweigerd)
Summary: java.io.FileNotFoundException: C:\Users\Guylian\AppData\Roaming\NetBeans\8.0....
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-20 09:52 UTC by GP_
Modified: 2015-10-29 12:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216243


Attachments
stacktrace (2.76 KB, text/plain)
2015-03-20 09:52 UTC, GP_
Details

Note You need to log in before you can comment on or make changes to this bug.
Description GP_ 2015-03-20 09:52:01 UTC
This issue was reported manually by GP_.
It already has 5 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 8

User Comments:
GP_: Whenever trigger Netbeans to generate JavaDoc, I get this error.

GP_: If I go to \AppData\Roaming\NetBeans\8.0.1\config\Templates\Properties I see a folder called Properties and a file called User.properties.

GP_: For every JavaDoc I create, I get this error (so frustrating, no idea how to fix!)

GP_: Keeps on happening

GP_: From what I can tell, it's trying to open a folder as a FileInputStream. This has been happening for a while now, would be nice to get it fixed.




Stacktrace: 
java.io.FileNotFoundException: C:\Users\Guylian\AppData\Roaming\NetBeans\8.0.1\config\Templates\Properties\Properties (Toegang geweigerd)
   at java.io.FileInputStream.open0(FileInputStream.java:0)
   at java.io.FileInputStream.open(FileInputStream.java:195)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at org.openide.filesystems.LocalFileSystem.inputStream(LocalFileSystem.java:448)
   at org.openide.filesystems.LocalFileSystem$Impl.inputStream(LocalFileSystem.java:674)
   at org.openide.filesystems.StreamPool.createInputStream(StreamPool.java:99)
Comment 1 GP_ 2015-03-20 09:52:03 UTC
Created attachment 152742 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-17 11:48:39 UTC
I think that the folder config\Templates\Properties\Properties should not exist.
Maybe some of your plugins has added it. Haven't you register some new plugin recently?
Can you please try disabling it? (And deleting the ...\Properties\Properties folder in your filesystem?)
Thank you.
Comment 3 Jaroslav Havlin 2015-10-29 12:42:16 UTC
Closing as incomplete. Please reopen if you can provide additional information (see comment 2). Thank you for understanding.