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 190068 - IllegalStateException: Too many org.netbeans.modules.profiler.ppoints.ProfilingPointsManager$5 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.profiler.ppoints.Profili...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 13:43 UTC by Oleg Khokhlov
Modified: 2010-10-09 15:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172284


Attachments
stacktrace (3.22 KB, text/plain)
2010-09-01 13:43 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2010-09-01 13:43:13 UTC
Build: NetBeans IDE Dev (Build 201008260001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
ovk: opening maven project withj dependencies




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.profiler.ppoints.ProfilingPointsManager$5 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:421)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.propertyChange(ProfilingPointsManager.java:616)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.modules.project.ui.OpenProjectsTrampolineImpl.propertyChange(OpenProjectsTrampolineImpl.java:111)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
Comment 1 Oleg Khokhlov 2010-09-01 13:43:16 UTC
Created attachment 101804 [details]
stacktrace
Comment 2 J Bachorik 2010-10-07 10:51:51 UTC
fixed - http://hg.netbeans.org/profiler-main/rev/aa5cf35ba83a
Comment 3 Quality Engineering 2010-10-09 15:26:38 UTC
Integrated into 'main-golden', will be available in build *201010090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aa5cf35ba83a
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #190068: Don't use the shared request processor to post large amounts of tasks