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 192278 - [70cat] NoClassDefFoundError: org/netbeans/modules/java/editor/javadoc/JavaReference
Summary: [70cat] NoClassDefFoundError: org/netbeans/modules/java/editor/javadoc/JavaRe...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 192277 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-22 13:55 UTC by Michel Graciano
Modified: 2011-04-14 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174173


Attachments
stacktrace (2.43 KB, text/plain)
2010-11-22 13:55 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-11-22 13:55:19 UTC
This issue was reported manually by hmichel.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 101122-794d2ef5a171)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/java/editor/javadoc/JavaReference
   at org.netbeans.modules.java.editor.javadoc.JavadocImports.findReferences(JavadocImports.java:542)
   at org.netbeans.modules.java.editor.javadoc.JavadocImports.computeReferencedElements(JavadocImports.java:128)
   at org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.handleJavadoc(SemanticHighlighter.java:742)
   at org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.visitClass(SemanticHighlighter.java:1354)
   at org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.visitClass(SemanticHighlighter.java:454)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:621)
Comment 1 Michel Graciano 2010-11-22 13:55:23 UTC
Created attachment 103184 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-14 06:01:09 UTC
Who knows what was wrong. There is bunch of classnotfoundexceptions in log file about net.java.dev.genesis.ui, but those are probably harmless.

Then, suddenly there is ClassNotFoundException: org.netbeans.modules.java.editor.overridden.IsOverriddenAnnotationAction, but there is nothing in the log to indicate why it cannot be loaded.

Then the system just collapses for unknown reason.
Comment 3 Jaroslav Tulach 2011-04-14 10:54:45 UTC
*** Bug 192277 has been marked as a duplicate of this bug. ***