[google-appengine] How to make database admin work?

2014-02-20 Thread Paul
Hi, I am trying to delete some entities with database admin (it doesn't work at all on Chrome - shame on you, Google) under Firefox. I am able to delete single entities fine, but I want to delete all entites of one kind. However none of available 3 buttons (backup, copy, delete entities) does a

Re: [google-appengine] How to make database admin work?

2014-02-20 Thread Alejandro Gonzalez
Hello Paul, The chrome problem may be permissions. The Datastore Admin is loaded inside an iframe. Just inspect the HTML of the page, and grab the url inside the iframe, and load it in a new tab. You should be prompted to grant permissions, after that the datastore admin should display correctly.

[google-appengine] Re: How to make database admin work?

2014-02-20 Thread Paul
Hi Alejandro, It should work as you are describing (and it always worked like that), but my problem is that job is never launched nor queued. I am trying to do it even with a group of 5 entities, so size is not an issue. So -- You received this message because you are subscribed to the Google

Re: [google-appengine] A comparison between Digital Ocean $5 plan and App Engine B$ instance type.

2014-02-20 Thread Pertti Kellomäki
On Thu, Feb 20, 2014 at 5:23 AM, Tapir wrote: > > On Thursday, February 20, 2014 7:58:54 AM UTC+8, Jim wrote: >> >> >> It seems that some people want "Infrastructure as a Service" and they >> don't put much value on the "Platform as a Service" architecture that >> Google has created here. Many of

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Barry Hunter
> >> >> > > My app is still in the development stage. It has a small traffic now (< > 1000 pageviews/day). > I really need a workable configuration which will make sure it will never > be charged more than 28 hours. > > In general there isn't one. Other than disabling billing, so you can't use anyt

Re: [google-appengine] A comparison between Digital Ocean $5 plan and App Engine B$ instance type.

2014-02-20 Thread Tapir
On Thursday, February 20, 2014 5:30:23 PM UTC+8, Pertti Kellomäki wrote: > > On Thu, Feb 20, 2014 at 5:23 AM, Tapir >wrote: >> >> On Thursday, February 20, 2014 7:58:54 AM UTC+8, Jim wrote: >>> >>> >>> It seems that some people want "Infrastructure as a Service" and they >>> don't put much value

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Tapir
On Thursday, February 20, 2014 6:45:43 PM UTC+8, barryhunter wrote: > > > >>> >>> >> >> My app is still in the development stage. It has a small traffic now (< >> 1000 pageviews/day). >> I really need a workable configuration which will make sure it will never >> be charged more than 28 hours

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Tapir
On Thursday, February 20, 2014 6:45:43 PM UTC+8, barryhunter wrote: > > > >>> >>> >> >> My app is still in the development stage. It has a small traffic now (< >> 1000 pageviews/day). >> I really need a workable configuration which will make sure it will never >> be charged more than 28 hours

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Barry Hunter
On Thu, Feb 20, 2014 at 11:03 AM, Tapir wrote: > > > On Thursday, February 20, 2014 6:45:43 PM UTC+8, barryhunter wrote: >> >> >> >>> >>> My app is still in the development stage. It has a small traffic now (< >>> 1000 pageviews/day). >>> I really need a workable configuration which wil

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Tapir
On Thursday, February 20, 2014 7:22:05 PM UTC+8, barryhunter wrote: > > > > > On Thu, Feb 20, 2014 at 11:03 AM, Tapir >wrote: > >> >> >> On Thursday, February 20, 2014 6:45:43 PM UTC+8, barryhunter wrote: >>> >>> >>> > > My app is still in the development stage. It has a sm

Re: [google-appengine] A comparison between Digital Ocean $5 plan and App Engine B$ instance type.

2014-02-20 Thread Jim
There are open source projects that would allow you to approximate the functionality of BigTable. I wonder have you put together a business case for what it would take you to build it and support it on your own? Another option I would consider if I were you and only really wanted the database

Re: [google-appengine] A comparison between Digital Ocean $5 plan and App Engine B$ instance type.

2014-02-20 Thread Tapir
On Thursday, February 20, 2014 7:56:16 PM UTC+8, Jim wrote: > > There are open source projects that would allow you to approximate the > functionality of BigTable. I wonder have you put together a business case > for what it would take you to build it and support it on your own? > There is no

Re: [google-appengine] Cookies on Cloud Endpoints Java

2014-02-20 Thread Brian Henry
After posting that, I found a bug report with the same problem: https://code.google.com/p/googleappengine/issues/detail?id=10100 I also figured there should be an annotation: @ApiAuth(allowCookieAuth = AnnotationBoolean.TRUE) but it didn't make any difference when I tried it. Cookie is in the re

[google-appengine] A comparison between Digital Ocean $5 plan and App Engine B$ instance type.

2014-02-20 Thread Andrei Volgin
@Tapir Move your app to Compute Engine and stop complaining. You can still use the Datastore, but your instance will cost you much less. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving ema

[google-appengine] Is blobstore likely to be deprecated in the near future?

2014-02-20 Thread Hang Zhao
Since blobstore file api was deprecated for a short while, I'm thinking if I should migrate those api to cloud storage or still use blobstore api to store a bunch of images. Also since cloud storage is not free, I might prefer to use blobstore as long as it won't be deprecated in the near futur

[google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2014-02-20 Thread Tapir
Could you provide datastore APIs for using on GCE without a GAE instance? It would be great if it is possible. On Friday, June 21, 2013 3:21:06 AM UTC+8, Takashi Matsuo (Google) wrote: > > Fellow App Engine Gurus, > > We're happy to announce the next generation of App Engine Managed > Backends.

[google-appengine] Re: A comparison between Digital Ocean $5 plan and App Engine B$ instance type.

2014-02-20 Thread Tapir
On Thursday, February 20, 2014 11:11:17 PM UTC+8, Andrei Volgin wrote: > > @Tapir > > Move your app to Compute Engine and stop complaining. You can still use > the Datastore, but your instance will cost you much less. > I will. But not now. App on GCE still needs a GAE instance to manipulate da

[google-appengine] Re: Is blobstore likely to be deprecated in the near future?

2014-02-20 Thread Tapir
On Friday, February 21, 2014 12:29:18 AM UTC+8, Hang Zhao wrote: > > Since blobstore file api was deprecated for a short while, I'm thinking if > I should migrate those api to cloud storage or still use blobstore api to > store a bunch of images. Also since cloud storage is not free, I might >

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Kristopher Giesing
Because by definition, resident instances don't serve any traffic. That means you are eating up 24 instance hours of idle time each day, leaving you only four hours each day to serve traffic. I had this exact problem while my app was in development, and I couldn't figure out why Java developer

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Tapir
On Friday, February 21, 2014 1:11:12 AM UTC+8, Kristopher Giesing wrote: > > Because by definition, resident instances don't serve any traffic. That > means you are eating up 24 instance hours of idle time each day, leaving > you only four hours each day to serve traffic. > Resident instances

[google-appengine] Datastore writes failing silently

2014-02-20 Thread Rik
Sometime in the past few hours, requests to put() a new entity to a production HRD table have not been working. No errors are being thrown and the request that performs the operation is returning 200, but no new record appears in the Datastore Viewer. Maybe there's an issue with the Viewer? Any

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 2:31 PM, Rik wrote: > Sometime in the past few hours, requests to put() a new entity to a > production HRD table have not been working. No errors are being thrown and > the request that performs the operation is returning 200, but no new record > appears in the Datastore V

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread Rik
Thanks, Vinny. I gotta remember to check that other group before posting here. On Thursday, February 20, 2014 12:34:54 PM UTC-8, Vinny P wrote: > > On Thu, Feb 20, 2014 at 2:31 PM, Rik > > wrote: > >> Sometime in the past few hours, requests to put() a new entity to a >> production HRD table ha

Re: [google-appengine] Re: Using a custom domain name with Google App Engine

2014-02-20 Thread Vinny P
On Wed, Feb 19, 2014 at 2:29 PM, Vinny P wrote: > On Tue, Feb 18, 2014 at 12:39 PM, K Mahmood wrote: > > i have been trying appengine yesterday and my website >> http://vidzonline.com is now not accessible from google public dns as >> well as i cant share links on my +Google on the other hand go

Re: [google-appengine] Re: Using a custom domain name with Google App Engine

2014-02-20 Thread Vinny P
Sorry, apparently the image didn't attach itself properly in my earlier email. Here's an imgur link: http://imgur.com/UKDobrb - -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com On Thu, Feb 20, 2014 at 2:39 PM, Vinny P wro

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread PK
I strongly recommend that you subscribe for “real time” updates from the “google-appengine-downtime-notify" group. There is not a lot of traffic and is important to be up to date on what is going on. PK http://www.gae123.com On February 20, 2014 at 12:38:38 PM, Rik (rik...@gmail.com) wrote: Th

Re: [google-appengine] Datastore writes failing silently

2014-02-20 Thread Rik
Will do. Thanks, PK. On Thursday, February 20, 2014 12:42:29 PM UTC-8, PK wrote: > > I strongly recommend that you subscribe for “real time” updates from the > “google-appengine-downtime-notify" group. There is not a lot of traffic and > is important to be up to date on what is going on. > > PK

Re: [google-appengine] Is blobstore likely to be deprecated in the near future?

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 10:29 AM, Hang Zhao wrote: > Since blobstore file api was deprecated for a short while, I'm thinking if > I should migrate those api to cloud storage or still use blobstore api to > store a bunch of images. Also since cloud storage is not free, I might > prefer to use blob

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-20 Thread Rafael
Have you tried playframework? They have optimizations to make your life easier when developing. My life is living hell right now when developing with maven and appengine. The play framework solves that by running their own thing. Read more: http://www.playframework.com/documentation/1.0/gae On

Re: [google-appengine] Cookies on Cloud Endpoints Java

2014-02-20 Thread Emanuele Ziglioli
I can't say whether it's exactly the same problem you're seeing but I couldn't get Vosao (cookie based)'s authentication work with cloud endpoints. The reason is that the way endpoints is implemented (in Java, at least), there's a servlet listening to Rest requests that internally posts RPC req

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-20 Thread Emanuele Ziglioli
As far as I understand, they run their own thing on the local server but on GAE is still deployed in the servlet container. The PlayGae plugin is not maintained by its original authors so it could be a risky choice. There are other active frameworks out there, here's one: http://www.ninjaframewo

Re: [google-appengine] Is blobstore likely to be deprecated in the near future?

2014-02-20 Thread PK
For the record, I did not find migrating my code from using Blobstore to use GCS easy. It took me a significant effort to understand what works and what does not and then rewrite the appropriate parts. Hopefully some of the issues I faced are now mitigated but not all of them, after all you have

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

2014-02-20 Thread PK
I am trying the python attachments feature in 1.9.0 but I am getting an error. I filed issue 10610. Can somebody take a look and comment whether there is a bug or I am just missing something on how to construct attachments with Content-id …. Thanks, PK http://www.gae123.com On February 4, 2014

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

2014-02-20 Thread PK
Thanks for quickly explaining the issue in the tracker!! I cannot test it in production since 1.9.0 has been retracted, any information you can disclose on when you expect to be able to resolve the issues and switch the production runtime to 1.9.0? Thanks, PK http://www.gae123.com On February

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-20 Thread Tapir
On Friday, February 21, 2014 5:39:17 AM UTC+8, Rafael Sanches wrote: > > Have you tried playframework? They have optimizations to make your life > easier when developing. > > My life is living hell right now when developing with maven and appengine. > The play framework solves that by running

[google-appengine] if don't use sdk, how to upload my application to app engine?

2014-02-20 Thread Chen Wu
is this possible? my friend want use my application, but he don't know how to run a python script, he don't install sdk. maybe some exe tools? thanks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Task Queue | Python | Returns 500 on first attempt and 200 on second attempt

2014-02-20 Thread Rohan Malhotra
Hi, I am trying to send a mail via mandrill using GAE tasks. On first attempt task fails with a 500 error and I get an error that *Task failed to execute. This task will retry in 100.000 seconds. *On second attempt, 200 response is received and task completes. In both attempts mail is sent suc

Re: [google-appengine] x5-meta-...@appspot.gserviceaccount.com

2014-02-20 Thread python
How did it get in my account? I am not a python programmer. I want to know who it was that put this in my account without permission On Wednesday, February 19, 2014 2:31:34 AM UTC-6, Vinny P wrote: > > On Mon, Feb 17, 2014 at 4:53 PM, Bg Goodwin > > wrote: > >> Do any of you developers know any

[google-appengine] Adding hundreds of thousands of entities to Datastore within minutes

2014-02-20 Thread Ralf Rottmann
The docs on Datastore talk about possible limitations with respect to *updating* entities of an entity group and frequently *updating* single entities. Is it safe to assume, that *just adding* hundreds of thousands of entities within a short amount of time will not constitute a problem? --

[google-appengine] Datastore query on referenced property

2014-02-20 Thread Benjamin Chastanier
Hello there ! I recently enjoying myself on Google App Engine by building a geoloc app. However I'm struggling with an issue querying referenced property : I have two classes, let's say class A and class B. Class A contains a referenced property on class B. What I want to do is to get a lis

[google-appengine] Querying a referenced property using IN clause

2014-02-20 Thread Benjamin Chastanier
Hi there ! I am using Google App Engine for severals times now but I'm stuck about a querying issue. Here's my concern : I have two classes, lets say class A and class B. Class A have a referenced property on class B (classBproperty). I have a collection of class B objects and I want to get

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

2014-02-20 Thread Dawid
Hi all, How can have a cron job target a particular version of a particular module? I've tried: *target: version.module* Unfortunately, appcfg.py won't accept it: *Unable to assign value 'debug.reports' to attribute 'target':* *Value 'debug.reports' for target does not match expression '^(?

[google-appengine] Problem: index not created

2014-02-20 Thread David
Hi, I inserted a new index in the datastore-indexes.xml, as below: It doesn't work. I'm getting a msg "DatastoreNeedIndexException: no matching index found." My appId: gusclabs version 005 Thanks -- You received this message because you are subscribed to the Google Groups "Goo

[google-appengine] Re: Non-blocking sockets on Google App Engine

2014-02-20 Thread Tsilopoulos Christos
Non-blocking sockets work on GAE, I 'm not sure they work on the dev_appserver. GAE sockets are actually API calls to a socket service. The SDK hides the native socket and select modules; when you import these modules, the SDK provides you with stubs. Note that any select and poll operations o

[google-appengine] Ok, I want to create this thread for a long time. --- Please share your GAE success stories!

2014-02-20 Thread Tapir
When you share you story, please DON'T just say "I happy with GAE, bla bla bla ..." without any technology and business details. (for example, the pdf ones listed at https://cloud.google.com/customers/, ;D) I hope you can show as many of your app technology and business details as possible. Fo

Re: [google-appengine] x5-meta-...@appspot.gserviceaccount.com

2014-02-20 Thread Vinny P
On Wed, Feb 19, 2014 at 8:24 AM, python wrote: > How did it get in my account? I am not a python programmer. > All App Engine IDs have a gserviceaccount address. It's a necessary component of authorizing into many other Google services. - -Vinny P Technology & Media Advisor Ch

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 11:22 AM, Tapir wrote: > Resident instances do serve traffic. All the traffic of my paid python app > are served by the resident instance. Part of the traffic of my paid java > app are also served by the resident instance. > Resident instances do serve traffic, but most

Re: [google-appengine] Problem: index not created

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 8:53 AM, David wrote: > I inserted a new index in the datastore-indexes.xml, as below: > source="manual"> > > > It doesn't work. I'm getting a msg "DatastoreNeedIndexException: no > matching index found." > Generally that means the query you're attempting doe

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

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 11:29 AM, Dawid wrote: > How can have a cron job target a particular version of a particular > module? I've tried: > *target: version.module* > > Unfortunately, appcfg.py won't accept it: > *Unable to assign value 'debug.reports' to attribute 'target':* > *Value 'debug

Re: [google-appengine] Task Queue | Python | Returns 500 on first attempt and 200 on second attempt

2014-02-20 Thread Vinny P
On Wed, Feb 19, 2014 at 4:52 AM, Rohan Malhotra wrote: > I am trying to send a mail via mandrill using GAE tasks. On first attempt > task fails with a 500 error and I get an error that *Task failed to > execute. This task will retry in 100.000 seconds. *On second attempt, 200 > response is recei

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Tapir
On Friday, February 21, 2014 2:58:35 PM UTC+8, Vinny P wrote: > > On Thu, Feb 20, 2014 at 11:22 AM, Tapir > > wrote: > >> Resident instances do serve traffic. All the traffic of my paid python >> app are served by the resident instance. Part of the traffic of my paid >> java app are also serve

Re: [google-appengine] Min Pending Latency -- does it really do anything?

2014-02-20 Thread Vinny P
On Fri, Feb 21, 2014 at 1:23 AM, Tapir wrote: > So for the app with warmup problems, to avoid the warmup the problem, the > real free hours would be only a little more than 4 hours, right? > And for the 15 minutes tax design, the "a little more than 4 hours" is > about several minutes in fact, ri

Re: [google-appengine] if don't use sdk, how to upload my application to app engine?

2014-02-20 Thread Vinny P
On Wed, Feb 19, 2014 at 8:53 AM, Chen Wu wrote: > is this possible? > my friend want use my application, but he don't know how to run a python > script, he don't install sdk. > maybe some exe tools? > Do you mean running the application within the local machine or within App Engine production?

Re: [google-appengine] Adding hundreds of thousands of entities to Datastore within minutes

2014-02-20 Thread Vinny P
On Thu, Feb 20, 2014 at 7:21 AM, Ralf Rottmann wrote: > The docs on Datastore talk about possible limitations with respect to > *updating* entities of an entity group and frequently *updating* single > entities. > > Is it safe to assume, that *just adding* hundreds of thousands of > entities with