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 219800 - IllegalStateException: Unreported root for running indexer: CopyResourcesIndexer
Summary: IllegalStateException: Unreported root for running indexer: CopyResourcesIndexer
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 219804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-10 08:59 UTC by Jiri Skrivanek
Modified: 2012-10-16 07:37 UTC (History)
14 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193319


Attachments
stacktrace (2.04 KB, text/plain)
2012-10-10 08:59 UTC, Jiri Skrivanek
Details
stacktrace (2.04 KB, text/plain)
2012-10-10 10:59 UTC, Vladimir Riha
Details
stacktrace (2.04 KB, text/plain)
2012-10-10 13:47 UTC, Martin Fousek
Details
stacktrace (2.04 KB, text/plain)
2012-10-10 14:23 UTC, aldobrucale
Details
stacktrace (2.04 KB, text/plain)
2012-10-10 14:26 UTC, javydreamercsw
Details
stacktrace (2.04 KB, text/plain)
2012-10-10 14:41 UTC, gholmer
Details
stacktrace (2.07 KB, text/plain)
2012-10-10 15:05 UTC, Vladimir Riha
Details
stacktrace (2.04 KB, text/plain)
2012-10-11 14:02 UTC, Sergey Petrov
Details
stacktrace (2.04 KB, text/plain)
2012-10-11 16:50 UTC, _ tboudreau
Details
stacktrace (2.04 KB, text/plain)
2012-10-11 18:56 UTC, marco76
Details
stacktrace (2.04 KB, text/plain)
2012-10-11 19:02 UTC, marco76
Details
stacktrace (2.04 KB, text/plain)
2012-10-11 19:14 UTC, marco76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-10-10 08:59:54 UTC
Build: NetBeans IDE Dev (Build 201210100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
jskrivanek: Cut java file and move to another package.




Stacktrace: 
java.lang.IllegalStateException: Unreported root for running indexer: CopyResourcesIndexer
   at org.netbeans.modules.parsing.impl.indexing.LogContext.addIndexerTime(LogContext.java:391)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.customIndexersScanStarted(RepositoryUpdater.java:2281)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanStarted(RepositoryUpdater.java:2231)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$DeleteWork.getDone(RepositoryUpdater.java:3423)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3022)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:5303)
Comment 1 Jiri Skrivanek 2012-10-10 08:59:57 UTC
Created attachment 125663 [details]
stacktrace
Comment 2 Jiri Skrivanek 2012-10-10 09:01:20 UTC
It breaks commit validation tests.
Comment 3 Vladimir Riha 2012-10-10 10:59:16 UTC
Created attachment 125675 [details]
stacktrace

happened after rename/refactor of Java class
Comment 4 Martin Fousek 2012-10-10 13:47:16 UTC
Created attachment 125696 [details]
stacktrace

I had EAR application with Entity Classes in the EJB app and Session Beans, etc. in the WEB app, then I cut the whole session-bean's package and pasted it from WEB to EJB app sources -> ISE appeared
Comment 5 aldobrucale 2012-10-10 14:23:16 UTC
Created attachment 125701 [details]
stacktrace

hg up to an older revision from the command line while the projects were open in nb
Comment 6 Exceptions Reporter 2012-10-10 14:23:27 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=193319
Comment 7 javydreamercsw 2012-10-10 14:26:15 UTC
Created attachment 125702 [details]
stacktrace

Just renamed a class from DefensiveMove to AbstractDefensiveMove.
Comment 8 gholmer 2012-10-10 14:41:22 UTC
Created attachment 125706 [details]
stacktrace

Selected "clean" build target in the Ant build script of an enterprise project.
Comment 9 Vladimir Riha 2012-10-10 15:05:15 UTC
Created attachment 125710 [details]
stacktrace

renamed css file
Comment 10 Sergey Petrov 2012-10-11 14:02:15 UTC
Created attachment 125781 [details]
stacktrace

remove persistence.xml
Comment 11 _ tboudreau 2012-10-11 16:50:14 UTC
Created attachment 125794 [details]
stacktrace

Refactor rename a java source
Comment 12 marco76 2012-10-11 18:56:14 UTC
Created attachment 125800 [details]
stacktrace

I renamed the file web.txt to web.xml
Comment 13 marco76 2012-10-11 19:02:14 UTC
Created attachment 125801 [details]
stacktrace
Comment 14 marco76 2012-10-11 19:14:18 UTC
Created attachment 125802 [details]
stacktrace

1. cleaned the cache of all NB installed
2. started NB
3. opened an existing project (maven, ejb, jsf)
4. clean and build button
Comment 15 Tomas Zezula 2012-10-15 16:56:37 UTC
Caused by 332002bc25f5
Fixed jet-main 6fa7ff7afdf3
Comment 16 Tomas Zezula 2012-10-15 17:34:47 UTC
*** Bug 219804 has been marked as a duplicate of this bug. ***