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 183053 - IllegalStateException: Too many org.netbeans.modules.javafx.project.classpath.SourcePathImplementation$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.javafx.project.classpath...
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-29 11:09 UTC by Alexandr Scherbatiy
Modified: 2010-04-01 11:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167239


Attachments
stacktrace (3.27 KB, text/plain)
2010-03-29 11:09 UTC, Alexandr Scherbatiy
Details
stacktrace (3.27 KB, text/plain)
2010-04-01 10:23 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2010-03-29 11:09:26 UTC
Build: NetBeans IDE Dev (Build 201003270201)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP

Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.javafx.project.classpath.SourcePathImplementation$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:368)
   at org.netbeans.modules.javafx.project.classpath.SourcePathImplementation.propertyChange(SourcePathImplementation.java:189)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
   at org.netbeans.modules.java.api.common.SourceRoots.resetCache(SourceRoots.java:475)
   at org.netbeans.modules.java.api.common.SourceRoots.access$1400(SourceRoots.java:91)
Comment 1 Alexandr Scherbatiy 2010-03-29 11:09:29 UTC
Created attachment 96164 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2010-04-01 10:23:13 UTC
Created attachment 96515 [details]
stacktrace
Comment 3 Adam Sotona 2010-04-01 11:46:10 UTC
My fix just collided with yardus http://hg.netbeans.org/javafx/rev/a08cafde39a5
so is is already fixed.