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 124841 - Exception after installing Groovy plugin - Editor options not accessible
Summary: Exception after installing Groovy plugin - Editor options not accessible
Status: CLOSED DUPLICATE of bug 123678
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 21:32 UTC by movk
Modified: 2008-10-30 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description movk 2008-01-07 21:33:03 UTC
Product Version: NetBeans IDE 6.0 (Build 200711261600)
1196764559000_nb-groovy.zip

After installing Groovy plugin to NB 6.0, I get flowing exception when starting NB IDE:

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.modules.editor.options.MacrosMIMEOptionFile.loadSettings(MacrosMIMEOptionFile.java:99)
	at org.netbeans.modules.editor.options.BaseOptions.loadDefaultMacros(BaseOptions.java:1051)
	at org.netbeans.modules.editor.options.BaseOptions.getMacroMap(BaseOptions.java:1108)
	at org.netbeans.modules.editor.options.BaseOptions.loadXMLSettings(BaseOptions.java:1730)
	at org.netbeans.modules.editor.options.BaseOptions.updateSettingsMap(BaseOptions.java:461)
	at org.netbeans.modules.editor.options.OptionSupport$SettingsInitializer.updateSettingsMap(OptionSupport.java:265)
	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.getPositiveInteger(SettingsUtil.java:132)
	at org.netbeans.editor.SettingsUtil.getPositiveInteger(SettingsUtil.java:141)
	at org.netbeans.editor.BaseDocument.settingsChange(BaseDocument.java:375)
	at org.netbeans.modules.editor.NbEditorDocument.settingsChange(NbEditorDocument.java:115)
	at org.netbeans.editor.Settings.fireSettingsChange(Settings.java:668)
	at org.netbeans.editor.Settings.access$100(Settings.java:122)
	at org.netbeans.editor.Settings$1.run(Settings.java:193)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)

NB IDE then seems to work in some way (I'm able to edit Groovy scripts, run it) but it throws this exception from time
to time.
When I go to Tools->Options->Editor, the exception is displayed again. After that, Tool->Options cannot be invoked
anymore, GUI has to be restarted.

In my "netbeans_default_userdir" I have org-netbeans-modules-groovy-gsp.jar and it contains
org/netbeans/modules/groovy/gsp/editor/GspKit class.
Comment 1 martin_adamek 2008-01-16 08:41:21 UTC

*** This issue has been marked as a duplicate of 123678 ***