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

Summary: AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
Product: xml Reporter: akobberup
Component: CodeAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: terje7601
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189721
Attachments: stacktrace

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 ?