[google-appengine] Re: Tasks wont stop running

2009-08-29 Thread vivpuri
Did you setup cron job? If yes, remove that. Otherwise if you are talking about Tasks in queues, something is adding tasks to the queue, which is the reason they are running. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[google-appengine] Re: Filter by __key__ and POST problem

2009-08-29 Thread vivpuri
>From HTML of the page, what do you really see for "value" in each: {{ cat.name }} -V --~--~-~--~~~---~--~~ 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

[google-appengine] Tasks wont stop running

2009-08-29 Thread Kwame
I set up some tasks, and they ran correctly, but now they keep running! This is using up my daily quota for requests. How can I get it to stop? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: "Blocking access to skipped file" error running development server

2009-08-29 Thread Scott
I am going to abandon the attempt to package and distribute only the .pyc files (along with some other select .py and data files) for other developers working on the project to run on their own development server. It looks like this isn't supported by app engine. -Scott --~--~-~--~~

[google-appengine] Re: Newbie Q - Public IP address_DNS Server?

2009-08-29 Thread Wooble
On Aug 29, 6:12 am, TSU wrote: > Haven't been able to find any Q&A relating to the use and assignment > of Public IP addresses, > > Was wondering if anyone has considered running their own Public DNS > Server on AppEngine? Can't be done; App Engine will only serve requests on ports 80 and 443;

[google-appengine] Authentication errors with bulk upload

2009-08-29 Thread Andrew
I am trying to use appcfg.py to upload and download data in bulk, as described here: http://code.google.com/appengine/docs/python/tools/uploadingdata.html, and I'm having serious authentication issues. I've had no issues using this tool before, but the difference is that this particular app is r

[google-appengine] Re: Newbie Q - Public IP address_DNS Server?

2009-08-29 Thread Brandon N. Wirtz
Google does some "Magic" which prevents this from working. Which is why you have to cname to ghs.google.com things get sorted out... The Pool of IP's is pretty large from what I have seen, and not all sequential, and I suspect that Google is running a nat/proxy because the in and out IP's are in

[google-appengine] Re: Snow Leopard Compatibility

2009-08-29 Thread Robert Kluin
I have done basic testing on 4 apps, so far all seem to be running fine. Robert On Sat, Aug 29, 2009 at 12:51 PM, Koen Bok wrote: > > I'm quite curious for this too. Anyone else? > > On Aug 29, 2:21 pm, Paul Kinlan wrote: > > I have not seen any problems but I have only just updated. > > Paul

[google-appengine] Re: Snow Leopard Compatibility

2009-08-29 Thread Koen Bok
I'm quite curious for this too. Anyone else? On Aug 29, 2:21 pm, Paul Kinlan wrote: > I have not seen any problems but I have only just updated. > Paul > > 2009/8/29 bentford > > > > > > > Does anyone have any news about running the Google App Engine Launcher > > on snow leopard?  Any issues? >

[google-appengine] Re: Building indexes stucked

2009-08-29 Thread Jeff S (Google)
Index building will usually take at most 24 hours (usually much less than that) so since it has been two days these index tasks will likely need to be errored out by one of us Googlers. I imagine the issue here was the high index building latency that we experienced yesterday which resulted in a fe

[google-appengine] error logs not showing full detail?

2009-08-29 Thread peterk
Hey everyone, Not sure if this is a general fault or just for me, but right now my error logs seem to be alternating between showing me the full detail of the error when I expand them, and just showing a small portion of data about the request that caused the error (i.e. the user agent string i t

[google-appengine] Re: Help: indexes stuck building

2009-08-29 Thread Jeff S (Google)
You'll need to use the vacuum_indexes command as described here since you have indexes which are in the "error" state. http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Command_Line_Arguments In order to remove all indexes, you'll need to edit you index.yaml file to contain n

[google-appengine] Newbie Q - Public IP address_DNS Server?

2009-08-29 Thread TSU
Haven't been able to find any Q&A relating to the use and assignment of Public IP addresses, Was wondering if anyone has considered running their own Public DNS Server on AppEngine? Public DNS Server Registration requires an assigned IP address, my thought is that even if the address was one in

[google-appengine] Re: datastore question: Tags as expando dynamic properties or use a list?

2009-08-29 Thread Rajiv Bakulesh Shah
Hi, Doug. I've written an app that does something similar - it keeps lists of tags on persisted objects. You could bang your head into exploding indices and performance problems depending on how many objects are in your datastore and how many tags are in each list on average. I propose a differ

[google-appengine] Re: datastore question: Tags as expando dynamic properties or use a list?

2009-08-29 Thread Mr. Rajiv Bakulesh Shah
Hi, Doug. I've written an app that does something similar - it keeps lists of tags on persisted objects. You could bang your head into exploding indices and performance problems depending on how many objects are in your datastore and how many tags are in each list on average. I propose a d

[google-appengine] Building indexes stucked

2009-08-29 Thread JcOaCrO
Hi ! i was trying to test bloog on appengine and seems building indexes is stucked like 2 days. I tried automatic index building on a new app and that one is stucked. How can this be resolved and what's the averadge time to build indexes? Thanks --~--~-~--~~~---~--~--

[google-appengine] Re: Random HTTP 500 errors

2009-08-29 Thread vp
Right now almost 50% of pages in my app just fail to load. Here are the stats from my app http://tmpimages.s3.amazonaws.com/app_errors.jpg If i click on each error link, it gives a picture similar to: http://tmpimages.s3.amazonaws.com/request_log_1.jpg As you can see, for reach request that fa

[google-appengine] Re: Snow Leopard Compatibility

2009-08-29 Thread Paul Kinlan
I have not seen any problems but I have only just updated. Paul 2009/8/29 bentford > > Does anyone have any news about running the Google App Engine Launcher > on snow leopard? Any issues? > > I'm about to upgrade my development machine, so I'll post my results > soon. But I thought I'd ask. >

[google-appengine] Snow Leopard Compatibility

2009-08-29 Thread bentford
Does anyone have any news about running the Google App Engine Launcher on snow leopard? Any issues? I'm about to upgrade my development machine, so I'll post my results soon. But I thought I'd ask. --~--~-~--~~~---~--~~ You received this message because you are s

[google-appengine] Datastore efficiency and API CPU Time

2009-08-29 Thread Kevin Gadd
I have a simple prototype of a service running successfully on app engine, using the python runtime. For the most part, things are working well. However, I'm continually getting warnings on the dashboard about how my requests are about to exceed their CPU quota. This is a bit mystifying since I ha

[google-appengine] Re: Accidentally Deleted all my INDEXES :(

2009-08-29 Thread Arun Shanker Prasad
Hi Jeff, Thank you Jeff for the update. I just now tried to update the indexes and i am still getting the 500 server error. Thanks, Arun Shanker Prasad. On Aug 29, 3:53 am, "Jeff S (Google)" wrote: > Jeff > > On Aug 28, 1:16 pm, Arun Shanker Prasad > wrote: > > > > > Hi, > > > Thank You Jeff

[google-appengine] Re: Just use and host

2009-08-29 Thread Jean
Well, I already have a directory with categories and sub-categories where webmasters can register their web sites (www.registraire.eu) and I would like to host this application on GAE instead of a traditional hosting platform. I do not mind starting with a new application and start from all over a

[google-appengine] Problem: Accidently deleted an index

2009-08-29 Thread navku...@gmail.com
Hello my app id is 267526273, and I accidently deleted 2 indexes, which have now been stuck in "Deleting" for a while. Is it possible to reset these indexes, so I can build them again. Or actually get them back. I don't mind, just want the fastest possible resolution to the issue. Thanks, Nav

[google-appengine] Filter by __key__ and POST problem

2009-08-29 Thread Voider
Hello people, I'm trying to get acquainted with GAE, and I'm stuck on one simple problem: I've got two classes in datastore: Category and Product: class Category(db.Model): name = db.StringProperty() class Product(db.Model): name = db.StringProperty() shortdesc = db.TextProperty() longde

[google-appengine] "Blocking access to skipped file" error running development server

2009-08-29 Thread Scott
>From what I have been able to dig up, it looks like the development server does not support distributions with only .pyc files. Can someone confirm if this is supported? I have built a distribution for my application that only includes the .pyc files planning to share with other developers with