[google-appengine] app binary missing after 503 failed update; server now throwing 500s

2013-08-01 Thread Matt Jibson
I've been attempting to deploy a new version of an app all night. I get a Try Again (503) every time. Now my app is throwing 500s and the error log says: Request failed because the app binary was missing. This is surprising since the appcfg update failed, so it shouldn't have deleted the existing

[google-appengine] Re: GAE + JAXWS bug

2013-08-01 Thread Rui Oliveira
Hi same problem. Do you already have some answer? I'm trying without success to Build a SOAP Client on Google App Engine. Error:Unable to make javax.xml.ws.wsaddressing.W3CEndpointReference.address accessible. I test in development mode and I try to deploy it to App Engine. My example

Re: [google-appengine] Memory usage while parsing XML file into Google App Engine datastore

2013-08-01 Thread djidjadji
Have you looked into using the Remote API https://developers.google.com/appengine/docs/python/tools/remoteapi https://developers.google.com/appengine/articles/remote_api You use your local machine to parse the file [no memory problems], create the needed objects, and put them in the datastore in

Re: [google-appengine] How to show key name from datamodel.all() on Django template

2013-08-01 Thread djidjadji
lia href=/anime?key={{ myProject.key_name }} use {{myProject.key.name}} {{myProject.key.id}} {{myProject.key.id_or_name}} https://developers.google.com/appengine/docs/python/datastore/keyclass -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-08-01 Thread Cristian Perez
Have you tried it? Breakpoints still don't work in Visual Studio. Must use the old_dev_appserver :( El martes, 30 de julio de 2013 19:04:52 UTC+2, Alex Burgel escribió: On Monday, July 29, 2013 9:26:04 PM UTC-4, Richmond Manzana wrote: - Fixed an issue with debugger/breakpoint not working

Re: [google-appengine] Re: quick guide on using Boa-Constructor and remote debugger with SDK 1.7.6 new dev server

2013-08-01 Thread Cristian Perez
Hi, Thanks for your message, I wasn’t even aware of the new pre-release SDK. I tried using the 1.8.3 pre-release but unfortunately breakpoints are still not working on Visual Studio :( From: timh Sent: Wednesday, July 31, 2013 8:45 AM To: google-appengine@googlegroups.com Subject:

[google-appengine] Re: Custom domain setup is a fiasco and limiting adoption.

2013-08-01 Thread rdodev
It's beyond a fiasco, it's outright stupid, if you pardon my language. There have been many threads about it throughout the years and no one in the AppEngine team or Google seems to care, apparently. I even asked a question in one of their Google+ Hangouts a while ago. Their reply was, I kid

Re: [google-appengine] Scheduled Backup produces zero length files

2013-08-01 Thread Chris Hesse
This is a somewhat expensive problem because a partial backup is not very useful and backups of this many items are not free. We have applied for google cloud platform support but received no response so far. On Monday, July 29, 2013 11:25:29 AM UTC-7, Chris Hesse wrote: Nah, this happens

[google-appengine] CodeLabEx1-starter missing jar files.

2013-08-01 Thread Eric Sepich
When I import the sample I am seeing some errors regarding missing jar files. Is it normal to have to add these jar files to the project manually? The App Engine SDK JAR geronimo-jta_1.1_spec-1.1.1.jar is missing in the WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google

[google-appengine] Re: Number Found Accuracy on Search API Affecting Cursor Results

2013-08-01 Thread Brent Yates
Bump On Monday, March 4, 2013 9:38:57 AM UTC-6, Brent Yates wrote: When using the google app engine search API, if we have a query that returns a large result set (1000), and need to iterate using the cursor to collect the entire result set, we are getting indeterminate results for the

Re: [google-appengine] app binary missing after 503 failed update; server now throwing 500s

2013-08-01 Thread Vinny P
On Thu, Aug 1, 2013 at 2:50 AM, Matt Jibson matt.jib...@gmail.com wrote: I've been attempting to deploy a new version of an app all night. I get a Try Again (503) every time. Now my app is throwing 500s and the error log says: Request failed because the app binary was missing. This is

Re: [google-appengine] Re: quick guide on using Boa-Constructor and remote debugger with SDK 1.7.6 new dev server

2013-08-01 Thread timh
Does breakpoints in visual studio work with python ? Whatever you are debugging with in appengine it needs to be able to run under control of the appengine server. So I doubt visual studio could work, but thats just a guess. T On Thursday, August 1, 2013 10:36:07 PM UTC+8, Cristian Perez

Re: [google-appengine] Re: quick guide on using Boa-Constructor and remote debugger with SDK 1.7.6 new dev server

2013-08-01 Thread Cristian Perez
Yes, breakpoints work perfectly with any regular Python app, and they also work with the old_dev_appserver of GAE. It's just with the new dev_appserver that it doesn't work. Of course, I'm using Python Tools for Visual Studio. El 02/08/2013, a las 02:57, timh zutes...@gmail.com escribió:

Re: [google-appengine] CodeLabEx1 in Eclipse Keplar.

2013-08-01 Thread Vinny P
On Wed, Jul 31, 2013 at 11:27 PM, Eric Sepich ericsepic...@gmail.comwrote: Description Resource Path Location Type The App Engine SDK JAR geronimo-jta_1.1_spec-1.1.1.jar is missing in the WEB-INF/lib directory lib /CodeLabEx1-starter/war/WEB-INF Unknown Google App Engine Problem The App

[google-appengine] Re: CodeLabEx1 in Eclipse Keplar.

2013-08-01 Thread Eric Sepich
Thank you that was most helpful. On Wednesday, July 31, 2013 7:04:14 PM UTC-7, Eric Sepich wrote: There seems to be some kind of error when I import CodeLabEx1 into Eclipse Keplar: