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 212527 - IllegalStateException: The manager has been already released
Summary: IllegalStateException: The manager has been already released
Status: RESOLVED DUPLICATE of bug 207618
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 12:30 UTC by FrantaM
Modified: 2012-11-08 07:59 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187979


Attachments
stacktrace (1.73 KB, text/plain)
2012-05-15 12:30 UTC, FrantaM
Details
stacktrace (1.73 KB, text/plain)
2012-09-05 03:26 UTC, manikantannaren
Details
stacktrace (1.73 KB, text/plain)
2012-09-08 07:20 UTC, Chiana
Details
stacktrace (1.73 KB, text/plain)
2012-09-19 19:26 UTC, javydreamercsw
Details
stacktrace (1.73 KB, text/plain)
2012-10-02 10:14 UTC, Maksim Khramov
Details
stacktrace (1.73 KB, text/plain)
2012-10-02 14:38 UTC, javydreamercsw
Details
stacktrace (1.73 KB, text/plain)
2012-10-05 16:47 UTC, javydreamercsw
Details
stacktrace (1.73 KB, text/plain)
2012-10-30 06:36 UTC, Maksim Khramov
Details
stacktrace (1.73 KB, text/plain)
2012-11-01 17:14 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2012-05-15 12:30:37 UTC
This bug was originally marked as duplicate of bug 208846, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201205140400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: The manager has been already released
   at org.netbeans.modules.editor.fold.FoldHierarchyTransactionImpl.addFold(FoldHierarchyTransactionImpl.java:540)
   at org.netbeans.modules.editor.fold.FoldHierarchyExecution.add(FoldHierarchyExecution.java:363)
   at org.netbeans.modules.editor.fold.FoldOperationImpl.addToHierarchy(FoldOperationImpl.java:185)
   at org.netbeans.spi.editor.fold.FoldOperation.addToHierarchy(FoldOperation.java:140)
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl.install(FoldMaintainerImpl.java:249)
   at org.netbeans.modules.editor.fold.support.FoldMaintainerImpl$2.run(FoldMaintainerImpl.java:209)
Comment 1 FrantaM 2012-05-15 12:30:44 UTC
Created attachment 119472 [details]
stacktrace
Comment 2 Svata Dedic 2012-05-17 09:50:57 UTC
Seems as the F-M tries to update hierarchy after release call ?
Comment 3 Exceptions Reporter 2012-05-18 17:00:09 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=187979
Comment 4 Exceptions Reporter 2012-06-27 08:14:07 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=187979
Comment 5 Marian Mirilovic 2012-06-27 09:09:02 UTC
Potential stopper for 7.2, please evaluate ASAP ! Thanks in advance
Comment 6 David Strupl 2012-06-27 09:17:08 UTC
In contrib module --> not for 7.2.
Comment 7 manikantannaren 2012-09-05 03:26:00 UTC
Created attachment 123915 [details]
stacktrace

1. I had opened three Java files for editing.
2. Left the IDE running through the night.
3. In the morning, I closed two of them
4. Got this exception

The three java files were Junit test cases
Comment 8 Chiana 2012-09-08 07:20:00 UTC
Created attachment 124048 [details]
stacktrace

After #215217 and the failure to revert back by using the history I switched to design view and then back to history view to try again, this was thrown.
Comment 9 javydreamercsw 2012-09-19 19:26:10 UTC
Created attachment 124600 [details]
stacktrace

Copying and pasting code.
Comment 10 Maksim Khramov 2012-10-02 10:14:15 UTC
Created attachment 125210 [details]
stacktrace
Comment 11 javydreamercsw 2012-10-02 14:38:14 UTC
Created attachment 125238 [details]
stacktrace

Adding a bracket.
Comment 12 javydreamercsw 2012-10-05 16:47:13 UTC
Created attachment 125471 [details]
stacktrace

Copying code.
Comment 13 Maksim Khramov 2012-10-30 06:36:11 UTC
Created attachment 126761 [details]
stacktrace
Comment 14 michbarsinai 2012-11-01 17:14:06 UTC
Created attachment 126936 [details]
stacktrace

Closing editor tabs fast. The computer crashed, and so when I re-opened netbeans it opened up all the editor tabs it had before the crash. Note, that there where editors from a closed project as well.
I'm not sure which editor tab caused the crash. I had HTML (actually, freemarker templates, but I don't have freemarker plug in), and java.
Comment 15 Svata Dedic 2012-11-08 07:59:06 UTC

*** This bug has been marked as a duplicate of bug 207618 ***