Search code examples
google-app-enginegrailsgroovygrails-plugin

Setup Grails application in Google AppEngine


I created grails application and tried to setup the application in google app engine.

I got error like this

../plugins/app-engine-0.8.10/src/groovy/org/grails/appengine/Log4jConfigListener.groovy: 32: unable to resolve class org.codehaus.groovy.grails.plugins.logging.Log4jConfig
 @ line 32, column 1.
   import org.codehaus.groovy.grails.plugins.logging.Log4jConfig;
   ^

../plugins/app-engine-0.8.10/src/groovy/org/grails/appengine/Log4jConfigListener.groovy: 83: unable to resolve class org.codehaus.groovy.grails.plugins.logging.Log4jConfig 
 @ line 83, column 1.
   class AppEngineLog4jConfig extends org.codehaus.groovy.grails.plugins.logging.Log4jConfig{
   ^

Then i searched, i found some info that "Grails 2.0 or later version not supports app engine plugin", you can see Here.

Is there any solution?


Solution

  • The App Engine plugin has not been updated for Grails 2.x. Please refer to this question for more information.