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 230574 - AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
Summary: AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from A...
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 230688 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-31 13:04 UTC by Sergey Petrov
Modified: 2013-06-04 09:43 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201052


Attachments
stacktrace (2.97 KB, text/plain)
2013-05-31 13:04 UTC, Sergey Petrov
Details
stacktrace (2.97 KB, text/plain)
2013-05-31 19:28 UTC, gholmer
Details
stacktrace (2.97 KB, text/plain)
2013-06-01 21:28 UTC, muellermi
Details
stacktrace (2.97 KB, text/plain)
2013-06-02 16:31 UTC, sreimers
Details
stacktrace (2.97 KB, text/plain)
2013-06-02 19:37 UTC, phradr
Details
stacktrace (2.97 KB, text/plain)
2013-06-03 06:04 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2013-05-31 13:04:41 UTC
Build: NetBeans IDE Dev (Build 20130531-8dfddb8331c8)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
mkroll: Open and close a .fxml file in a NetBeans RCP Project

sj-nb: switch to java class tab and close it before it's initialized.




Stacktrace: 
java.lang.AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
   at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1230)
   at org.netbeans.modules.xml.text.navigator.NavigatorContent.navigate(NavigatorContent.java:141)
   at org.netbeans.modules.xml.text.navigator.base.AbstractXMLNavigatorPanel.navigate(AbstractXMLNavigatorPanel.java:115)
   at org.netbeans.modules.xml.text.navigator.base.AbstractXMLNavigatorPanel$1.resultChanged(AbstractXMLNavigatorPanel.java:69)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:181)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:190)
Comment 1 Sergey Petrov 2013-05-31 13:04:42 UTC
Created attachment 135174 [details]
stacktrace
Comment 2 gholmer 2013-05-31 19:28:24 UTC
Created attachment 135192 [details]
stacktrace

Exception dialog appeared immediately on starting NetBeans.
Comment 3 muellermi 2013-06-01 21:28:24 UTC
Created attachment 135211 [details]
stacktrace

opening source code editor
Comment 4 Exceptions Reporter 2013-06-01 21:28:28 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=201052
Comment 5 sreimers 2013-06-02 16:31:25 UTC
Created attachment 135228 [details]
stacktrace

Closing project metadata window
Comment 6 phradr 2013-06-02 19:37:25 UTC
Created attachment 135235 [details]
stacktrace

This Problem occurses after opening an *.xml with the PageFlow view.
Comment 7 lehel 2013-06-03 06:04:25 UTC
Created attachment 135245 [details]
stacktrace

Created a web application
I was looking to edit the context.xml file
Comment 8 Exceptions Reporter 2013-06-03 06:04:30 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=201052
Comment 9 Svata Dedic 2013-06-03 07:45:42 UTC
Fixed in http://hg.netbeans.org/jet-main/rev/7cf76b8476c5
Comment 10 Quality Engineering 2013-06-04 01:48:02 UTC
Integrated into 'main-golden', will be available in build *201306032301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7cf76b8476c5
User: Svata Dedic <sdedic@netbeans.org>
Log: #230574: navigation must be called in EDT
Comment 11 Svata Dedic 2013-06-04 09:43:39 UTC
*** Bug 230688 has been marked as a duplicate of this bug. ***