Grails error while run-app
I am getting below error while trying to start the grails app.
Loading Grails 2.2.1 | Configuring classpath. | Environment set to
development..... | Packaging Grails application.... | Compiling 2 source
files. | Error Error packaging application: java.lang.Class cannot be cast
to java.lang.String (Use --stacktrace to see the full trace)
I started getting this error after I installed easygrid plugin and tried
to start the app.
A quick search on this error gave this result :
https://github.com/tudor-malene/Easygrid/issues/6
Any suggestions how to resolve this error.
I am using GGTS for the IDE and using grails 2.2.1 with groovy 2.0.
Thanks