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 244133 - java.nio.file.AccessDeniedException: C:\Users\Kenan\Documents\NetBeansProjects2\CorrectedPrecipitation\nbproject\private\private.properties
Summary: java.nio.file.AccessDeniedException: C:\Users\Kenan\Documents\NetBeansProject...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 15:09 UTC by Exceptions Reporter
Modified: 2018-11-20 16:01 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209363


Attachments
stacktrace (4.12 KB, text/plain)
2014-04-28 15:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-04-28 15:09:12 UTC
This bug was originally marked as duplicate of bug 219474, 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 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
GUEST: Opening a project and the file is read-only




Stacktrace: 
java.nio.file.AccessDeniedException: C:\Users\Kenan\Documents\NetBeansProjects2\CorrectedPrecipitation\nbproject\private\private.properties
   at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
   at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
   at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
   at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
   at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:430)
   at java.nio.file.Files.newOutputStream(Files.java:170)
Comment 1 Exceptions Reporter 2014-04-28 15:09:24 UTC
Created attachment 146983 [details]
stacktrace