[google-appengine] Re: Error in quota usage

2009-09-02 Thread Jeff S (Google)
Hi Vignesh, I imagine that what is happening is that the quota usage throughout the day tended to overestimate your actual quota usage. When we calculate billing amounts for the day we recalculate resource usage so the quota numbers will sometimes go down (especially if your app has certain behavi

[google-appengine] Performance of site seems much slower after maintenance.

2009-09-02 Thread bvelasquez
Hello, My application (ID: jacob-6) seems to be performing worse after the maintenance of yesterday. I have not made any significant changes that would affect performance to this degree, but I definitely see a change since yesterday. Requests are taking much longer and is unpredictable. For e

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread ted stockwell
On Sep 2, 4:25 pm, "Brandon N. Wirtz" wrote: > > Is anyone actually hitting Thread limit errors? Or is this just a typical > I'm going to be the next Facebook OMG Google won't work for this when I get > to 1.2m active users guess I should build my own server in my basement > because it will be

[google-appengine] Re: About uploading data with appcfg.py

2009-09-02 Thread Shrinand Javadekar
Ping... Any help would be greatly appreciated. -Shri On Sep 1, 11:37 pm, ShriJ wrote: > Hi, > > I have a problem while uploading data using appcfg.py. > > I have a file named videoloader.py which has the definition of the > following classes: > > class Videos(db.Expando): >  ... > > class Vide

[google-appengine] Datastore question

2009-09-02 Thread Ajay Chitre
Hello, I am a newbie to Datastore. Here's what I am trying to accomplish: Trying to set an "Unowned" one-to-many relationship between 2 objects. (I chose "unowned" because I wasn't sure if I could have an "owned" many-to-many. Also wasn't sure if "lazy loading" is available for the children. I

[google-appengine] Re: Problem with filling sms issue

2009-09-02 Thread Jeff S (Google)
If the waitlist SMS issues form redirects you to the applications overview, then it sounds like your account can now create applications. Cheers, Jeff On Mon, Aug 31, 2009 at 2:15 AM, Sergey Okhotny wrote: > > I'm trying to fill this form "If you are unable to verify your account > using SMS,

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread Brandon N. Wirtz
I'm not sure that would be acceptable in the Terms of Most Search engines... And many of the search engines are likely going to start blocking GAE traffic... But for arguments sake let's say you are using API's and it was allowed. Because you are building say a Price Engine powered by Amazon and B

[google-appengine] Re: Getting java.lang.NoClassDefFoundError

2009-09-02 Thread TheSmile
Hi James, I came across the same problem but the solution was simple: Check, if you are currentliy running the newest version of your app. At the top left of your app engine account/dashboard there is "Application: " and next to it there is a dropdown menu with your versions (or under Administra

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread Brandon N. Wirtz
And there is a form you can fill out to have your request per second limit increased if that is a need. http://code.google.com/support/bin/request.py?contact_type=AppEngineCPUReque st Just explain why you need more resources and they will be granted. Even 100k people showing up with in a 5 minu

[google-appengine] Opera login to App Engine application

2009-09-02 Thread Nash-t
Has anyone been able to log into their app engine application using Opera? When I try to login, Google authenticates ok (doc.google.com shows the correct user data) but the page never redirects. Also, when I try to manually redirect and jump to my appspot.com page after the "failed" login it does

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread ted stockwell
On Sep 2, 2:34 pm, "Brandon N. Wirtz" wrote: > What would you need all those threads for in a web App?  If you were > crunching DNA, or calculating the path of particles from the big bang that > would make sense... > When you make an asynchronous URLFetch call does each asynchronous call to UR

[google-appengine] Re: Problem with authentication services

2009-09-02 Thread Brandon N. Wirtz
Silly question, you were logged in to one of the Google Apps Accounts you specified in the Config? Did you check the error log in the dash board? That would be helpful information to have in trouble shooting your issue. -Brandon Wirtz -Original Message- From: google-appengine@googlegr

[google-appengine] Problem with authentication services

2009-09-02 Thread Dario
Hi all, I created a Java application on Google App Engine using authentication services. I tested both using hard coding and using the web.xml file approaches. First I configured an App Engine application to "allow anyone with a Google Account" and authentication did work. But when I configured a

[google-appengine] Re: Using Twitter4j in AppEngine

2009-09-02 Thread Brandon N. Wirtz
Do a few calls, but enough people are doing twitter stuff from the Google IP's that much like the Yahoo Pipe Issues AppEngine Users have faced Twitter routinely hits the API throttles even with the pool of IPs. Not to mention you have "jerks" like me who are using AppEngine as an API caching Prox

[google-appengine] Re: delete application

2009-09-02 Thread Kenneth
You can't. http://code.google.com/p/googleappengine/issues/detail?id=335&q=delete%20application&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component On Sep 2, 8:45 am, nasrul hanapi wrote: > How do I delete an applications? --~--~-~--~~~

[google-appengine] Re: app instance is completely broken, DeadlineExceededError

2009-09-02 Thread Kenneth
Actually I did have two versions of my application. Both of them went down, including the production version that hadn't been updated in nearly a week. It was never a problem with my code; the problem is quite clearly with google's infrastructure, although I'm willing to be proven wrong. I uplo

[google-appengine] Re: Using Twitter4j in AppEngine

2009-09-02 Thread Mark
Hi all, Was integration of twitter4j and app engine successful? I was about to start doing this myself and just saw this recent post activity. If it works, I'm wondering how twitter will work with the API rate limits? They say 150 requests per hour per IP, but if the code is being run on GAE, wi

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread Jeff Enderwick
There are application domains that spike severely. One example is AAA for corporate environments. There are large companies on the planet where *everyone* comes to work @ 8am +/-10min and logs in. Just one example from a prior life... On Wed, Sep 2, 2009 at 12:34 PM, Brandon N. Wirtz wrote: > > W

[google-appengine] Re: app instance is completely broken, DeadlineExceededError

2009-09-02 Thread Brandon N. Wirtz
> Google, how am I supposed to run a business on this platform? That is why there is versioning. Upload to one version, test that it works, push the button to change the default version. Always have two copies of your application, so you don't risk corrupting your live data. Make sure you

[google-appengine] Re: 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread Brandon N. Wirtz
What would you need all those threads for in a web App? If you were crunching DNA, or calculating the path of particles from the big bang that would make sense... But if your App completes a request in less than 3 seconds, you would still be able to server 10 users a second, 600 users a minute,

[google-appengine] Re: app instance is completely broken, DeadlineExceededError

2009-09-02 Thread Koen Bok
I'm seeing the same with our app. On Sep 2, 7:46 pm, Kenneth wrote: > Hi, > > I appear to have completely broken my application instance. If I > upload the application into another instance it runs correctly, but > I'm only seeing deadline exceeded errors in the instance that has my > data.  On

[google-appengine] Re: app instance is completely broken, DeadlineExceededError

2009-09-02 Thread Kenneth
Yet the system status says everythng is fine. I guess all the engineers are away fixing gmail. :-) Google, how am I supposed to run a business on this platform? On Sep 2, 7:17 pm, Koen Bok wrote: > I'm seeing the same with our app. > > On Sep 2, 7:46 pm, Kenneth wrote: > > > Hi, > > > I app

[google-appengine] Re: app instance is completely broken, DeadlineExceededError

2009-09-02 Thread Kenneth
It seems to be back. I sort feel like a network engineer pulling out all the patch cables when the power was out. Oh well. It would be great if someone from google could comment on this. On Sep 2, 7:46 pm, Kenneth wrote: > Yet the system status says everythng is fine.  I guess all the > engi

[google-appengine] 30 Max simultaneous requests (maxThreads)?

2009-09-02 Thread Adligo
Hi, I am developing a app (or more than one) that I would like to host on Google App Engine, however the architecture of the app involves cranking up the maxThreads (I am using my home grown hosting which now has Tomcat set to 2,000 maxThreads :) ). For example (1 six+ year old machine in my

[google-appengine] Request file size limit?

2009-09-02 Thread angelod101
I read on stackoverflow that the maximum file size you can request with urlfetch is 1MB, is this true? That doesn't seem very large for a platform made to scale. I have a zip file that can be > 15MB and I was looking at app engine to save/unzip the file, parse it into the data store and build a we

[google-appengine] app instance is completely broken, DeadlineExceededError

2009-09-02 Thread Kenneth
Hi, I appear to have completely broken my application instance. If I upload the application into another instance it runs correctly, but I'm only seeing deadline exceeded errors in the instance that has my data. On the client side I just see a blank page after 30 seconds. I've cleared out my co

[google-appengine] Googles 'in-ability' to actually listen to - Those That CARE.

2009-09-02 Thread Milka 1010
Googles in-ability to learn from Microsoft's 'MISTAKES' Makes you the most ARROGANT S.O.B.s "Here" !!! How can you offer a 'website' (of change) Without offering some sort of 'Web Site' address - to which people can post their 'comments' !!! You call yourselves 'Origins of the Internet' (the

[google-appengine] delete application

2009-09-02 Thread nasrul hanapi
How do I delete an applications? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send

[google-appengine] New Datastore Error when working with GWT

2009-09-02 Thread joakime
I'm seeing a new Datastore error from my GWT/RPC calls that weren't there prior to today's Maintenance. threw an unexpected exception: java.lang.NoClassDefFoundError: Could not initialize class com.google.appengine.api.datastore.DataTypeTranslator at com.google.gwt.user.server.rpc.RPC.en

[google-appengine] Re: A couple of questions:

2009-09-02 Thread vivpuri
key() should be the same. You can confirm by writing a simple test --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To u

[google-appengine] Re: "Quota exceeded"... although it doesn't seem to be

2009-09-02 Thread Shrinand Javadekar
> You need to ratelimit the upload to a slower speed in order to not exhaust > your short-term quotas. > > -Nick Johnson Thanks a ton Nick. I do delete the data in batches. The problem is not so much with delete. I can always restart the deletion process and clear out all the data. The problem is

[google-appengine] Re: A couple of questions:

2009-09-02 Thread Tim Hoffman
Hi Answers in reverse order ;-) 3. Use elementtree it is much faster and in my opinion much easier to use. it is a standard part of python (since 2.5). (But it is not a dom based api) 2. the key stays the same if you update data 1. if you want a unique value you could use the uuid module T

[google-appengine] Google Apps Dashboard

2009-09-02 Thread Dickster
I'm not sure if Google Apps Dashboard is covered by the Google Apps Engine discussion group, but since I couldn't find a separate group for it, I'm posting my question here. If there is a better group, please move this to the appropriate group. My question has to do with the symbol displayed for

[google-appengine] A couple of questions:

2009-09-02 Thread John Newlin
1) In the Java environment they have this handy type: @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) which gives a nice integer unique key per record. Is there an equivalent way to this with the Python interface, I didn't see it if there is. 2) Question on key(). If I update s

[google-appengine] Re: Datastore query performance

2009-09-02 Thread John Newlin
Rewrote using the ArrayProperty, works great! Very fast and about 1/4 the size of pickled data. thanks a lot! -john On Tue, Sep 1, 2009 at 7:51 AM, John Newlin wrote: > Thanks for the pointer Nick, I'll give that a try. > > -john > > > On Tue, Sep 1, 2009 at 6:00 AM, Philippe wrote: >> >> th

[google-appengine] Re: Merge-Join Performance?

2009-09-02 Thread Paul Kinlan
There is a video about building scalable apps by Brett Slatkin on http://code.google.com/io At the end of the video it is hinted (I believe - I could be wrong) that the order of your filters matters, so that means that you should choose key with the highest entropy first (my terminology might be in

[google-appengine] Re: Merge-Join Performance?

2009-09-02 Thread Jai
Also does it use the keyword histogram to optimize the set- intersection performance(AND queries) in merge-join? Regards, Jai On Sep 1, 12:07 pm, Devel63 wrote: > I'm seeing very slow times on some merge-join (zig zag) queries, and > just want to confirm that App Engine is smart about these thi

[google-appengine] Re: Building indexes stucked

2009-09-02 Thread JcOaCrO
OK Problem solved it was probably some server error.The indexes are now deleted Thanks for the help Jeff !!! On Sep 1, 2:07 am, JcOaCrO wrote: > Hi ! > Sorry for being boring but i am stuck again. ( Just like my > indexes :-) > the indexes are now in error state but i cannot delete them. here's

[google-appengine] Re: Datastore restored? Was 5GB, but it's now using 89GB.

2009-09-02 Thread Nick Johnson (Google)
Hi TJ, Nothing has happened to the datastore. Have you created new indexes, or uploaded additional data in the past day or two? -Nick Johnson On Tue, Sep 1, 2009 at 4:56 AM, TJ wrote: > > I removed many data from Datastore. > > Yesterday my app used about 5GB of DataStore. > But, today Dashboar

[google-appengine] Re: Serving static files problem

2009-09-02 Thread Nick Johnson (Google)
Hi bbayer, Have you checked the capitalization of your files and the places where you reference them? Windows is not case-sensitive, but App Engine is. -Nick Johnson On Tue, Sep 1, 2009 at 12:02 AM, bbayer wrote: > > Hello, > I have an application and it is working like a charm on a win32 > mac

[google-appengine] Re: Create an Application - Google Keeps Asking me to create an application

2009-09-02 Thread Nick Johnson (Google)
Hi Jay, You need to log in at http://appengine.google.com/a/bhatti.com in order to see your apps. -Nick Johnson On Tue, Sep 1, 2009 at 4:22 AM, Jay wrote: > > OK - this is really frunstrating - i login to app engine, and it asks > me to create an application, > > https://appengine.google.com/st

[google-appengine] Re: "Quota exceeded"... although it doesn't seem to be

2009-09-02 Thread Nick Johnson (Google)
Hi ShriJ, On Wed, Sep 2, 2009 at 2:44 AM, ShriJ wrote: > > Hi, > > I've been having a very hard time since the last few days w.r.t. > deleting existing data and uploading new data in my datastore. > > For deleting: I get a row using the key_name and then delete it. >dbRow = modelObject.g

[google-appengine] Re: Resetting Google Apps Account / App Engine Custom Domain

2009-09-02 Thread Nick Johnson (Google)
Hi gadgster, There's no need to 'reset' anything - just create a new association with the Apps account you want to associate your app with. Apps are not limited to being mapped to a single domain at a time. -Nick Johnson On Wed, Sep 2, 2009 at 10:10 AM, gadgster wrote: > > Hello, > > I have an

[google-appengine] Resetting Google Apps Account / App Engine Custom Domain

2009-09-02 Thread gadgster
Hello, I have an App Engine application that had a custom domain name linked to it via Google Apps. This Google Apps account no longer exists and I want associate the App with a Google Apps account. There doesn't seem to be any way of resetting the link between an App Engine application and a Goo

[google-appengine] Re: How to gracefully deal with the maintenance in 12 hours time

2009-09-02 Thread Nick Johnson (Google)
This quota bug was fixed yesterday, before the rollover. My apologies for not reporting it fixed sooner (it was outside my work hours in Dublin). -Nick On Tue, Sep 1, 2009 at 9:49 PM, GregF wrote: > > On Sep 1, 6:50 am, tijer wrote: > > HOWEVER, there is a huge problem. I just did something sim

[google-appengine] Re: How to gracefully deal with the maintenance in 12 hours time

2009-09-02 Thread Pedro Morais
Hi, I've got it in my logs: File "/base/data/home/apps/contact-birthdays/1.336002949603692439/ birthdaysapp/views.py", line 123, in index_view read_only = not(capabilities.CapabilitySet('datastore_v3', ['write']).is_enabled()) File "/base/python_lib/versions/1/google/appengine/api/capabi