[google-appengine] Count of reads for a request in the Datastore

2013-09-02 Thread imadeddine mountasser

Hi,

i wish know where i can get statistics information about read an write 
operations for the google app engine datastore.

i have already used the appstats application but i don't find exactly the 
number of the read/write operations.

i wish have answers - for example - for the number of read/write per kind 
or entity. 

any suggestions please??

Thanks.

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: How can I change the Data Storage Selection setting?

2013-09-02 Thread Ian Marshall
OK, thanks for that.

Since I created the app a long time ago, and the option was unavailable 
then, it looks like I cannot access this functionality now. I signed up a 
few months ago for an experimental data centre location choice scheme but I 
have heard nothing since then.


On Saturday, 31 August 2013 08:34:19 UTC+1, timh wrote:

 As I understand the current situation you can only select a location on 
 app creation.  The location cannot be changed after the fact.

 T

 On Friday, August 30, 2013 11:46:26 PM UTC+8, Ian Marshall wrote:

 The Google App Engine terms of service, under paragraph 2.3a, state

 Customer may select via the Service whether the Core App Engine End User 
 Data will be stored permanently, at rest, in either the United States or 
 the European Union, and Google will store it accordingly (App Engine Data 
 Location Setting).


 As a GAE/J application administrator, does anyone know where I can find 
 this application setting, so that I can change it as needed? Any help would 
 be appreciated.



-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: GIT push-to-deploy problem.

2013-09-02 Thread ckopanos
Yesterday, i did try to disable push to deploy and re-enable it. Doing so, 
did work after a few tries...

But now i get remote: Error: internal server error

Τη Παρασκευή, 30 Αυγούστου 2013 6:10:35 μ.μ. UTC+3, ο χρήστης Didier Girard 
έγραψε:

 Hello all,

 For about 1 hour I'm not able to deploy via git on AppEngine.

 I have try to :
 - recreate the token.
 - recreate a Git repo on appengine.

 The error message is in the attach file.

 Any idea ?

 Thanks in advance,
 DG



-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Count of reads for a request in the Datastore

2013-09-02 Thread Vinny P
On Mon, Sep 2, 2013 at 3:47 AM, imadeddine mountasser imountas...@gmail.com
 wrote:

 i wish know where i can get statistics information about read an write
 operations for the google app engine datastore.

 i have already used the appstats application but i don't find exactly the
 number of the read/write operations.

 i wish have answers - for example - for the number of read/write per kind
 or entity.

 any suggestions please??



 The development server's admin datastore screen shows the count of write
operations required for each entity. From there, you can estimate the
number of operations you need depending on your use case. Here's a sample
picture: http://imgur.com/cUBAAI8



-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Re: Over index creation quota

2013-09-02 Thread kcunha.araujo
Hi all,

Anybody know how to increase quota index number? My app is on limite 200. 
We need to increase it.

Em quinta-feira, 12 de novembro de 2009 11h48min11s UTC-4, Orlando escreveu:

 I have same problem: Error 400: --- begin server output --- 
 Over index creation quota: The API call datastore_v3.CreateIndex() 
 required more quota than is available. 

 The application is 'testingryv'. I have tried to delete my useless 
 indexes, but i got same problem. Any solution? 

 Thanks, 
 Orlando 

 On 14 oct, 21:35, Dinesh Varadharajan 
 dinesh.varadhara...@orangescape.com wrote: 
  I can delete and recreate apps.Thanks for your time.. 
  
  Dinesh 
  On Oct 14, 6:02 pm, Nick Johnson (Google) nick.john...@google.com 
  wrote: 
  
  
  
   On Wed, Oct 14, 2009 at 1:53 PM, Dinesh 
 dinesh.varadhara...@orangescape.com 
  
wrote: 
  
Hi Nick, 
 Not functioning how? 
I want to reuse existing apps, so I cleared data and indexes. I am 
 not 
seeing any data in data viewer or any index in indexes.  But when 
trying to import new app I am getting index quota error.. I just got 
the alert saying deleting app is possible now. Thank god.. 
  
   Do you still need these apps reset, now that you can delete them and 
 create 
   new ones instead? 
  
 Are all of these apps out of index quota? 
Yes 
  
 Requiring more than 100 indexes is usually a sign of a schema 
 design that 
 needs optimizing. We can increase the index quota, but only in 
exceptional 
 circumstances. 
We store the data in expando model which is very huge.. The no of 
columns at the minimum will be around 300. The auto generated 
 indexes 
are around 50% of total indexes. In addition, gae throws need index 
error in lot of cases and we end up adding those indexes in to 
index.yaml. So, it easily crosses the limit.. 
  
   Without knowing more about your data model, it's impossible to comment 
 on 
   how you can reduce your total number of indexes. 
  
   -Nick Johnson 
  
We don't use any of the inequality filters in our queries except in 
 2 
cases. 
Thanks, 
Dinesh 
  
On Oct 14, 4:33 pm, Nick Johnson (Google) nick.john...@google.com 

wrote: 
 Hi dinesh, 
  
 On Wed, Oct 14, 2009 at 12:00 PM, Dinesh  
  
 dinesh.varadhara...@orangescape.com wrote: 
  
  Hi Nick, 
  thanks for the immediate reply.. I cleared data and vacuumed 
  indexes 
  in 4 of my apps. (Created new apps as old apps are not 
 functioning). 
  
 Not functioning how? 
  
  But still it is throwing the quota exception. The app ids are 
  
  os-demo 
  osruntime 
  osclouddemo 
  osruntime 
  
 Are all of these apps out of index quota? 
  
  And we might be terribly needing support for more than 100 
 indexes for 
  our apps and are ready to pay for the overuse. I don't think it 
 is 
  part of billing. any thoughts of including it.. 
  
 Requiring more than 100 indexes is usually a sign of a schema 
 design that 
 needs optimizing. We can increase the index quota, but only in 
exceptional 
 circumstances. 
  
  Thanks, 
  Dinesh 
  
  On Oct 14, 3:52 pm, Nick Johnson (Google) 
 nick.john...@google.com 
  wrote: 
   Hi Dinesh, 
   All apps are limited to 100 indexes. If you are getting this 
 error on 
an 
  app 
   that has fewer than 100 indexes, please let me know which one 
 it is, 
and 
  I 
   will reset your index count quota. 
  
   -Nick Johnson 
  
   On Wed, Oct 14, 2009 at 11:50 AM, Dinesh  
  
   dinesh.varadhara...@orangescape.com wrote: 
  
Hi, 
Suddenly I am getting 
  
Over index creation quota: The API call 
 datastore_v3.CreateIndex() 
required more quota than is available. 
  
when trying to update indexes. however few of my older 
 applications 
has more than 100 indexes it it. Is this limitation newly 
introduced 
in gae. If so, how do I increase the quota. 
  
Dinesh 
  
   -- 
   Nick Johnson, Developer Programs Engineer, App Engine 
   Google Ireland Ltd. :: Registered in Dublin, Ireland, 
 Registration 
  Number: 
   368047 
  
 -- 
 Nick Johnson, Developer Programs Engineer, App Engine 
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration 
Number: 
 368047 
  
   -- 
   Nick Johnson, Developer Programs Engineer, App Engine 
   Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration 
 Number: 
   368047 


-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, 

Re: [google-appengine] HI Question on Google Cloud Endpoint

2013-09-02 Thread Brad Abrams
We certainly think Endpoints is stable, but if you'd like to talk more
about your use case, please drop me a line.

..brad


On Fri, Aug 30, 2013 at 12:08 AM, Tin Htoo Aung kotinhtooa...@gmail.comwrote:

 Hi Everyone,

 I am so impressed on Endpoint API and am really to use on our next
 non-profit project. I notice that Endpoint is still in preview. I would
 like to get some opinions on if I should use it in production. The project
 will be integrated with Google Accounts and in fact it is heavily reply on
 it.

 Regards,
 Aung

 --
 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 from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] failure to setting up my own proxy server and python

2013-09-02 Thread Vinny P
On Sat, Aug 31, 2013 at 3:55 AM, 金赫 kim00...@gmail.com wrote:

 Hi,
 I failure to setting up my own proxy server with python 2.5.4 and 2.7.5.
 Could you please give some advise



This link has step-by-step directions on how to set up a proxy:
http://lifehacker.com/5484934


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Call a SOAP service without load a client on server

2013-09-02 Thread Vinny P
On Wed, Aug 28, 2013 at 11:24 AM, giuseppe giorgio gioz...@gmail.com
 wrote:

 Hi to all. I'm new to google app engine and SOAP web services. I've follow
 the tutorial on google developers website for build my firs soap
 application, and i've see that for sending request to soap server, tutorial
 make me write a client (to load on server) for send data to server.
 Now what i would do is to send SOAP request without upload a client on
 server (like tutorial do), but just sending an XML SOAP message directly
 from my local java application. It's possible to do that, or i should
 always use a client stored on app engine server?



Yes, you can create a SOAP client on your local PC. The tutorial is just
there to demonstrate writing clients on GAE.


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] HI Question on Google Cloud Endpoint

2013-09-02 Thread Vinny P
On Fri, Aug 30, 2013 at 2:08 AM, Tin Htoo Aung kotinhtooa...@gmail.com
 wrote:

 I am so impressed on Endpoint API and am really to use on our next
 non-profit project. I notice that Endpoint is still in preview. I would
 like to get some opinions on if I should use it in production.



Is there anything in particular you'd like to know?

Endpoints has been stable for quite some time now. Yes, it's technically in
preview status but it is production-ready, IMHO.

-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Migrating to Python 2.7

2013-09-02 Thread Kim Jae
Thank you for your suggestion! I tried it and it works! :)


On Sat, Aug 31, 2013 at 12:09 PM, Vinny P vinny...@gmail.com wrote:

 On Fri, Aug 30, 2013 at 10:10 PM, Kim Jae butteric...@gmail.com wrote:

 Thanks for the info! would you mind taking a look at the revised yaml file
 I made? I tried to deploy it but am still getting Process exited with code
 1 error. attached is the file for your reference.



 Great, I see you removed all the blank lines. It looks much neater now!

 Also, did the error message change? Does it cite a different line number
 where it encountered the error? If not, try this: remove all the handler
 statements except for the root handler (url: /), and try re-uploading the
 application. If it succeeds, then add in another handler statement, then
 re-upload. Rinse and repeat until you hit the handler that's causing the
 error.

 -
 -Vinny P
 Technology  Media Advisor
 Chicago, IL

 App Engine Code Samples: http://www.learntogoogleit.com

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/MAwh5SBAuyU/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] GAE/J instances not shutting down as expected

2013-09-02 Thread Cesium
Of course it did not last. 3 days of this new behavior. 1 day of reversion to 
previous characteristics, now back to the new behavior.
H.
David

-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] GAE/J instances not shutting down as expected

2013-09-02 Thread Aswath Satrasala
In the admin console, I adjusted the max idle instance = 1.  This seems to
help my application.  When there is no/less traffic, the instances are
shutdown properly.

Before, my appid idle instances setting was '1- automatic'.  This setting
was not shutting down the instances when there is no traffic.  Now, with
the above setting, my cost is much more under control.


-Aswath


On Mon, Aug 26, 2013 at 8:42 AM, Damith C Rajapakse dam...@gmail.comwrote:

 Since a couple of days, I noticed that extra instances started to serve a
 spike in requests do not shut down as expected after the spike is over.
 This is causing us to incur extra instance hour charges. Is anyone else
 experiencing the same?
 For examples, I have two instances running for nearly an hour now, but
 there is hardly any traffic. See screenshots below.
 App ID: teammatesv4
 -damith


 https://lh4.googleusercontent.com/-CiKhpH9Haag/UhrG35LmsGI/AXM/p6S-rFxWnrA/s1600/instances+not+shutting+down.png


 https://lh6.googleusercontent.com/-crkV7XARf08/UhrG_iI1s6I/AXU/GvvDKWaqWW8/s1600/requests.png



  --
 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 from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Re: Over index creation quota

2013-09-02 Thread Aswath Satrasala
Same here.  I need to increase the number of indexes.  Is this limitation
removed for billing enabled apps?

-Aswath


On Tue, Sep 3, 2013 at 1:08 AM, kcunha.araujo kcunha.ara...@gmail.comwrote:

 Hi all,

 Anybody know how to increase quota index number? My app is on limite 200.
 We need to increase it.

 Em quinta-feira, 12 de novembro de 2009 11h48min11s UTC-4, Orlando
 escreveu:

 I have same problem: Error 400: --- begin server output ---
 Over index creation quota: The API call datastore_v3.CreateIndex()
 required more quota than is available.

 The application is 'testingryv'. I have tried to delete my useless
 indexes, but i got same problem. Any solution?

 Thanks,
 Orlando

 On 14 oct, 21:35, Dinesh Varadharajan
 dinesh.varadhara...@**orangescape.com wrote:
  I can delete and recreate apps.Thanks for your time..
 
  Dinesh
  On Oct 14, 6:02 pm, Nick Johnson (Google) nick.john...@google.com
  wrote:
 
 
 
   On Wed, Oct 14, 2009 at 1:53 PM, Dinesh dinesh.varadhara...@**
 orangescape.com
 
wrote:
 
Hi Nick,
 Not functioning how?
I want to reuse existing apps, so I cleared data and indexes. I am
 not
seeing any data in data viewer or any index in indexes.  But when
trying to import new app I am getting index quota error.. I just
 got
the alert saying deleting app is possible now. Thank god..
 
   Do you still need these apps reset, now that you can delete them and
 create
   new ones instead?
 
 Are all of these apps out of index quota?
Yes
 
 Requiring more than 100 indexes is usually a sign of a schema
 design that
 needs optimizing. We can increase the index quota, but only in
exceptional
 circumstances.
We store the data in expando model which is very huge.. The no of
columns at the minimum will be around 300. The auto generated
 indexes
are around 50% of total indexes. In addition, gae throws need
 index
error in lot of cases and we end up adding those indexes in to
index.yaml. So, it easily crosses the limit..
 
   Without knowing more about your data model, it's impossible to
 comment on
   how you can reduce your total number of indexes.
 
   -Nick Johnson
 
We don't use any of the inequality filters in our queries except in
 2
cases.
Thanks,
Dinesh
 
On Oct 14, 4:33 pm, Nick Johnson (Google) 
 nick.john...@google.com
wrote:
 Hi dinesh,
 
 On Wed, Oct 14, 2009 at 12:00 PM, Dinesh 
 
 dinesh.varadhara...@**orangescape.com wrote:
 
  Hi Nick,
  thanks for the immediate reply.. I cleared data and vacuumed
  indexes
  in 4 of my apps. (Created new apps as old apps are not
 functioning).
 
 Not functioning how?
 
  But still it is throwing the quota exception. The app ids are
 
  os-demo
  osruntime
  osclouddemo
  osruntime
 
 Are all of these apps out of index quota?
 
  And we might be terribly needing support for more than 100
 indexes for
  our apps and are ready to pay for the overuse. I don't think it
 is
  part of billing. any thoughts of including it..
 
 Requiring more than 100 indexes is usually a sign of a schema
 design that
 needs optimizing. We can increase the index quota, but only in
exceptional
 circumstances.
 
  Thanks,
  Dinesh
 
  On Oct 14, 3:52 pm, Nick Johnson (Google) 
 nick.john...@google.com
  wrote:
   Hi Dinesh,
   All apps are limited to 100 indexes. If you are getting this
 error on
an
  app
   that has fewer than 100 indexes, please let me know which one
 it is,
and
  I
   will reset your index count quota.
 
   -Nick Johnson
 
   On Wed, Oct 14, 2009 at 11:50 AM, Dinesh 
 
   dinesh.varadhara...@**orangescape.com wrote:
 
Hi,
Suddenly I am getting
 
Over index creation quota: The API call
 datastore_v3.CreateIndex()
required more quota than is available.
 
when trying to update indexes. however few of my older
 applications
has more than 100 indexes it it. Is this limitation newly
introduced
in gae. If so, how do I increase the quota.
 
Dinesh
 
   --
   Nick Johnson, Developer Programs Engineer, App Engine
   Google Ireland Ltd. :: Registered in Dublin, Ireland,
 Registration
  Number:
   368047
 
 --
 Nick Johnson, Developer Programs Engineer, App Engine
 Google Ireland Ltd. :: Registered in Dublin, Ireland,
 Registration
Number:
 368047
 
   --
   Nick Johnson, Developer Programs Engineer, App Engine
   Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
 Number:
   368047

  --
 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 from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at