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 219927 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.editor.search.SearchNbEditorKit
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.editor....
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 219759 219836 219975 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-11 15:38 UTC by augcampos
Modified: 2012-11-07 03:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193416


Attachments
stacktrace (3.38 KB, text/plain)
2012-10-11 15:38 UTC, augcampos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description augcampos 2012-10-11 15:38:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9445-on-20120921)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Linux

Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.editor.search.SearchNbEditorKit
   at org.netbeans.modules.editor.search.actions.SearchAction.actionPerformed(SearchAction.java:79)
   at org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:186)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:93)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.GeneralAction$BaseDelAction.actionPerformed(GeneralAction.java:234)
Comment 1 augcampos 2012-10-11 15:38:51 UTC
Created attachment 125790 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-10-26 14:08:52 UTC
similar issue 219927 & issue 219836 & issue 219975
Comment 3 Jaroslav Tulach 2012-11-05 16:42:14 UTC
*** Bug 219836 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2012-11-05 16:42:26 UTC
*** Bug 219975 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Tulach 2012-11-05 16:45:09 UTC
Isn't this a problem in versioning? There seems to mishmash between module versions.
Comment 6 Milutin Kristofic 2012-11-06 10:30:42 UTC
I changed a week ago some search actions: Bug #221045
Comment 7 Milutin Kristofic 2012-11-06 12:20:57 UTC
Ok, in Bug #218995 I removed some classes and SearchNbEditorKit was depending on two of them. I forget to increase specification version for editor.search module where SearchNbEditorKit is.

But editor.search module specification version was already increased in Bug #221045. I increase editor.search dependency on editor.lib to 3.30 version

http://hg.netbeans.org/jet-main/rev/28b865d9565b
Comment 8 Milutin Kristofic 2012-11-06 12:32:04 UTC
*** Bug 219759 has been marked as a duplicate of this bug. ***
Comment 9 Quality Engineering 2012-11-07 03:44:55 UTC
Integrated into 'main-golden', will be available in build *201211070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/28b865d9565b
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #219927 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.editor.search.SearchNbEditorKit