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 175637 - IllegalStateException at org.openide.text.CloneableEditorSupport.prepareDocument
Summary: IllegalStateException at org.openide.text.CloneableEditorSupport.prepareDocument
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL: http://statistics.netbeans.org/except...
Keywords:
: 175321 175661 175763 175778 175799 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-10-29 11:28 UTC by Marian Mirilovic
Modified: 2010-04-23 06:32 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161088


Attachments
stacktrace (4.90 KB, text/plain)
2009-10-29 11:28 UTC, Marian Mirilovic
Details
stacktrace (3.43 KB, text/plain)
2009-10-30 17:39 UTC, neilg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-10-29 11:28:25 UTC
Build: NetBeans IDE Dev (Build 200910281401)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
morf: create new java application

File -> New Project -> java application

aplication apears to have been sucessfully created

jocke: Opened java source file

iceman81: Opening multiple projects together

mmirilovic: Opened Java file ...



Stacktrace: 
java.lang.IllegalStateException
        at org.openide.text.CloneableEditorSupport.prepareDocument(CloneableEditorSupport.java:595)
        at org.openide.text.CloneableEditor$DoInitialize.initNonVisual(CloneableEditor.java:377)
        at org.openide.text.CloneableEditor$DoInitialize.run(CloneableEditor.java:320)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 Marian Mirilovic 2009-10-29 11:28:57 UTC
Created attachment 90201 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-10-29 11:29:57 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=161088
Comment 3 Marian Mirilovic 2009-10-29 12:39:33 UTC
Hmm, looks like recent regression ...
Comment 4 Exceptions Reporter 2009-10-29 15:56:44 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=161088
Comment 5 mslama 2009-10-29 16:07:41 UTC
*** Issue 175661 has been marked as a duplicate of this issue. ***
Comment 6 Vladimir Voskresensky 2009-10-29 16:39:17 UTC
see  Issue #175661 for the threads dump of hang IDE after that exception
Comment 7 mslama 2009-10-29 17:31:39 UTC
core-main #01aea7d18e1b
Comment 8 mslama 2009-10-29 20:04:58 UTC
*** Issue 175321 has been marked as a duplicate of this issue. ***
Comment 9 Quality Engineering 2009-10-30 11:05:23 UTC
Integrated into 'main-golden', will be available in build *200910300201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/01aea7d18e1b
User: Marek Slama <mslama@netbeans.org>
Log: #175637: Fix reference to prepareDocument task when loading is in progress.
Comment 10 mslama 2009-10-30 13:33:41 UTC
*** Issue 175763 has been marked as a duplicate of this issue. ***
Comment 11 mslama 2009-10-30 15:47:12 UTC
*** Issue 175778 has been marked as a duplicate of this issue. ***
Comment 12 neilg 2009-10-30 17:39:01 UTC
Build: NetBeans IDE Dev (Build 200910291407)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-16-generic, amd64

User Comments: 


Stacktrace: 
java.lang.IllegalStateException
        at org.openide.text.CloneableEditorSupport.prepareDocument(CloneableEditorSupport.java:595)
        at org.openide.text.CloneableEditor$DoInitialize.initNonVisual(CloneableEditor.java:377)
        at org.openide.text.CloneableEditor$DoInitialize.run(CloneableEditor.java:320)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 13 neilg 2009-10-30 17:39:08 UTC
Created attachment 90326 [details]
stacktrace
Comment 14 mslama 2009-10-30 18:22:25 UTC
*** Issue 175799 has been marked as a duplicate of this issue. ***
Comment 15 Marian Mirilovic 2010-04-23 06:32:30 UTC
v/c