Hi, I am using Grails (app-engine and gorm-jpa plugins) for the development.
I don't know why, But my application is running fine on local environment. But on Google App Engine, I am in-consistently (1 in 3 times) getting Error Code-500.
Also, in GAE logs - reason of request failure is its taking so long to execute the request (usually more than 30 seconds).
Have anyone worked around the same kind of problem?
-Salil.Kalia