Home > Uncategorized > Grails 1.2 Latest build works on AppEngine

Grails 1.2 Latest build works on AppEngine

November 21st, 2009 Leave a comment Go to comments

Regarding the logging issue with Grails and Google AppEngine, I’ve just installed the latest build of Grails1.2 and deployed to AppEngine, and it works.

No change to the loading time of grails however, I’m still getting timeouts on my initial requests.

Bookmark and Share
  1. Slawek
    November 23rd, 2009 at 11:07 | #1

    If You will resolve the timeout issue with grails on AppEngine please post information about causes. Lastly i’ve also checked the AppEngine plugin but even for inital grail project I mostly see timeouts.

  2. Morten
    November 23rd, 2009 at 11:17 | #2

    I’ve been trying to fix that for a few month now. Checking the Google Group for answers, poking in every thread regarding the issue. Just a few days ago I sent an email to Graeme Rocher, and he believes that they will come with an update regarding this issue in the Google SDK. As far as I can see the issue is for all applications using Spring IoC, also reducing the amount of jars you rely on seems to decrease the loading times.

  3. paul atwork
    December 9th, 2009 at 17:40 | #3

    You can setup a Scheduled Task (Cron Job) to an action which simply renders a string. This appears to keep the application active and removes the wait time for the Spring context to rebuild.

  1. No trackbacks yet.