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 170873 - IllegalArgumentException: org.openide.util.WeakListenerImpl$ProxyListener[org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener][interface org.openide.filesystems.FileChangeListener
Summary: IllegalArgumentException: org.openide.util.WeakListenerImpl$ProxyListener[org...
Status: RESOLVED DUPLICATE of bug 165869
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-25 14:07 UTC by Martin Entlicher
Modified: 2009-08-27 09:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153853


Attachments
stacktrace (2.30 KB, text/plain)
2009-08-25 14:07 UTC, Martin Entlicher
Details
stacktrace (2.30 KB, text/plain)
2009-08-25 14:18 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2009-08-25 14:07:26 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.22-14-generic, i386

User Comments:
pjulien: No idea, just saw the exception icon



Stacktrace: 
java.lang.IllegalArgumentException: org.openide.util.WeakListenerImpl$ProxyListener[org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener][interface org.openide.filesystems.FileChangeListener] was not listening to /home.local/martin/NetBeansProjects/JavaApplication4/test; only to []
        at org.openide.filesystems.FileUtil.removeFileChangeListener(FileUtil.java:265)
        at org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener.removeFileListeners(SourceRoots.java:517)
        at org.netbeans.modules.java.api.common.SourceRoots.resetCache(SourceRoots.java:462)
        at org.netbeans.modules.java.api.common.SourceRoots.access$1400(SourceRoots.java:91)
        at org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener.configurationXmlChanged(SourceRoots.java:527)
        at sun.reflect.GeneratedMethodAccessor226.invoke(GeneratedMethodAccessor226.java:0)
Comment 1 Martin Entlicher 2009-08-25 14:07:31 UTC
Created attachment 86625 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-25 14:07:36 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153853
Comment 3 Martin Entlicher 2009-08-25 14:18:28 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.22-14-generic, i386

User Comments: 


Stacktrace: 
java.lang.IllegalArgumentException: org.openide.util.WeakListenerImpl$ProxyListener[org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener][interface org.openide.filesystems.FileChangeListener] was not listening to /home.local/martin/NetBeansProjects/JavaApplication4/test; only to []
        at org.openide.filesystems.FileUtil.removeFileChangeListener(FileUtil.java:265)
        at org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener.removeFileListeners(SourceRoots.java:517)
        at org.netbeans.modules.java.api.common.SourceRoots.resetCache(SourceRoots.java:462)
        at org.netbeans.modules.java.api.common.SourceRoots.access$1400(SourceRoots.java:91)
        at org.netbeans.modules.java.api.common.SourceRoots$ProjectMetadataListener.configurationXmlChanged(SourceRoots.java:527)
        at sun.reflect.GeneratedMethodAccessor226.invoke(GeneratedMethodAccessor226.java:0)
Comment 4 Martin Entlicher 2009-08-25 14:18:33 UTC
Created attachment 86627 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-08-25 14:18:37 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153853
Comment 6 Jan Lahoda 2009-08-27 09:57:37 UTC

*** This issue has been marked as a duplicate of 165869 ***