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

2009-09-29 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 a

[google-appengine] Re: Why Google AppEngine sucks

2009-09-29 Thread Roy Smith
Perfect, and a really great site btw. Highly commended On Wed, Sep 30, 2009 at 6:45 AM, GregF wrote: > > On Sep 29, 3:32 pm, Roy Smith wrote: > > Since I've never seen my app during maintenance, can you elaborate on the > > "nice message" bit? Are all GAE apps disabled, or are they allowed to

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

2009-09-29 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 wrote: > > When test the application locally by dev_appserver.py > > it display following error alert: > > : No module named _multiprocessing >      args =

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

2009-09-29 Thread Allen
When test the application locally by dev_appserver.py it display following error alert: : No module named _multiprocessing args = ('No module named _multiprocessing',) message = 'No module named _multiprocessing' but there's no 'import _multiprocessing" in my python script. what'

[google-appengine] Re: Why Google AppEngine sucks

2009-09-29 Thread GregF
On Sep 29, 3:32 pm, Roy Smith wrote: > Since I've never seen my app during maintenance, can you elaborate on the > "nice message" bit?  Are all GAE apps disabled, or are they allowed to run > with reduced functionality? If the latter, is there any systemic information > available to the app to te

[google-appengine] Re: NeedIndexError: no matching index found.

2009-09-29 Thread dplouffe
I tried to delete the index and recreate it, getting the same error. On Sep 29, 3:49 pm, dplouffe wrote: > I'm getting this error while trying to run my script, yet I have > specified the index in the yaml file and the dashboard states that the > index is being served. > > Any ideas? --~--~-

[google-appengine] Re: Two accounts with the same username

2009-09-29 Thread Matt Partridge
Many thanks. Both suggestions worked for me. 2009/9/29 matt... > > I think that I'm also in the same boat. > > I have registered an app with google app engine, and even uploaded a > simple hello-world type example. However, > (1) I don't seem to be able to modify it with appcfg.py update (the

[google-appengine] Re: billing bug

2009-09-29 Thread jonathan
not completely... appid is "igloohq". It seems like you are conflating two different concepts: what was actually used (what you are going to bill me for) and what I tried to use (and you are not going to bill me for). Like I say: the final behaviour is correct (you are billing the right amount),

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

2009-09-29 Thread Kevin
Hello, I have an application where sometimes the object gets stores successfully to the data store and sometimes it doesn't. If I try like a couple of hours later it will work without touch anything on my application. I don't see any errors or warning and it definately is call the persist functi

[google-appengine] NeedIndexError: no matching index found.

2009-09-29 Thread dplouffe
I'm getting this error while trying to run my script, yet I have specified the index in the yaml file and the dashboard states that the index is being served. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[google-appengine] Re: Feed parser error - _ctypes - broke in 1.2.5 and Snow Leopard

2009-09-29 Thread Angke
Thanks, this solved my problem too. Just note that App Engine Launcher doesn't seem to use the default system python, my default python is python2.5, but had to go to app engine launcher's settings to force it to use python2.5, otherwise it throws _ctype error. Just my two cents On Sep 5, 3:44 

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

2009-09-29 Thread C Sowa
There has been one out there already (2009.09.04) - #2068 : http://code.google.com/p/googleappengine/issues/detail?id=2068 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this gr

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

2009-09-29 Thread Coding Social
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 testing the service with about 30 requests per second. The last test was yielding 25% err

[google-appengine] Re: Update stuck on uploading index definitions (Error 500)

2009-09-29 Thread Jeff S (Google)
Hi Orlando, I've moved these indexes to the error state so that they can be vacuumed? However it looks like this app has a large number of indexes, right up to the limit. Would it be possible to reduce the number of indexes for this app, or do you need more than the default limit of 100? Thank y

[google-appengine] Re: 1000 entity limit?

2009-09-29 Thread djidjadji
With an HTML page that reloads itself collect all the data that you want in memcache. Each reload a parameter specifies where to continue collecting. If all collected return an HTML page that reloads to an URL that converts the memcache content to an image, store this "image" in memcache, and serv

[google-appengine] Re: Issues with update and subsequent rollback

2009-09-29 Thread Stephen
On Sep 29, 2:48 pm, macgill wrote: > > I've updated everything that was suggested by Ubuntu's > update manager (there were a couple of python related items - mainly > to do with apport - I was hoping perhaps urllib2 had an issue which > had been resolved). Depending on which version of Ubuntu

[google-appengine] Re: bulkloader.py Authentication

2009-09-29 Thread Jeff Walter
Hi Nick, Thanks for the suggestion. I'm not quite at the upload point, I'm interested right now in pulling down data from the app engine. Since I am using Java, your advice on Stack Overflow and your blog has been very helpful. http://stackoverflow.com/questions/1346632/how-do-i-put-data-into-t

[google-appengine] Re: billing bug

2009-09-29 Thread Jeff S (Google)
Hi Jonathan, Could you send me your app ID? We're looking into this but it seems like this is the expected behavior. The denied emails are listed as billable (because if you had enabled billing, you could have been charged for them) even though you weren't charged, does that make sense? Thank you

[google-appengine] Re: "instance must have a complete key before it can be used as a parent."

2009-09-29 Thread Krz24
I found it out. To put a child connected to parent i used" db.Key()" so images=Images(parent=db.Key(CityKey)) and i worked. Previous version worked in developement server but not on production. This version above works in production server. On Sep 29, 6:46 pm, SiVi wrote: > I get this erro

[google-appengine] Re: Outage today

2009-09-29 Thread Jeff S (Google)
There were more details posted here in the downtime notify group: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/e497ce0638d63351 Also, the latencies returned to normal shortly after the second message was posted. Thank you, Jeff On Mon, Sep 28, 2009 at 1:

[google-appengine] Re: How to find the creator of a given app ?

2009-09-29 Thread Jeff S (Google)
Hi David, At the moment, there is not an easy way for you to see who created an application. I'm curious, why do you ask? If you are concerned about an app we have a form to report suspected abuse. Thank you, Jeff On Sun, Sep 27, 2009 at 11:09 AM, davidgm wrote: > > Hi there, > > I wonder how

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

2009-09-29 Thread bmm
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 console, clicking it would open up my account or something cool like that).

[google-appengine] Re: [appengine-java] help me with my little JDO object child relationship

2009-09-29 Thread Jason (Google)
Hi Prashant. Inheritance isn't fully supported by the App Engine JDO or JPA implementations right now. http://code.google.com/p/datanucleus-appengine/issues/detail?id=25 I ran a test with your models and confirmed that this is exactly what you're running into. If you make your BlockModule class a

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

2009-09-29 Thread Elias Torres
Done. On Sep 29, 10:17 am, "Nick Johnson (Google)" wrote: > Hi Elias, > Would you mind filing a bug in the issue tracker to this effect? > > -Nick Johnson > > > > > > On Tue, Sep 29, 2009 at 3:15 PM, Elias Torres wrote: > > > I have been using the Exporter but I get KeyError exceptions when my

[google-appengine] "instance must have a complete key before it can be used as a parent."

2009-09-29 Thread SiVi
I get this error in production server "MyCity instance must have a complete key before it can be used as a parent." I post key of city from html form and create image with CityKey = cgi.escape(self.request.get('City')) images=Images(parent=MyCity(key=CityKey) ) H

[google-appengine] Re: Applications created do not appear in Admin console

2009-09-29 Thread Nick Johnson (Google)
Hi, log in at http://appengine.google.com/a/ignitweb.com to see your apps. -Nick Johnson On Tue, Sep 29, 2009 at 10:04 AM, cont...@ignitweb.com wrote: > > Hi, > > I have the same problem, I cannot access any of my applications on > admin console. I just see the "Welcome to Google App Engine" pa

[google-appengine] Re: Two accounts with the same username

2009-09-29 Thread Nick Johnson (Google)
Hi Matt, On Tue, Sep 29, 2009 at 7:03 AM, matt... wrote: > > I think that I'm also in the same boat. > > I have registered an app with google app engine, and even uploaded a > simple hello-world type example. However, > (1) I don't seem to be able to modify it with appcfg.py update (the > comma

[google-appengine] Re: normalisation in datastore

2009-09-29 Thread clay
This is said because the datastore has cheap diskspace and there isn't good support for joins here. However, we'll "relearn" why normalization is good. Denormalization means that what would normally modify a single cell will have to modify many rows. This isn't ideal in a relational database, n

[google-appengine] Re: normalisation in datastore

2009-09-29 Thread clay
The death of normalization is premature. I wouldn't drink the denormalization coolaid yet. Sure joins are difficult in GAE, and disk space is cheap, however when you change one atomic value in a denormalized database, you'll have to change many rows, which itself can be slow, especially in GAE.

[google-appengine] 500 error on updating indexes

2009-09-29 Thread Travis
I recently updated one of my applications, fill-in-the-blanks, and got a 500 error on updating the indexes. That was at least four days ago, and I still have indexes that in the process of building. I'm not at the 100 index limit, but I did just delete some indexes before this upload, so I don't k

[google-appengine] 1000 entity limit?

2009-09-29 Thread nickiv
I have exactly the same problem and unfortunately I did not see any workaround. We want to use GAE for quantity logging system and we need to show the result in graphic form. Depending from the request period we can get up to 1 entities. Of course all this information can not be shown in text

[google-appengine] Re: free jsp editor

2009-09-29 Thread Charlie
If you're looking for something to get you started quickly, try MyEclipse (http://www.myeclipseide.com/) - it's a set of plugins for eclipse. It's pretty cheap and there's a trial version too if you want to try it out first. On 29 Set, 10:01, jerry ramphisa wrote: > Hi , > > I am new to google

[google-appengine] Re: Applications created do not appear in Admin console

2009-09-29 Thread cont...@ignitweb.com
Hi, I have the same problem, I cannot access any of my applications on admin console. I just see the "Welcome to Google App Engine" page with the button "Create an application". I can create a new application and upload it to the server, everything works, but I can't acess admin console. thanks.

[google-appengine] XML and Google Apps

2009-09-29 Thread jpmorganuk
I want to use the app engine to make an application that accepts an XML file/data into a service and then returns more XML. I cannot seem to find any help on this topic. Can someone please point me in the right direction? --~--~-~--~~~---~--~~ You received this me

[google-appengine] Re: Update stuck on uploading index definitions (Error 500)

2009-09-29 Thread Orlando
I have same problem in my application 'testingpin'. I've tried to updates_index, vacuum_index, updates...and no way. Thanks, On 20 sep, 05:54, Peter wrote: > Yes, we are aware of the problem and are currently working on it. > Apologies for the inconvenience. > > On Sep 19, 5:35 pm, Stephen Maye

[google-appengine] Re: Why Google AppEngine sucks

2009-09-29 Thread Roy Smith
> > Touche! An apt point. The current frequent planned maintenance is a >> nuisance, but we warn customers ahead of time and present a nice >> message to users explaining what is going on. > > Since I've never seen my app during maintenance, can you elaborate on the "nice message" bit? Are all GA

[google-appengine] Re: Two accounts with the same username

2009-09-29 Thread matt...
I think that I'm also in the same boat. I have registered an app with google app engine, and even uploaded a simple hello-world type example. However, (1) I don't seem to be able to modify it with appcfg.py update (the command runs ok, reporting that everything works, but I still get the hello-w

[google-appengine] Re: ereporter

2009-09-29 Thread Nick Johnson (Google)
Hi Elias, Judging by your stacktrace, it looks like you have a broken runtime - probably due to a timeout error during imports. Try deploying a new app version and trying again. Also, it's not clear from your message how you're trying to use it - have you followed the instructions in the docstring

[google-appengine] Indexes building stuck

2009-09-29 Thread riklaunim
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 yet: col1s ▲ , sheet ▲ , col2sort_s ▲ Building col1s ▲ , sheet ▲ , col2sort_s ▼ Building col1s ▲ , sheet ▲ , col3sort_s ▲ Building col1s ▲ , sheet ▲ , col3

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

2009-09-29 Thread Nick Johnson (Google)
Hi Elias, Would you mind filing a bug in the issue tracker to this effect? -Nick Johnson On Tue, Sep 29, 2009 at 3:15 PM, Elias Torres wrote: > > I have been using the Exporter but I get KeyError exceptions when my > entities are missing a new optional property. > > def __ExtractProperties(sel

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

2009-09-29 Thread Elias Torres
I have been using the Exporter but I get KeyError exceptions when my entities are missing a new optional property. def __ExtractProperties(self, entity): encoding = [] for name, fn, default in self.__properties: try: encoding.append(fn(entity[name])) except (Attribut

[google-appengine] Re: Issues with update and subsequent rollback

2009-09-29 Thread macgill
For the record, the update appears to work fine from my windows machine (sdk 1.1.9) from the same network so I may have another issue altogether with my Ubuntu machine. I'll dig and report back if it is anything of subsequence. I figured it had to be local to me since the forum wasn't flooded with

[google-appengine] Re: SearchableModel and the word 'done'

2009-09-29 Thread acuth
opps, didn't think of that. Thanks. --~--~-~--~~~---~--~~ 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, sen

[google-appengine] Re: Issues with update and subsequent rollback

2009-09-29 Thread macgill
And yes, after 10 minutes the dump below is returned. Also, now attempting to run the rollback command results in a similar timeout behaviour. I've updated everything that was suggested by Ubuntu's update manager (there were a couple of python related items - mainly to do with apport - I was hopin

[google-appengine] Re: numeric IDs and Name Keys?

2009-09-29 Thread Larkin2
Actually, I take that back; this won't work because I need to be able to work in the reverse direction as well. For entity from modelWithKeyName, display number ID in links I'll post a follow up once I figure this out so others can reference it in the future. On Sep 29, 9:26 am, Larkin2 wro

[google-appengine] Re: numeric IDs and Name Keys?

2009-09-29 Thread Larkin2
Thanks for your input, what I might do then is create a separate model with numeric ids and reference properties to entities with key names. Pseudo code being: class modelWithKeyNames(): content = string class modelWithNumberIDReferences(): contentReference = reference(modelWithKeyNames)

[google-appengine] Re: Issues with update and subsequent rollback

2009-09-29 Thread macgill
Hi Nick, Thanks, that seems to have gotten past the rollback issue, as running it without the passin prompted for password, did not show characters as I typed them in and returned a command prompt, but now it seems that the update is hanging on "Initiating update." I've run the update with the --

[google-appengine] Re: SearchableModel and the word 'done'

2009-09-29 Thread Wooble
"done" is one of the stopwords set up in google.appengine.ext.search. The whole list: _FULL_TEXT_STOP_WORDS = frozenset([ 'a', 'about', 'according', 'accordingly', 'affected', 'affecting', 'after', 'again', 'against', 'all', 'almost', 'already', 'also', 'although', 'always', 'am', 'amo

[google-appengine] Re: Retrieving all entities from datastore

2009-09-29 Thread Tomi Korhonen
Hi Nick, This is the first time I hear from it. I'll have a look with that, thanks. - Tomi On 29 syys, 12:04, "Nick Johnson (Google)" wrote: > Hi Tomi, > Have you considered the bulkloader? The bulk export functionality is > designed for exporting all your data. More details > here:http://cod

[google-appengine] Re: update application but some files are missing

2009-09-29 Thread kevin wu
actually aaa.jpg and bbb.JPG are different format here is my app.yaml setting - url: /images/(.*\.(gif|png|jpg)) static_files: images/\1 upload: images/(.*\.(gif|png|jpg)) .. so bbb.JPG is excluded anyway, thank you, djidjadji On Sep 28, 6:05 pm, djidjadji wrote: > I had this

[google-appengine] Re: Issues with update and subsequent rollback

2009-09-29 Thread Nick Johnson (Google)
Hi, Try running the rollback without the '--passin' argument - it should prompt you for your password normally. -Nick Johnson On Tue, Sep 29, 2009 at 10:08 AM, macgill wrote: > > Hi, > > I have been toying with GAE for a couple of months, and have not had a > problem with deployments. Last nigh

[google-appengine] Issues with update and subsequent rollback

2009-09-29 Thread macgill
Hi, I have been toying with GAE for a couple of months, and have not had a problem with deployments. Last night, however, when attempting to do an update, I was prompted to go to to google's captcha site to prove I was a human. I did that but subsequent attempts to update indicate that the proces

[google-appengine] Re: Retrieving all entities from datastore

2009-09-29 Thread Nick Johnson (Google)
Hi Tomi, Have you considered the bulkloader? The bulk export functionality is designed for exporting all your data. More details here: http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes -Nick Johnson On Tue, Sep 29, 2009 at 8:17 AM, Tomi Korhonen wrote

[google-appengine] Re: Why Google AppEngine sucks

2009-09-29 Thread herbie
A Very good point re. Google changing the cpu usage formula. Unfortunately we have to pay when Google change the formula. It would be great if they could tell us if this is true and why. Your points on what effects api_cpu usage the most seem spot on. I've stripped back my indexed fields to the

[google-appengine] free jsp editor

2009-09-29 Thread jerry ramphisa
Hi , I am new to google app engine and I am looking for nice pluging that i can use to develop or write JSP pages in eclipse 3.4 Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] SearchableModel and the word 'done'

2009-09-29 Thread acuth
It seems that SearchableModel has a problem with the word 'done'. The following code seems to find the word 'done' in all the TestItems import logging from google.appengine.ext import db from google.appengine.ext import search class TestItem(search.SearchableModel): name = db.StringProperty(

[google-appengine] Re: Retrieving all entities from datastore

2009-09-29 Thread Tomi Korhonen
Thanks Wooble, I have missunderstood the whole offset thing. Is there any way to get all entities? I need this to implement data export functionality. - Tomi On 26 syys, 21:14, Wooble wrote: > What do you mean by "hangs up"? > > In any even, setting an offset won't allow you to fetch beyond 10