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 210243

Summary: grails project scanning never finishes, causes 100% CPU, and can't be cancelled (should be P1)
Product: groovy Reporter: athompson <athompson>
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jaska_tl
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186380
Attachments: stacktrace

Description athompson 2012-03-28 08:41:56 UTC
This issue was reported manually by sdedic.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 201203200400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-411, Java(TM) SE Runtime Environment, 1.6.0_31-b04-411-11M3616
OS: Mac OS X

User Comments:
athompson: Tried to open a grails project.  It gets stuck in the "...test/unit" folder.

athompson: 3 grails projects loaded




Stacktrace: 
java.lang.Exception: Scan canceled.
   at java.lang.Thread.getStackTrace(Thread.java:1503)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:108)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:101)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:814)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:809)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:85)
Comment 1 athompson 2012-03-28 08:42:03 UTC
Created attachment 117376 [details]
stacktrace
Comment 2 Martin Janicek 2012-04-23 10:44:48 UTC

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