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 131174 - NoClassDefFoundError: org/netbeans/modules/editor/lib/KitsTracker
Summary: NoClassDefFoundError: org/netbeans/modules/editor/lib/KitsTracker
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Macros (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL: http://statistics.netbeans.org/except...
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-03-26 15:00 UTC by Marian Mirilovic
Modified: 2008-06-18 12:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 36063


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-03-26 15:00:12 UTC
271 duplicates in 30 days ...

Build: NetBeans IDE Dev (Build 200803091202)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows Vista, 6.0, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NoClassDefFoundError: org/netbeans/modules/editor/lib/KitsTracker
        at org.netbeans.modules.editor.macros.Installer$MacrosSettingsInitializer.collectMacroActions(Installer.java:125)
        at org.netbeans.modules.editor.macros.Installer$MacrosSettingsInitializer.updateSettingsMap(Installer.java:101)
        at org.netbeans.editor.Settings.getKitMapWithEvent(Settings.java:904)
        at org.netbeans.editor.Settings.getKitMap(Settings.java:871)
        at org.netbeans.editor.Settings.getAllKitMaps(Settings.java:934)
        at org.netbeans.editor.Settings.getValueOld(Settings.java:507)
        at org.netbeans.editor.Settings.getValueEx(Settings.java:499)
        at org.netbeans.editor.Settings.getValue(Settings.java:373)
        at org.netbeans.editor.Settings.getValue(Settings.java:357)
        at org.netbeans.editor.SettingsUtil.getInteger(SettingsUtil.java:121)
Comment 1 Vitezslav Stejskal 2008-03-26 17:16:50 UTC
It seems to be related to downloading editor macros module from AU. It does not normally happen with regular builds. 
I'll try to increment spec versions of both editor macros and lib modules to push their latest versions through the AU.
Comment 2 Vitezslav Stejskal 2008-03-27 15:44:14 UTC
I incremented the spec versions of all three editor, editor.lib, editor.macros modules.
http://hg.netbeans.org/main/rev/e2367a862590
Comment 3 Marian Mirilovic 2008-06-18 12:20:33 UTC
no additional reports - verified