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 186279

Summary: NoSuchMethodError: org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Parsing & IndexingAssignee: Vitezslav Stejskal <vstejskal>
Status: RESOLVED DUPLICATE    
Severity: normal CC: b166er, dstrupl
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169524
Attachments: stacktrace

Description Exceptions Reporter 2010-05-18 07:41:12 UTC
Build: NetBeans IDE Dev (Build 201004270201)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
b166er: created empty new project: "new project with existing source"




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Ljava/util/concurrent/Callable;)Ljava/lang/Object;
   at org.netbeans.modules.java.source.usages.ClassIndexManager.takeWriteLock(ClassIndexManager.java:147)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer$Factory$2.run(JavaBinaryIndexer.java:166)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer$Factory$2.run(JavaBinaryIndexer.java:164)
   at org.netbeans.modules.java.source.usages.ClassIndexManager.prepareWriteLock(ClassIndexManager.java:114)
   at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer$Factory.scanStarted(JavaBinaryIndexer.java:164)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.binaryScanStarted(RepositoryUpdater.java:1755)
Comment 1 Exceptions Reporter 2010-05-18 07:41:16 UTC
Created attachment 99116 [details]
stacktrace
Comment 2 David Strupl 2010-05-18 08:29:17 UTC
This error usually means that you have wrong build. Please fetch a proper build or do clean and build if you are building yourself.
Comment 3 Vitezslav Stejskal 2010-05-18 10:24:11 UTC

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