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 179788 - java.lang.IllegalArgumentException while opening C/C++ project
Summary: java.lang.IllegalArgumentException while opening C/C++ project
Status: RESOLVED DUPLICATE of bug 178174
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-01-22 07:12 UTC by Alexander Pepin
Modified: 2010-02-01 05:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-01-22 07:12:51 UTC
java.lang.IllegalArgumentException occurs in automatic tests and prevent them from working properly. Please fix it as soon as practical.

Here is a part of IDE log:

...
WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
java.lang.IllegalArgumentException: Was not listening to /export/hudson/jobs/cnd-test-intel-S2-1/workspace/tests/build/test/qa-functional/data/cnd/editor/CodeFolding/testCodeFoldingHFiles/FreewayProject/FreewayProject
	at org.openide.filesystems.FileUtil.removeFileChangeListenerImpl(FileUtil.java:294)
	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)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:3484)
	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:3426)
	at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:574)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[catch] at java.lang.Thread.run(Thread.java:619)
...
Comment 1 Vitezslav Stejskal 2010-02-01 05:32:35 UTC
This should already be fixed.

*** This bug has been marked as a duplicate of bug 178174 ***