[google-appengine] Re: StackOverflowError when application is running on appspot

2015-10-20 Thread MindRaider
I solved this problem by switching from Java 8 to Java 7. -- martin On Saturday, November 23, 2013 at 10:48:34 PM UTC+1, Adi Sesha Reddy G wrote: > > Hi, > My application uses Spring social and Spring MVC. The application works > find locally. I able to deploy the application in appspot. In som

[google-appengine] Re: SDK 1.5.3 - deployment fails with the message "Found interface com.google.appengine.tools.admin.Application, but class was expected."

2011-08-18 Thread MindRaider
t; Developer Programs Engineer, Google App Engine > plus.ikailan.com | twitter.com/ikai > > > > > > > > On Wed, Aug 17, 2011 at 3:28 PM, MindRaider wrote: > > I have a problem with the deployment of my application with SDK 1.5.3. > > It compiles without any

[google-appengine] SDK 1.5.3 - deployment fails with the message "Found interface com.google.appengine.tools.admin.Application, but class was expected."

2011-08-18 Thread MindRaider
I have a problem with the deployment of my application with SDK 1.5.3. It compiles without any problems, but it fails just before the deployment with message: Found interface com.google.appengine.tools.admin.Application, but class was expected OS: Win7 64b; Eclipse Helios; GAE SDK 1.5.3; applic

[google-appengine] How to appropriately handle com.google.appengine.api.datastore.DatastoreTimeoutException: Unknown?

2010-01-07 Thread MindRaider
I'm getting the exception is mentioned in the subject. I found also two threads with the questions, but there is no suggestion on how to handle it. Should I catch it and retry? Should I catch it and schedule a task? Is there anything I should check in my application? Any other suggestion? Thank yo