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 183726 - [69cat] IllegalArgumentException: org.openide.filesystems.DeepListener@4feb03b7 was not listening to Q:\projects\3rdparty\netbeans\main\java.source\src; only to [Q:\projects\3rdparty\netbeans\main\editor.sett
Summary: [69cat] IllegalArgumentException: org.openide.filesystems.DeepListener@4feb03...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
: 178144 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-08 17:30 UTC by charlweed
Modified: 2010-11-15 18:28 UTC (History)
23 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167782


Attachments
stacktrace (2.35 KB, text/plain)
2010-04-08 17:30 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description charlweed 2010-04-08 17:30:02 UTC
This bug was originally marked as duplicate of bug 178174, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 100323-858c0e4f0c65)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows 7

User Comments:
GUEST: Creating/deleting a project group

mschovanek: Closing the opc-ejb project. See issue #178176 (attachement #92165).

GUEST: closing a project

tk_fhd_aui: Raised after clicking on directory in open project dialog for master project for new project group.

evillive: 1. Create standart Java EE 5 (Tomcat 6.0) Web Application. Add JSF 2.0 support.
2. Close created project

jsedek: closing a simple java application with 3 java classes

GUEST: Creating a Zend Framework Project  - On the page where you select which PHP Framework you want to use for this project

javydreamercsw: Deleted a project still referenced by other (still opened)

ingoreinhart: - no project open
- open project via open project dialog
- close the project

javydreamercsw: Closing a project

GUEST: changed project group

fvogler: Close two freeform projects.

pjiricka: I recently closed the project the exception is complaining about, then I tried to open a file in another project, at which point the exception occurred.

jrechtacek: While closing projects

jsedek: invoked run web application and IAE was thrown few seconds after

ovrabec: just changed a project group

sunflower: NetBeans-JavaFX-Soma: #121

I closed some JavaFX applications and got the exception IllegalArgumentException

charlweed: Opening java.hints project.

jsedek: creating new web java ee5 application on jboss

jglick: Closed NBM project.




Stacktrace: 
java.lang.IllegalArgumentException: org.openide.filesystems.DeepListener@4feb03b7 was not listening to Q:\projects\3rdparty\netbeans\main\java.source\src; only to [Q:\projects\3rdparty\netbeans\main\editor.settings.storage\src, Q:\projects\3rdparty\netbeans\main\editor.settings\build\classes-generated, Q:\projects\3rdparty\netbeans\main\o.apache.tools.ant.module\src, Q:\projects\3rdparty\netbeans\main\openide.util\test\unit\src, Q:\projects\3rdparty\netbeans\main\editor.fold\src, Q:\projects\3rdparty\netbeans\main\editor.codetemplates\src, Q:\projects\3rdparty\netbeans\main\lexer\build\classes-generated, Q:\projects\3rdparty\netbeans\main\spi.quicksearch\src, Q:\projects\3rdparty\netbeans\main\spi.quicksearch\build\classes-generated, Q:\projects\3rdparty\netbeans\main\editor.lib2\build\classes-generated, Q:\projects\3rdparty\netbeans\main\projectuiapi\src, Q:\projects\3rdparty\netbeans\main\editor.lib2\src, Q:\projects\3rdparty\netbeans\main\options.keymap\src, Q:\projects\3rdparty\netbeans\main\spi.tasklist\
   at org.openide.filesystems.FileUtil.removeFileChangeListenerImpl(FileUtil.java:297)
   at org.openide.filesystems.FileUtil.removeRecursiveListener(FileUtil.java:349)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsListeners.remove(RepositoryUpdater.java:3863)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.notifyRootsRemoved(RepositoryUpdater.java:2892)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:2832)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:1926)
Comment 1 charlweed 2010-04-08 17:30:07 UTC
Created attachment 96919 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2010-05-20 11:57:23 UTC
I'm not 100% sure about the cause of http://statistics.netbeans.org/exceptions/exception.do?id=368149, but it's most likely fixed by http://hg.netbeans.org/main/rev/62eaf85bb67e.
Comment 3 Jan Lahoda 2010-11-15 18:28:23 UTC
*** Bug 178144 has been marked as a duplicate of this bug. ***