Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Grails-Webtest 0.3
-
Labels:None
-
Environment:OS X 10.5, app uses Acegi, FCKEditor, Feeds, Quartz, Searchable and Webtest plugins
Description
When I invoke the grails command line script in the home directory of a specific app, I get the following StackTrace. It doesn't matter if I enter another parameter like 'help' or 'upgrade' or just supply the command itself. However, it works well for another app on the same machine (this app only uses the Quartz plugin). This error is new as of 1.0-RC4.
~$ grails
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.grails.cli.support.GrailsStarter.rootLoader(GrailsStarter.java:140)
at org.codehaus.groovy.grails.cli.support.GrailsStarter.main(GrailsStarter.java:169)
Caused by: java.lang.VerifyError: (class: groovy/lang/GroovySystem, method: <clinit> signature: ()V) Bad type in putfield/putstatic
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at org.codehaus.groovy.grails.cli.GrailsScriptRunner.class$(GrailsScriptRunner.groovy)
at org.codehaus.groovy.grails.cli.GrailsScriptRunner.main(GrailsScriptRunner.groovy:45)
... 6 more