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 201256 - IllegalStateException: Too many org.netbeans.api.visual.animator.SceneAnimator$UpdateTask (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.api.visual.animator.SceneAnimato...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 15:44 UTC by ske
Modified: 2011-10-19 14:13 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167681


Attachments
stacktrace (4.14 KB, text/plain)
2011-08-23 15:44 UTC, ske
Details
stacktrace (3.76 KB, text/plain)
2011-09-01 12:44 UTC, Martin Fousek
Details
stacktrace (3.76 KB, text/plain)
2011-09-02 06:47 UTC, Martin Fousek
Details
stacktrace (3.76 KB, text/plain)
2011-10-17 10:09 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ske 2011-08-23 15:44:20 UTC
Build: NetBeans IDE Dev (Build 201108200601)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
GUEST: Just starting Netbeans

GUEST: alla partenza

GUEST: start netbeans




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.api.visual.animator.SceneAnimator$UpdateTask (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.api.visual.animator.SceneAnimator.start(SceneAnimator.java:105)
   at org.netbeans.api.visual.animator.Animator.start(Animator.java:90)
   at org.netbeans.modules.visual.animator.PreferredBoundsAnimator.setPreferredBounds(PreferredBoundsAnimator.java:82)
   at org.netbeans.api.visual.animator.SceneAnimator.animatePreferredBounds(SceneAnimator.java:153)
   at org.netbeans.api.visual.vmd.VMDNodeWidget.stateChanged(VMDNodeWidget.java:202)
Comment 1 ske 2011-08-23 15:44:24 UTC
Created attachment 110164 [details]
stacktrace
Comment 2 Martin Fousek 2011-09-01 12:44:15 UTC
Created attachment 110314 [details]
stacktrace

started IDE
Comment 3 Martin Fousek 2011-09-02 06:47:15 UTC
Created attachment 110331 [details]
stacktrace

more opened JSF config files invoke this ISE
Comment 4 Martin Fousek 2011-10-17 10:09:47 UTC
Created attachment 112120 [details]
stacktrace
Comment 5 Exceptions Reporter 2011-10-17 10:09:59 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=167681
Comment 6 Antonin Nebuzelsky 2011-10-18 12:26:50 UTC
http://hg.netbeans.org/core-main/rev/28c75d7c08dd
Comment 7 Quality Engineering 2011-10-19 14:13:27 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/28c75d7c08dd
User: Antonin Nebuzelsky <anebuzelsky@netbeans.org>
Log: #201256: IllegalStateException: Too many org.netbeans.api.visual.animator.SceneAnimator$UpdateTask in shared RequestProcessor; create your own.