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 189474

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Product: platform Reporter: denim98
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jefersoncoli
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 153377
Attachments: stacktrace

Description denim98 2010-08-13 07:59:48 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: OpenJDK 64-Bit Server VM, 16.0-b13, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
GUEST: was trying to run woodstock page layout templates

GUEST: Abrir un proyecto

GUEST: Starting up.

jefersoncoli: try to open projects

GUEST: First start of IDE




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
   at java.lang.Class.newInstance0(Class.java:372)
   at java.lang.Class.newInstance(Class.java:325)
Comment 1 denim98 2010-08-13 07:59:52 UTC
Created attachment 101362 [details]
stacktrace
Comment 2 Jesse Glick 2010-08-13 12:12:32 UTC

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