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 242873 - java.io.FileNotFoundException: C:\rr (Access is denied)
Summary: java.io.FileNotFoundException: C:\rr (Access is denied)
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 16:34 UTC by Sam.MIT
Modified: 2015-06-04 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197504


Attachments
stacktrace (660 bytes, text/plain)
2014-03-13 16:34 UTC, Sam.MIT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam.MIT 2014-03-13 16:34:29 UTC
Build: NetBeans IDE Dev (Build 201403100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: i was trying to export my project...

Sam.MIT: Exporting a Project




Stacktrace: 
java.io.FileNotFoundException: C:\rr (Access is denied)
   at java.io.FileOutputStream.open(FileOutputStream.java:0)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:206)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:156)
   at org.netbeans.modules.project.ui.zip.ExportZIP.build(ExportZIP.java:174)
   at org.netbeans.modules.project.ui.zip.ExportZIP.access$500(ExportZIP.java:99)
   at org.netbeans.modules.project.ui.zip.ExportZIP$ExportZIPAction$2.run(ExportZIP.java:132)
Comment 1 Sam.MIT 2014-03-13 16:34:31 UTC
Created attachment 146000 [details]
stacktrace
Comment 2 shell_l_d 2014-05-14 19:51:39 UTC
As at 15May2014 ... I am getting the same error in NetBeans auto generated code initComponents() when I try to compile & create a jar file manually in a cmd window.

jar -cf <jarfilename> Manifest.txt *.class

java.io.FileNotFoundException: ChatServer <Access is denied>
   at java.io.FileOutputStream.open<Native Method>
   at Java.io.FileOutputStream.<init><FileOutputStream.java:212>
   at Java.io.FileOutputStream.<init><FileOutputStream.java:104>
   at sun.tools.jar.Main.run<Main.java:190>
   at sun.tools.jar.Main.main<Main.java:1177>



Windows 8.1 x64

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: Updates available to version NetBeans 8.0 Patch 1.1
Java: 1.7.0_11; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_11-b21
System: Windows 8 version 6.2 running on amd64; Cp1252; en_AU (nb)
User directory: C:\Users\S\AppData\Roaming\NetBeans\8.0
Cache directory: C:\Users\S\AppData\Local\NetBeans\Cache\8.0
Comment 3 Tomas Stupka 2015-06-04 15:23:32 UTC
access to the given folder was denied on os level, not much we can do at this point ...