[google-appengine] Re: App Engine a bit wonky right now?

2015-04-06 Thread pdknsk
I'm getting an increasing number of requests which don't even reach the app, but show a Google error page. Error 404 (Not Found)!!1 -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails

[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-04-06 Thread PK
I hit the same issues with tasks today. The documentation states that the target can have the *version.module* value so this sounds like a bug. I filed the issue, please star it. https://code.google.com/p/googleappengine/issues/detail?id=11858 On Thursday, February 20, 2014 at 9:29:04 AM

Re: [google-appengine] Add a new persistent disk to GCE which created with VirtualBox custom image

2015-04-06 Thread Vinny P
On Wed, Apr 1, 2015 at 2:52 AM, Kampanat Metawuthinun kampana...@tangerine.co.th wrote: The document mention to a command line follow this : /usr/share/google/ safe_format_and_mount but the folder /usr/share/google is not exists in my custom image. Then How can I install it later ? or Is

Re: [google-appengine] developers console cannot load overview page

2015-04-06 Thread Huang
After clicking the link, the page itself fails to load. For example, the overview page cannot be loaded. On Sunday, April 5, 2015 at 11:45:49 PM UTC-7, Vinny P wrote: When you say you cannot load certain pages, do you mean that the page itself fails to load after clicking the link, or

Re: [google-appengine] developers console cannot load overview page

2015-04-06 Thread Vinny P
On Fri, Apr 3, 2015 at 2:01 PM, Huang huang...@gmail.com wrote: I created an app engine project using app engine console. When I tried to access the project via the new developers console, I cannot load certain pages including the overview page. If the app engine is created via the new

Re: [google-appengine] Appspot website is yet to be deleted.

2015-04-06 Thread Vinny P
On Wed, Apr 1, 2015 at 7:12 PM, Masaƍ Ashtine masht...@gmail.com wrote: Sorry if this has an obvious answer but I submitted a request to Google to have my website fitzmcrweb.appspot.com deleted and although a 404 error is thrown when the website is called, this website still shows up on search

Re: [google-appengine] how to use paho.mqtt library in google app engine to publish as well as subscribe for messages

2015-04-06 Thread Vinny P
On Wed, Apr 1, 2015 at 2:15 AM, krishna g krishnagad...@gmail.com wrote: import paho.mqtt.client as mqtt print(hello) mqttc = mqtt.Client(python_pub) mqttc.connect(test.mosquitto.org, 1883) mqttc.publish(hello/krishna, temp =28) mqttc.loop(2) #timeout = 2s What problems are you having?

Re: [google-appengine] How to share data files between versions

2015-04-06 Thread Barry Hunter
Where is the data actully stored? Just files in the 'filesystem'? Might find it worthwhile to use Google Storage instead for the data files https://cloud.google.com/appengine/docs/python/googlestorage/ ... Particular if can make 'ranged' requests. ie can seek directly and read part of a file,

Re: [google-appengine] How to share data files between versions

2015-04-06 Thread website
Thanks, but see below ... On Monday, April 6, 2015 at 1:39:59 PM UTC+1, barryhunter wrote: Where is the data actully stored? Just files in the 'filesystem'? Yes, it is stored in a directory off root, pretty much exactly as originally supplied by OS in 812 files over 56 sub-folders.

[google-appengine] How to share data files between versions

2015-04-06 Thread website
I have an experimental Google App ... www.macfhoslp.appspot.com ... which uses UK Ordnance Survey Landform Panorama terrain data to provide either spot heights or a terrain profile between two points, where the points are given in UK eastings and northings. UK OS LP data totals 628MB.

Re: [google-appengine] How to share data files between versions

2015-04-06 Thread Barry Hunter
(I've found the 'filesystem' itself to often be slow in AppEngine) But would it really be quicker to transfer the files over the web for the Google App to process? Its not really 'over the web'. In general Google Storage is pretty 'close' to AppEngine, probably within the same

[google-appengine] Any good articles on realtime app engine web apps?

2015-04-06 Thread Daniel Robinson
Is there any articles on writing real time web apps in app engine? I'm thinking along the lines of a simple multiplayer game or chat app. I wanted to be able to store objects in the datastore and memcache and when they are updated let some pending http request detect the change and return the

[google-appengine] Problem deploying - javax.servlet.UnavailableException

2015-04-06 Thread M. Hossein Amerkashi
Hello, I'm getting ( javax.servlet.UnavailableException ) when I deploy my app. I tried publishing my previous app version (deployed a month ago) which deployed successfully and now it also produce same exact exception (below). Has anything change on GAE since last month? Using Java 1.7.0_40