[google-appengine] Re: improt error HELP~~!!!!

2009-09-30 Thread Takashi Matsuo
Perhaps you can use python2.5 instead of python2.6. -- Takashi Matsuo The father of kay framework On Wed, Sep 30, 2009 at 3:07 PM, Allen allen.lu...@gmail.com wrote: When test the application locally by dev_appserver.py it display following error alert: type 'exceptions.ImportError':

[google-appengine] Re: Why Google AppEngine sucks

2009-09-30 Thread Roy Smith
Perfect, and a really great site btw. Highly commended On Wed, Sep 30, 2009 at 6:45 AM, GregF g.fawc...@gmail.com wrote: On Sep 29, 3:32 pm, Roy Smith roy.smith@googlemail.com wrote: Since I've never seen my app during maintenance, can you elaborate on the nice message bit? Are all

[google-appengine] Patch: display App Engine cost and cpu timings in Firebug

2009-09-30 Thread chadwackerman
In 1.2.4 Google added per-request detailed cost and cpu timing information in the headers. See http://googleappengine.blogspot.com/2009/08/new-features-in-124.html I've submitted a patch to Firebug that cleanly integrates these details into the Net panel. It shows individual amounts per request

[google-appengine] Re: improt error HELP~~!!!!

2009-09-30 Thread Allen
Hi thanks. yes, I got it. it's done. On Sep 30, 2:14 pm, Takashi Matsuo matsuo.taka...@gmail.com wrote: Perhaps you can use python2.5 instead of python2.6. -- Takashi Matsuo The father of kay framework On Wed, Sep 30, 2009 at 3:07 PM, Allen allen.lu...@gmail.com wrote: When test

[google-appengine] Re: missing logs

2009-09-30 Thread Nick Johnson (Google)
Hi Neil, Sorry for the delay responding. Responses inline. On Sat, Sep 26, 2009 at 1:40 PM, neil souza nr...@foulplaymedia.com wrote: the issue: it looks like we may not be getting all of our log entries when when pull the logs from app engine. first, a little context. there's a lot here,

[google-appengine] Re: Indexes building stuck

2009-09-30 Thread Nick Johnson (Google)
Hi, The app ID you provided, gchalange, isn't valid. Did you misspell it? -Nick On Tue, Sep 29, 2009 at 4:54 PM, riklaunim riklau...@gmail.com wrote: I have app of id: gchalange (development version of app that my customer will get later), and new indexes uploaded last friday didn't build

[google-appengine] Re: 1000 entity limit?

2009-09-30 Thread Nick Johnson (Google)
Hi nickiv, In general, you can fetch more than 1000 entities for a query by sorting and filtering on a property - you can use the __key__ pseudo-property if you don't need records in a particular order. As far as constructing reports goes, your best option is probably to use the task queue,

[google-appengine] Re: 500 error on updating indexes

2009-09-30 Thread Nick Johnson (Google)
Hi Travis, I've reset your index quotas, and set your indexes to Error state. You should be able to rebuild them now. -Nick Johnson On Tue, Sep 29, 2009 at 2:19 PM, Travis siva...@gmail.com wrote: I recently updated one of my applications, fill-in-the-blanks, and got a 500 error on updating

[google-appengine] Re: need help with simultaneous active request limit

2009-09-30 Thread Nick Johnson (Google)
Hi, On Tue, Sep 29, 2009 at 6:49 PM, Coding Social codingsoc...@gmail.comwrote: Hi there, I am building a web service that uses urlfetch to map links into an abstract and then stores the pieces in a table. Subsequent requests use the cached table values. I have been recently stress

[google-appengine] Re: Patch: display App Engine cost and cpu timings in Firebug

2009-09-30 Thread Nick Johnson (Google)
Hi, This looks really awesome! Thanks for contributing that - let's hope it makes it into Firebug. Would it be possible to package it as a Firebug plugin instead of a patch to the core code? -Nick Johnson On Wed, Sep 30, 2009 at 7:56 AM, chadwackerman chadwacker...@gmail.comwrote: In 1.2.4

[google-appengine] Re: normalisation in datastore

2009-09-30 Thread clay
Whoops, this posted twice. I posted once, and didn't see it for hours, so I posted basically the same message. On Sep 29, 2:55 pm, clay clay.lenh...@searchlatitude.com wrote: The death of normalization is premature.  I wouldn't drink the denormalization coolaid yet. Sure joins are difficult

[google-appengine] Re: Indexes building stuck

2009-09-30 Thread riklaunim
Ach... yes ;) It's gchalanage On 30 Wrz, 12:03, Nick Johnson (Google) nick.john...@google.com wrote: Hi, The app ID you provided, gchalange, isn't valid. Did you misspell it? -Nick On Tue, Sep 29, 2009 at 4:54 PM, riklaunim riklau...@gmail.com wrote: I have app of id: gchalange

[google-appengine] Re: XML and Google Apps

2009-09-30 Thread Adam
AppEngine does not have any built-in XML-handling facilities, but there are a number of Python libraries that will enable you to parse and generate XML. Personally, I have used minidom (http:// docs.python.org/library/xml.dom.minidom.html) but there are others. On Sep 29, 4:52 am, jpmorganuk

[google-appengine] Re: App engine admin log link not escaped properly

2009-09-30 Thread Nick Johnson (Google)
Hi bmm, On Tue, Sep 29, 2009 at 5:45 PM, bmm bne...@gmail.com wrote: Hi everybody, In the normal admin console I got some weird erorr urls, like /var/ jquery/).replac. They almost look like script injections for links (so that if a link to the requested url would be created in the admin

[google-appengine] Re: normalisation in datastore

2009-09-30 Thread Andy Freeman
This is said because the datastore has cheap diskspace and there isn't good support for joins here. Actually, that's not why folks say denormalize on app engine. They say denormalize because the app engine infrastructure makes a lot of normalization difficult. That difficulty is a

[google-appengine] Re: bulkloader.Exporter (Fix suggestion)

2009-09-30 Thread Elias Torres
Thanks. I added a comment that mine is a duplicate. -Elias On Sep 29, 3:07 pm, C Sowa sow...@gmail.com wrote: There has been one out there already (2009.09.04) - #2068 :http://code.google.com/p/googleappengine/issues/detail?id=2068 --~--~-~--~~~---~--~~ You

[google-appengine] Re: Secure bandwidth charges and quotas

2009-09-30 Thread Nick Johnson (Google)
The Secure bandwidth quotas are listed on your app's 'quota details' page. They are the same as your total bandwidth allowance, by default. -Nick Johnson On Wed, Sep 30, 2009 at 2:24 PM, Andy Freeman ana...@earthlink.net wrote: How do I know what the quotas are so I know when I'm close enough

[google-appengine] Re: index stuck, doesn't work

2009-09-30 Thread Kazuho Okui
How long will this take? Fixing just single index issue takes more than 2 weeks? On Tue, Sep 22, 2009 at 11:28 PM, Kazuho Okui kaz...@gmail.com wrote: It seems a lot of errors occur in 'order by updated_at desc' now. 'order by updated_at' doesn't work for a week. Any updates? On Sat, Sep

[google-appengine] pranny invites you to SlideShare

2009-09-30 Thread pranny
Hi Google App Engine, pranny invited you to check out SlideShare with this message: ** I found this cool presentation and document sharing site. Check out some popular content at http://www.slideshare.net/most-favorited You can upload your own presentations and documents. SlideShare hosts

[google-appengine] Re: bulkloader.py Authentication

2009-09-30 Thread bgood
I find myself in a similar circumstance. I would like to use the new --dump option for the bulkloader to retrieve my data but I can't seem to get it to authenticate me. Problem exactly as described above. When I tried to use appcfg rather than calling bulkloader, it didn't recognize the --dump

[google-appengine] Re: bulkloader.py Authentication

2009-09-30 Thread bgood
I found part of my answer in a previous thread http://groups.google.com/group/google-appengine/browse_thread/thread/f61b11f7c1871ed0# It seems that the url I was requesting didn't exist - which you can identify by inspecting the stack trace for the 404. But the --dump option is failing as

[google-appengine] Forbidden country error message (Cuba in this case, but maybe others)

2009-09-30 Thread Ubaldo Huerta
To my dismay, my mother (and a friend) is telling me that a site (my pet project) hosted in GAE is showing a you're trying to access this site from a forbidden country. My mother is trying to use it form Cuba, where she lives. Hard to believe that GAE will have such a restriction. Can someone at

[google-appengine] Re: Blank page?

2009-09-30 Thread Dan
Hi Nick, I have that on my handler. I think if I didn't, locally it wouldn't work neither. I guess I'll just try to deploy the sample to see if it works. Thanks, I'll let you know if it works.. On Sep 24, 2:41 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Dan, Did you make

[google-appengine] Re: Patch: display App Engine cost and cpu timings in Firebug

2009-09-30 Thread chadwackerman
Unfortunately I'm in the tuning/shipping phase of a Google App Engine release so I can't devote anything more to this in the short term. I was hoping to catch the attention of someone who can help package this up properly. I came up with the catchy name (FireEngine) so hopefully that'll help!

[google-appengine] Re: Forbidden country error message (Cuba in this case, but maybe others)

2009-09-30 Thread OvermindDL1
On Wed, Sep 30, 2009 at 2:02 PM, Ubaldo Huerta uba...@gmail.com wrote: To my dismay, my mother (and a friend) is telling me that a site (my pet project) hosted in GAE is showing a you're trying to access this site from a forbidden country. My mother is trying to use it form Cuba, where she

[google-appengine] Re: Persistant Data: Sometimes Persistant Sometimes Not ?

2009-09-30 Thread orig
I have experienced the same thing. If I create an entity, I can not go back and modify a property of that entity for 15-20 minutes. It fails without error. After that time it can be modified. Simple changes of short strings stored in properties fail. The question is is it running up against some

[google-appengine] application created but not appearing in admin console

2009-09-30 Thread Rusty Wright
I've created an application, but I do not see it on appengine.google.com and I am not using a Google Apps account. This doesn't work, for example: https://appengine.google.com/dashboard/nonedeployed?app_id=objecteffects When I created the application it told me that its name is

[google-appengine] Remove Application Permissions

2009-09-30 Thread Todd
This is a user question (not developer), so I hope I am posting in the correct place (I just could not find the answer anywhere). Anyway, I gave a 3rd part application access authority to access my contacts to use the app. After testing it for a few days, I determined it did not meet my needs.

[google-appengine] Google Frontend IPs

2009-09-30 Thread Jesse
Hi Google Team, I'm working with a large corporation that is accessing our appengine service. They have very rigid firewall firewall requirements that require IP or IP ranges. Do you guys have a list or range of IPs for the GAE frontend machines that I can give them so they can access our

[google-appengine] Re: Google Frontend IPs

2009-09-30 Thread djidjadji
This question has been asked before. Answer from Google: We don't give these ranges. And they can change. 2009/9/30 Jesse jesse.lovel...@gmail.com: Hi Google Team, I'm working with a large corporation that is accessing our appengine service.  They have very rigid firewall firewall

[google-appengine] Re: index stuck, doesn't work

2009-09-30 Thread Jeff S (Google)
Hi Kazuho Okui, Which queries are giving you errors? It looks like you have an index on updated_at which is ascending and if there are no other filters in your query with updated_at descending then the single property indexes (there are two for each indexed property, one ascending, one

[google-appengine] problem getting data from java app with bulkloader --dump

2009-09-30 Thread bgood
I'm reposting this to start a new thread as its a different problem. I am trying to dump the data created in a Java app engine application. So, I have two versions of the app - the live java version and the python version that hosts /remote_api . I sent the following request to the remote_api

[google-appengine] Recently Built Indexes are Incomplete

2009-09-30 Thread Scott
I just recently built a few more indexes. They were built much faster than before. But it seems like not everything that ought to be in the index is in the index. Take for example this one: - kind: UserItem properties: - name: lang - name: part - name: style - name: user - name:

[google-appengine] Re: Recently Built Indexes are Incomplete

2009-09-30 Thread Jeff S (Google)
Hi Scott, Thank you for the report, we're investigating this now. I'll keep you posted. -Jeff On Wed, Sep 30, 2009 at 2:29 PM, Scott sderick...@gmail.com wrote: I just recently built a few more indexes. They were built much faster than before. But it seems like not everything that ought

[google-appengine] Re: Failover Datastore

2009-09-30 Thread Jeff S (Google)
Hi Robin, This is a great idea, in fact we already replicate data into more than one datacenter. At the moment, one datacenter is primary for a given app and data is replicated in the background to other datacenters. There is a small delay in replication, which we are in the process of

[google-appengine] Re: Clean way to code around timeouts?

2009-09-30 Thread NealWalters
Does the decorator work in Python 2.5.2 with GAE? Thanks, Neal --~--~-~--~~~---~--~~ 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

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread applestar
you must upload your application http://code.google.com/appengine/docs/python/gettingstarted/uploading.html 2009/9/30 Rusty Wright rwright.li...@gmail.com I've created an application, but I do not see it on appengine.google.com and I am not using a Google Apps account. This doesn't work,

[google-appengine] Variable Number of Task Queue Parameters

2009-09-30 Thread estagio_virtual
I use the routine attached (botttom of this post) to send parameters to my Task. The output clearly indicates that the parameter sequence has been set. ServletLibrary: name / value XXXsequenceXXX / XXX8XXX ServletLibrary: name / value XXXStudentAssignmentClassIDXXX / XXX160XXX The first

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright
It gives me a permission denied when I try to upload my application. Besides, https://appengine.google.com won't let me create additional applications; when I click on the Create an Application button it takes me to a page where I enter my cell phone number, and that fails because I've already

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright
It gives me a permission denied when I try to upload my application. Besides, https://appengine.google.com won't let me create additional applications; when I click on the Create an Application button it takes me to a page where I enter my cell phone number, and that fails because I've already

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright
When I try to upload my app (from eclipse) I get: See the deployment console for more details Unable to upload app: Error posting to URL: http://appengine.google.com/api/appversion/create?app_id=objecteffectsversion=1; 403 Forbidden You do not have permission to modify this app

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Rusty Wright
Ugh, sorry, my mistake; I was logged in on the wrong google account when I did the setup. Is there any way to transfer my app engine account to the correct email account? Rusty Wright wrote: It gives me a permission denied when I try to upload my application. Besides,

[google-appengine] Re: Persistant Data: Sometimes Persistant Sometimes Not ?

2009-09-30 Thread Kevin
Mine involves adding new objects to go DB, not modifying an exist object. I did more testing, its seems that after a couple of hours of not using the application, and then coming back to it to add new objects to the db the objects just don't persist, I have to try a keep on trying to add it for

[google-appengine] Re: Failover Datastore

2009-09-30 Thread Robin B
Hi Jeff, Megastore is very exciting and will help reduce timeouts and unplanned down time, but what I am most concerned about is this: Our maintenance periods usually last for about an hour, during which application serving is continuous, but access to the Datastore and memcache may be

[google-appengine] Re: Clean way to code around timeouts?

2009-09-30 Thread Mike Wesner
I saw this lower level way to handle Timeouts. Seems like the best way to handle it. No need to decorate or litter your code with retry stuff. http://appengine-cookbook.appspot.com/recipe/autoretry-datastore-timeouts/ --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Persistant Data: Sometimes Persistant Sometimes Not ?

2009-09-30 Thread Kevin
It is also worth noting that the object never persist on my local computer running from eclipse debug, but there are no errors. This is the class with functions removed: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class Stock { @PrimaryKey

[google-appengine] Re: bulkloader.py Authentication

2009-09-30 Thread Takashi Matsuo
Hi bgood, Perhaps you can try specifying app_id explicitly by adding --app-id='yourappid'. Sorry if it won't work for you. Regards, -- Takashi Matsuo The father of kay framework On Thu, Oct 1, 2009 at 4:38 AM, bgood ben.mcgee.g...@gmail.com wrote: I found part of my answer in a previous

[google-appengine] Re: application created but not appearing in admin console

2009-09-30 Thread Wooble
You can transfer the apps by inviting the correct address as a developer. You'll probably need to use the wrong account to create new ones, or use the SMS issues for to request that the correct one be activated. On Sep 30, 9:55 pm, Rusty Wright rwright.li...@gmail.com wrote: Ugh, sorry, my

[google-appengine] Re: index stuck, doesn't work

2009-09-30 Thread Kazuho Okui
SELECT * FROM User order by updated_at This query always returns timeout. It doesn't matter query from python or from dashboard. SELECT * FROM User where order by updated_at desc This one works better, however, it still gets a lot of errors. (error rate is 5-10%) I query 100 records per one

[google-appengine] Re: bulkloader.py Authentication

2009-09-30 Thread bgood
Takashi, you rock! Thanks so much, that solved it On Sep 30, 8:13 pm, Takashi Matsuo matsuo.taka...@gmail.com wrote: Hi bgood, Perhaps you can try specifying app_id explicitly by adding --app-id='yourappid'. Sorry if it won't work for you. Regards, -- Takashi Matsuo The father of

[google-appengine] Re: problem getting data from java app with bulkloader --dump

2009-09-30 Thread bgood
Just in case some one hits this thread instead of the other one where the answer was posted, the secret is to explicitly set the app-id by adding --app_id=myappid to the bulkloader command so in full, it would look like this bulkloader.py --dump --filename=my-new-archive.csv --kind=MyClass --