Re: [google-appengine] Can't create a Google Cloud Storage bucket

2013-09-26 Thread Pertti Kellomäki
On Wed, Sep 25, 2013 at 4:03 AM, Vinny P wrote: > On Mon, Sep 23, 2013 at 10:12 PM, Daniel Imms wrote: >> >> - I don't have billing enabled > > You'll need to activate billing for Cloud Storage to work. Does this imply that once the blobstore file api get the axe, non-paid applications cannot us

Re: [google-appengine] Problems with ImageUrls served from Blob Store of image files uploaded to Google Cloud Storage

2013-09-26 Thread Aritz Uriarte de Alayo
Worth noting is that I store images in Google CLoud Storage and generate those urls with a BlobKey created from that Google Cloud Storage file. I changed it some time ago as uploading files to the BlobStore is considered deprecated and will not be supported in the near future. The problem comes

[google-appengine] Google app engine to aws s3 data transfer

2013-09-26 Thread George Simon
For the last few days the file transfer between GAE and java failed with IOException, could not fetch using the URLFetch API. >From the Google app engine's status board the latency is on the higher side ( 350, 500, 750) in the last few days. Any ideas on this? Thanks George -- You received

Re: [google-appengine] Problems with ImageUrls served from Blob Store of image files uploaded to Google Cloud Storage

2013-09-26 Thread Aritz Uriarte
I will post some sample urls so people can test them. They work perfectly atm, but when the problem comes back at random times they can even send to error 500 pages. The urls had problems loading images when using the resize parameter "=sXXX" to 300 or higher, they loaded lightning fast at 100.

[google-appengine] Re: datastore stats not updated for 4 days

2013-09-26 Thread Aritz Uriarte
My stats updated today, 10 hours ago, hope you all get it fixed! On Wednesday, September 25, 2013 9:47:38 AM UTC+2, timh wrote: > > Yeah stats still not updates.. > > I wonder if it has anything to do with the upgrade to 1.8.5 runtime, plus > all the scheduler instability. > > T > > On Monday, Se

[google-appengine] Re: datastore stats not updated for 4 days

2013-09-26 Thread timh
Yeah mine where updated earlier today. T On Monday, September 23, 2013 7:55:19 PM UTC+8, timh wrote: > > Howdy > > Normally stats are only a couple of days old, but I am up to 4+ days and > no updated datastore stats. > Anyone else seeing this ? > > T > -- You received this message because you

Re: [google-appengine] Re: Large numbers of Error 500 - log says (Error code 121) after only a few seconds.

2013-09-26 Thread Rafael
yeah, instances rebooting out of the blue. that's typical unfortunately. On Wed, Sep 25, 2013 at 7:53 PM, Mike Knapp wrote: > We are seeing this too. Our app (shoesofprey-hrd) is completely unreliable > at the moment. > > > > On Thursday, September 26, 2013 9:57:11 AM UTC+8, Cesium wrote: >> >>

Re: [google-appengine] Re: Large numbers of Error 500 - log says (Error code 121) after only a few seconds.

2013-09-26 Thread Cesium
I'm driving down to Denver for the CEDIA show in a couple of hours. I dread showing my application to customers due to the current instabilities. Can you believe this!? David -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

Re: [google-appengine] Private module

2013-09-26 Thread Vinny P
On Wed, Sep 25, 2013 at 11:51 AM, Francois Masurel wrote: > Is it possible to make a module private (as it was the default with > backends) ? > > I'm only using modules for long task processing so I don't need and I > don't want to have them publicly available. > > Hi Francois, To make a modul

Re: [google-appengine] Private module

2013-09-26 Thread Francois MASUREL
Hi Vinny, Thanx for answering. I'm indeed using Java and already set a security constraint on /* to restrict access to admin only. It works fine but a new instance is started everytime one of my backend URL is called. Backends were not reachable from the Internet unless stated "public". I woul

Re: [google-appengine] When can be expect full support for Modules in Go?

2013-09-26 Thread Vinny P
On Wed, Sep 25, 2013 at 8:41 PM, Ezequiel Muns wrote: > Great news, it seems to have been started just today—by Dave Symonds no > less. Thanks. > > I wonder what the usual completion to in-production time-frame is like. > > Dave Symonds is really on-the-ball about the Go runtime, so I would expe

Re: [google-appengine] Google app engine to aws s3 data transfer

2013-09-26 Thread Vinny P
On Thu, Sep 26, 2013 at 2:46 AM, George Simon wrote: > For the last few days the file transfer between GAE and java failed with > IOException, could not fetch using the URLFetch API. > Is there a specific HTTP status code or more detailed stack trace coming from IOException? This could be due

Re: [google-appengine] Private module

2013-09-26 Thread Francois Masurel
I guess I could use a cryptic version name to be sure no spam bot will ever wake up some of my modules (and cost me some $). It would be better if Google could provide a simple way to make them private and hide them from the outside. On Thursday, September 26, 2013 5:40:31 PM UTC+2, Francois

[google-appengine] Google App Engine SDK 1.8.5 is now available!

2013-09-26 Thread Richmond Manzana
Hi Everyone, We're pleased to announce that we have released the 1.8.5 SDK which includes Search API going GA and many improvements to the PHP Runtime. For details, please read our blog post and release notes. http://googlecloudplatform.blogspot.com/2013/09/app-engine-185-released-featuring-sea

Re: [google-appengine] Private module

2013-09-26 Thread Vinny P
On Thu, Sep 26, 2013 at 11:13 AM, Francois Masurel wrote: > I guess I could use a cryptic version name to be sure no spam bot will > ever wake up some of my modules (and cost me some $). > > What I do is map the root module directory to a static page via the welcome file setting in web.xml ( ht

Re: [google-appengine] Can't create a Google Cloud Storage bucket

2013-09-26 Thread Vinny P
On Thu, Sep 26, 2013 at 2:37 AM, Pertti Kellomäki < pertti.kellom...@gmail.com> wrote: > Does this imply that once the blobstore file api get the axe, non-paid > applications cannot use Google's services to e.g. upload and store > pictures? Is it possible to enable billing and set the daily allowa

Re: [google-appengine] Can't create a Google Cloud Storage bucket

2013-09-26 Thread Pertti Kellomäki
Thanks Vinny! Pertti On Thu, Sep 26, 2013 at 10:15 PM, Vinny P wrote: > On Thu, Sep 26, 2013 at 2:37 AM, Pertti Kellomäki > wrote: >> >> Does this imply that once the blobstore file api get the axe, non-paid >> applications cannot use Google's services to e.g. upload and store >> pictures? Is i

[google-appengine] Re: 409 Conflict Another transaction by user XXX is already in progress for app: s~YYYY

2013-09-26 Thread Carter
We're getting the same error even after rollback AND trying different versions that have never been deployed previously. Please start this issue: https://code.google.com/p/googleappengine/issues/detail?id=10021 On Wednesday, September 25, 2013 7:51:26 PM UTC-7, UnifyLog wrote: > > 409 Conflict A

Re: [google-appengine] Private module

2013-09-26 Thread Francois MASUREL
Hey Vinny, you're totally right, I should have thought about it. I just added a welcome static file and favicon and no more instance loading when the root path is accessed. Sadly it works only for a few predetermined urls. Thanx again for your help. François Masurel On Thu, Sep 26, 2013 at 8

[google-appengine] Re: Google App Engine SDK 1.8.5 is now available!

2013-09-26 Thread Kaan Soral
What is the change for the Search API exactly, just the SLA? - 10K Queries/Minute - 15K Documents Added to Indexes/Minute - 15K Other API Calls/Minute The limits are still the same, as it seems, would be great to see them disappear On Thursday, September 26, 2013 8:04:39 PM UTC+3, Ric

[google-appengine] Re: Absolutely red-faced by app engine errors during customer visit today.

2013-09-26 Thread husayt
David has a point, these hickups happen way too often for 99.5% SLA. I had quite a few demo presentations like that. https://developers.google.com/appengine/sla I shouldn't feel happy just because on that particular week an issue didn't affect appengine. Often I find out about the issue from o

[google-appengine] Why can't I create a new bucket in Google Cloud Storage

2013-09-26 Thread Daniel Imms
I recently signed up for App Engine and was hit with an error when trying to create my first bucket in Google Cloud Storage. "The account for the specified project has been disabled" I have seen some people experiencing the same issue but for them it seemed to be just a matter of turning Goog