[appengine-java] Grails -> com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext

2010-01-25 Thread Max Lam
Hi All, I'm running out of solution on how to fix the below. I had developed my app with Grails 1.1.1, Grails AppEngine Plugin 0.8.5, GORM-JPA plugin and Google AppEngine SDK 1.3 Through out the development process, I have never faced this problem before and everything runs smoothly. But after de

Re: [appengine-java] Grails -> com.google.apphosting.utils.jetty.RuntimeAppEngineWebAppContext

2010-01-26 Thread Ikai L (Google)
Does this issue just occur on the first request coming into your application or on every request? This looks like a DeadlineExceededError, which will sometimes occur on a loading request due to the fact that initializing the Groovy interpreter as well as Grails can sometimes take many seconds. You