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 188442 - [69cat] IllegalStateException: Too many org.openide.loaders.DataTransferSupport$PasteTypeExt$1 (3) in shared RequestProcessor; create your own
Summary: [69cat] IllegalStateException: Too many org.openide.loaders.DataTransferSuppo...
Status: RESOLVED DUPLICATE of bug 188485
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 11:49 UTC by alied
Modified: 2010-07-16 11:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171229


Attachments
stacktrace (2.25 KB, text/plain)
2010-07-07 11:49 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2010-07-07 11:49:31 UTC
Build: NetBeans IDE 6.9.1 Dev (Build 201006282301)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows Vista

User Comments:
alied: In the palette manager, moving components loaded from a jar from a category to another




Stacktrace: 
java.lang.IllegalStateException: Too many org.openide.loaders.DataTransferSupport$PasteTypeExt$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:422)
   at org.openide.loaders.DataTransferSupport$PasteTypeExt.paste(DataTransferSupport.java:148)
   at org.openide.explorer.view.DragDropUtilities$MultiPasteType.paste(DragDropUtilities.java:468)
   at org.openide.explorer.view.DragDropUtilities.performPaste(DragDropUtilities.java:202)
   at org.openide.explorer.view.TreeViewDropSupport.drop(TreeViewDropSupport.java:773)
   at java.awt.dnd.DropTarget.drop(DropTarget.java:434)
Comment 1 alied 2010-07-07 11:49:35 UTC
Created attachment 100644 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-07-16 11:51:24 UTC

*** This bug has been marked as a duplicate of bug 188485 ***