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 212981 - IllegalStateException: Attempt to mutate in notification
Summary: IllegalStateException: Attempt to mutate in notification
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-25 01:27 UTC by javadimon
Modified: 2015-02-04 03:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188345


Attachments
stacktrace (12.61 KB, text/plain)
2012-05-25 01:27 UTC, javadimon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javadimon 2012-05-25 01:27:05 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: Attempt to mutate in notification
   at javax.swing.text.AbstractDocument.writeLock(AbstractDocument.java:1338)
   at javax.swing.text.AbstractDocument.remove(AbstractDocument.java:585)
   at javax.swing.text.DefaultEditorKit$DeletePrevCharAction.actionPerformed(DefaultEditorKit.java:1062)
   at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1661)
   at javax.swing.JComponent.processKeyBinding(JComponent.java:2879)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2926)
Comment 1 javadimon 2012-05-25 01:27:11 UTC
Created attachment 119849 [details]
stacktrace
Comment 2 Jan Peska 2012-06-04 07:59:16 UTC
It seems that tomcat DocumentListener tries to mutate the document. Reassigning or evaluation.
Comment 3 Quality Engineering 2015-02-04 03:35:21 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.