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 194960 - [70cat] IllegalStateException: Too many org.openide.actions.PasteAction$ActionPT (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many org.openide.actions.PasteAction$Actio...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 16:23 UTC by aquaglia
Modified: 2011-02-10 11:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173385


Attachments
stacktrace (2.47 KB, text/plain)
2011-02-01 16:23 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2011-02-01 16:23:15 UTC
Build: NetBeans IDE Dev (Build 201101310000)
VM: Java HotSpot(TM) Client VM, 20.0-b02, Java(TM) SE Runtime Environment, 1.7.0-ea-b118
OS: Windows XP

User Comments:
GUEST: Pasting 2 times because the first time seems to be abnormal.




Stacktrace: 
java.lang.IllegalStateException: Too many org.openide.actions.PasteAction$ActionPT (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.openide.actions.PasteAction$ActionPT.<init>(PasteAction.java:794)
   at org.openide.actions.PasteAction$ActSubMenuModel.performActionAt(PasteAction.java:519)
   at org.openide.actions.PasteAction$DelegateAction.actionPerformed(PasteAction.java:742)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2015)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2338)
Comment 1 aquaglia 2011-02-01 16:23:22 UTC
Created attachment 105558 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-02-09 17:11:03 UTC
core-main#3e1e0257399e
Comment 3 Quality Engineering 2011-02-10 11:26:47 UTC
Integrated into 'main-golden', will be available in build *201102100500* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3e1e0257399e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #194960: Use dedicated single threaded RequestProcessor