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

Summary: NoClassDefFoundError: org/netbeans/modules/editor/lib/KitsTracker
Product: editor Reporter: Marian Mirilovic <mmirilovic>
Component: MacrosAssignee: Vitezslav Stejskal <vstejskal>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=36063
Issue Type: DEFECT Exception Reporter: 36063

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