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

2015-04-07 Thread Shobhit
Hi Dawid. First thing in cron.yaml, you are supposed to use version or module in the target parameter. If you wish to target the cron job for a particular version and module you can use the dispatch.yaml as described by Vinny in the previous messages. On Thursday, February 20, 2014 at

[google-appengine] Consultants Hot List

2015-04-07 Thread Stiaos Sravya
Hello Partners, This is Sravya from Stiaos Inc. Please find the Hot List of Available Consultants, if you have any suitable positions for the below skill set, please send your requirements. *Consultants Name* *Technology* *Location* *Relocation* *Availability* Padma P QA Lead Irving, TX

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

2015-04-07 Thread Shobhit
Hi Hossein, I think you are getting the error because authentication filter that uses Google Accounts for logged-in users is unavailable, it means something is changed while uploading the app or during compilation.Check the execution environment JRE in your eclipse and make it 1.7 or try to

[google-appengine] REQ--- Consultants Hot List

2015-04-07 Thread stiaos santhi
Hello Partners, This is Santhi from Stiaos Technologies Inc. Please find the below Hot List of available consultants, if you have any suitable positions for the below skill set, please send your requirements. *Consultants Name* *Technology* *Location* *Relocation* *Availability* Padma P

[google-appengine] Managing your App Engine solution from your mobile device

2015-04-07 Thread 'Michael Thomsen' via Google App Engine
We recently announced the beta of Cloud Console for Android, and I wanted to make sure everyone here was aware of that. Details here: http://googlecloudplatform.blogspot.com/2015/03/manage-Google-Cloud-Platform-on-the-go-with-Cloud-Console-for-Android.html If you have feedback please send a quick

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

2015-04-07 Thread M. Hossein Amerkashi
Hi Shobhit, I'm using java 1.7.0_40-b43 on Windows box. This same environment has been used to publish previous versions of my app. I have archive versions of all my versions. Interesting thing is that even my old version that had previously been published successfully and works properly,

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

2015-04-07 Thread Vinny P
On Mon, Apr 6, 2015 at 10:24 AM, Daniel Robinson daniel.robinson.o...@gmail.com wrote: 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

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

2015-04-07 Thread Vinny P
On Mon, Apr 6, 2015 at 11:26 AM, M. Hossein Amerkashi kkash...@gmail.com wrote: 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

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

2015-04-07 Thread Vinny P
On Mon, Apr 6, 2015 at 8:28 AM, Barry Hunter barrybhun...@gmail.com wrote: Copying over the network from that repository, vs copying from dedicated Google Storage, is probably not significantly different +1. As Barry noted, you would want GCS to store your data files. PHP on GAE does a