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 229030 - IllegalStateException: Too many transactions; only one at a time is allowed!
Summary: IllegalStateException: Too many transactions; only one at a time is allowed!
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 234742 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-25 16:58 UTC by ebakke
Modified: 2016-07-07 07:31 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200232


Attachments
stacktrace (3.56 KB, text/plain)
2013-04-25 16:58 UTC, ebakke
Details
Log file (57.37 KB, text/plain)
2013-08-30 07:40 UTC, MackSix
Details
stacktrace (8.18 KB, text/plain)
2013-09-12 12:44 UTC, Ondrej Vrabec
Details
stacktrace (8.17 KB, text/plain)
2013-10-30 16:01 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ebakke 2013-04-25 16:58:32 UTC
This bug was originally marked as duplicate of bug 221068, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201304242301)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b12
OS: Mac OS X

User Comments:
ebakke: Changed mapping of "Delete next character" from DELETE to Command+Backspace in order to try to alleviate the problem from https://netbeans.org/bugzilla/show_bug.cgi?id=219853 . This error consistently shows up if I then press the delete key.

sishbi: Delete a character




Stacktrace: 
java.lang.IllegalStateException: Too many transactions; only one at a time is allowed!
   at org.netbeans.modules.editor.lib2.typinghooks.DeletedTextInterceptorsManager.openTransaction(DeletedTextInterceptorsManager.java:96)
   at org.netbeans.editor.BaseKit$DeleteCharAction.actionPerformed(BaseKit.java:1819)
   at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:339)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:93)
   at org.openide.util.actions.ActionInvoker$ActionRunnable.actionPerformed(ActionInvoker.java:162)
   at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:109)
Comment 1 ebakke 2013-04-25 16:58:33 UTC
Created attachment 133819 [details]
stacktrace
Comment 2 Milutin Kristofic 2013-08-22 12:36:06 UTC
*** Bug 234742 has been marked as a duplicate of this bug. ***
Comment 3 Milutin Kristofic 2013-08-27 15:38:33 UTC
I would need reproducible step to fix this.
Comment 4 MackSix 2013-08-30 07:40:20 UTC
Created attachment 139468 [details]
Log file
Comment 5 MackSix 2013-08-30 07:41:16 UTC
Comment on attachment 139468 [details]
Log file

I was editing an XML file, holding down the delete key when this happened.

It brought up and exception dialog box with no way to send it to bugzilla.

See attached log file.
Comment 6 Ondrej Vrabec 2013-09-12 12:44:57 UTC
Created attachment 139986 [details]
stacktrace

trying to call the code completion
Comment 7 Ondrej Vrabec 2013-10-30 16:01:34 UTC
Created attachment 141704 [details]
stacktrace

- typing in editor
- trying to activate code completion several times without luck - ends with slowness - so canceling it
- at last saving the file
Comment 8 Exceptions Reporter 2014-08-24 19:34:54 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=200232
Comment 9 Martin Balin 2016-07-07 07:31:38 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss