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 129126 - NoClassDefFoundError: org/netbeans/modules/groovy/gsp/editor/GspKit
Summary: NoClassDefFoundError: org/netbeans/modules/groovy/gsp/editor/GspKit
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-04 13:32 UTC by Lukas Hasik
Modified: 2008-10-30 14:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 13948


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-03-04 13:32:02 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86
User comments: I'm opening a grails project defined as simple web project.
STACKTRACE: (first 10 lines)
java.lang.NoClassDefFoundError: org/netbeans/modules/groovy/gsp/editor/GspKit
        at org.netbeans.modules.groovy.gsp.GspEditorSettings.updateSettingsMap(GspEditorSettings.java:78)
        at org.netbeans.editor.Settings.getKitMapWithEvent(Settings.java:715)
        at org.netbeans.editor.Settings.getKitMap(Settings.java:682)
        at org.netbeans.editor.Settings.getAllKitMaps(Settings.java:753)
        at org.netbeans.editor.Settings.getValue(Settings.java:385)
        at org.netbeans.editor.Settings.getValue(Settings.java:351)
        at org.netbeans.editor.SettingsUtil.getInteger(SettingsUtil.java:121)
        at org.netbeans.editor.SettingsUtil.getInteger(SettingsUtil.java:127)
        at org.netbeans.editor.Formatter.settingsChange(Formatter.java:140)
        at org.netbeans.editor.ext.ExtFormatter.settingsChange(ExtFormatter.java:132)


This issue has 75 duplicates in exceptionreporter
Comment 1 martin_adamek 2008-04-29 08:10:24 UTC
Should be ok now.
Comment 2 Lukas Jungmann 2008-10-03 13:14:54 UTC
v.