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 271011 - org.openide.filesystems.FileAlreadyLockedException: org-netbeans-api-project-libraries/libraries-timestamps.properties
Summary: org.openide.filesystems.FileAlreadyLockedException: org-netbeans-api-project-...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-30 18:22 UTC by emiddio
Modified: 2017-06-30 18:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151594


Attachments
stacktrace (2.96 KB, text/plain)
2017-06-30 18:22 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2017-06-30 18:22:49 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
GUEST: Start up IDE, expand Source Packages Node.

emiddio: start up

GUEST: Opened IDE

GUEST: usual Java programming, after restart of netbeans this error ocured

GUEST: RESOLVE THE PROBLEMS




Stacktrace: 
org.openide.filesystems.FileAlreadyLockedException: org-netbeans-api-project-libraries/libraries-timestamps.properties
   at org.openide.filesystems.StreamPool$2.write(StreamPool.java:147)
   at java.io.OutputStream.write(OutputStream.java:116)
   at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
   at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291)
   at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295)
   at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141)
Comment 1 emiddio 2017-06-30 18:22:51 UTC
Created attachment 164669 [details]
stacktrace