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 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing...
Status: RESOLVED DUPLICATE of bug 166236
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-13 07:59 UTC by denim98
Modified: 2010-08-13 12:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153377


Attachments
stacktrace (1.38 KB, text/plain)
2010-08-13 07:59 UTC, denim98
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***