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 255356 - AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
Summary: AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from A...
Status: RESOLVED DUPLICATE of bug 255355
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 09:59 UTC by akobberup
Modified: 2015-09-25 14:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189721


Attachments
stacktrace (5.08 KB, text/plain)
2015-09-17 09:59 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2015-09-17 09:59:46 UTC
Build: NetBeans IDE Dev (Build 201509160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
terje7601: Upon saving the file...

akobberup: Every time i save the xml doc it seems




Stacktrace: 
java.lang.AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
   at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:830)
   at org.netbeans.modules.xml.text.XMLTextRepresentation.updateText(XMLTextRepresentation.java:95)
   at org.netbeans.modules.xml.text.XMLTextRepresentation.update(XMLTextRepresentation.java:160)
   at org.netbeans.modules.xml.sync.SyncSupport.representationChanged(SyncSupport.java:239)
   at org.netbeans.modules.xml.sync.DataObjectSyncSupport.representationChanged(DataObjectSyncSupport.java:92)
   at org.netbeans.modules.xml.text.TextEditorSupport.saveDocument(TextEditorSupport.java:453)
Comment 1 akobberup 2015-09-17 09:59:47 UTC
Created attachment 156233 [details]
stacktrace
Comment 2 Svata Dedic 2015-09-25 14:12:06 UTC

*** This bug has been marked as a duplicate of bug 255355 ***
Comment 3 Svata Dedic 2015-09-25 14:28:03 UTC
What kind of XML document is it ? Do you use standard NB edition (which one) or did you install some 3rd party modules ?