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 247095 - IllegalStateException: Output file has been disposed!
Summary: IllegalStateException: Output file has been disposed!
Status: RESOLVED DUPLICATE of bug 207355
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-13 20:53 UTC by Exceptions Reporter
Modified: 2014-09-19 05:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211815


Attachments
stacktrace (2.82 KB, text/plain)
2014-09-13 20:53 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-09-13 20:53:27 UTC
This bug was originally marked as duplicate of bug 186968, 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.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: hibernate saved object at DB




Stacktrace: 
java.lang.IllegalStateException: Output file has been disposed!
   at org.netbeans.core.output2.OutWriter.getStorage(OutWriter.java:129)
   at org.netbeans.core.output2.OutWriter$LinesImpl.getStorage(OutWriter.java:765)
   at org.netbeans.core.output2.AbstractLines.getByteSize(AbstractLines.java:220)
   at org.netbeans.core.output2.AbstractLines.getCharCount(AbstractLines.java:351)
   at org.netbeans.core.output2.OutputDocument.getLength(OutputDocument.java:150)
   at javax.swing.text.DefaultCaret.handleSetDot(DefaultCaret.java:1162)
Comment 1 Exceptions Reporter 2014-09-13 20:53:29 UTC
Created attachment 149193 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-09-19 05:53:27 UTC
I'm sorry, I would need some steps to reproduce to diagnose this bug.
(It may be caused by some race condition.)
If you can provide some additional information, please reopen this issue.
Thank you.

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