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 96188 - org.openide.filesystems.FileAlreadyLockedException
Summary: org.openide.filesystems.FileAlreadyLockedException
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL: http://www.bitjava.com
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-02-21 17:01 UTC by shekargowda
Modified: 2008-12-22 11:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
org.openide.filesystems.FileAlreadyLockedException (140.50 KB, application/octet-stream)
2007-02-21 17:03 UTC, shekargowda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shekargowda 2007-02-21 17:01:59 UTC
org.openide.filesystems.FileAlreadyLockedException: Modules/org-netbeans-
modules-vcs-advanced.xml
	at org.openide.filesystems.StreamPool$2.write(StreamPool.java:126)
	at java.io.OutputStream.write(OutputStream.java:99)
	at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes
(StreamEncoder.java:336)
	at sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer
(StreamEncoder.java:404)
	at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(StreamEncoder.java:408)
	at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:152)
	at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
	at org.netbeans.core.startup.ModuleList.writeStatus
(ModuleList.java:933)
	at org.netbeans.core.startup.ModuleList.access$900(ModuleList.java:82)
	at org.netbeans.core.startup.ModuleList$3.run(ModuleList.java:973)
	at org.openide.filesystems.EventControl.runAtomicAction
(EventControl.java:102)
	at org.openide.filesystems.FileSystem.runAtomicAction
(FileSystem.java:456)
	at org.netbeans.core.startup.ModuleList.writeOut(ModuleList.java:1014)
	at org.netbeans.core.startup.ModuleList.moduleChanged
(ModuleList.java:1180)
	at org.netbeans.core.startup.ModuleList.flushInitial
(ModuleList.java:1086)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:322)
	at org.netbeans.core.startup.ModuleSystem.restore
(ModuleSystem.java:250)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:212)
	at org.netbeans.core.startup.Main.start(Main.java:383)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:96)
[catch] at java.lang.Thread.run(Thread.java:595)
Comment 1 shekargowda 2007-02-21 17:03:35 UTC
Created attachment 38769 [details]
org.openide.filesystems.FileAlreadyLockedException
Comment 2 David Simonek 2007-03-19 14:38:55 UTC
Please add more info, we need reproductible scenario (steps) in order to fix the
bug.
Comment 3 David Simonek 2007-03-19 14:41:21 UTC
works for me, we need reproductible info, thanks.