[google-appengine] Re: Your application is exceeding a quota: Datastore Indices Count

2009-06-29 Thread gae123
The quick turnaround is so much appreciated. Thanks again Jeff... On Jun 29, 5:20 pm, "Jeff S (Google)" wrote: > This quota has been reset, apologies for the inconvenience. > > Happy coding, > > Jeff > > > > On Mon, Jun 29, 2009 at 1:35 PM, gae123 wrote: > > > I see this with my app with appid:

[google-appengine] Re: Module level variable trouble.

2009-06-29 Thread Ethan Post
Ignore this, I think I need to debug my debug. FYI I am also using logging module but not sure how to grab last N items in the event I want to keep it on all the time and only dump when there is an error. On Mon, Jun 29, 2009 at 7:15 PM, Ethan Post wrote: > I am trying to keep debug calls in li

[google-appengine] Re: Your application is exceeding a quota: Datastore Indices Count

2009-06-29 Thread Jeff S (Google)
This quota has been reset, apologies for the inconvenience. Happy coding, Jeff On Mon, Jun 29, 2009 at 1:35 PM, gae123 wrote: > > I see this with my app with appid: neatschool after I uploaded a new > version of the app that I have not made the current version yet. Could > you please reset the

[google-appengine] Re: I got a HTTP 500 error, when using a HEAD request

2009-06-29 Thread Jeff S (Google)
Hi Suke Lin, What does the code look like for your servlet or request handler? You will need to define your own code to handle incoming head requests (I'm not sure if you are using Java or Python). Thank you, Jeff On Sat, Jun 27, 2009 at 3:21 AM, Suke Lin wrote: > > every time when I using

[google-appengine] Module level variable trouble.

2009-06-29 Thread Ethan Post
I am trying to keep debug calls in list of 50 items (last 50 calls), debug is dumped when an error is thrown. The list should only maintain state for the current request. I don't want the list shared across sessions or requests. So I am coming from an Oracle PL/SQL / VB background in which we can

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-06-29 Thread Jeff S (Google)
Hi Thomas, I've rest this quota, apologies for the delay. Thank you, Jeff On Sun, Jun 28, 2009 at 8:03 PM, Thomas McKay - www.winebythebar.com < thomasfmc...@gmail.com> wrote: > > Dashboard says over quota on indices again. No updates or vacuums > today. > App: winebythebar > > > > On Jun 23,

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-06-29 Thread Jeff S (Google)
Hi Shawn, The stuck indexes should now be in the error state so that they can be vacuumed. I've also reset the index count quota. Thank you, Jeff On Mon, Jun 29, 2009 at 8:33 AM, Shawn wrote: > > Hello GAE Team, > > We are also experiencing the "Your application is exceeding a quota: > Datast

[google-appengine] Re: Testing GAE application best practices

2009-06-29 Thread Akume
ok, what about this scenario. some of my pages require a login prior to seeing the content and i can't see to get this to work using the django client. any suggestions? this is what my test looks like so far. import unittest from django.test.client import Client class Test(unittest.TestCase):

[google-appengine] Re: api method to obtain version deploy time

2009-06-29 Thread Sylvain
Currently : no answer. We have to wait. On 29 juin, 16:27, Mariano Benitez wrote: > thanks sylvain, did you got any answer from google? at least an > unsupported way of getting it? it's that or running some script in my > machine just before uploading to set the current date in a file... > have

[google-appengine] Your application is exceeding a quota: Datastore Indices Count

2009-06-29 Thread gae123
I see this with my app with appid: neatschool after I uploaded a new version of the app that I have not made the current version yet. Could you please reset the count? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[google-appengine] Feedback on queues: dashboard is missing critical functionality

2009-06-29 Thread gae123
After experimenting with tasks for a few days here is some feedback. I find the API simple, very easy to use and very much needed. However, I hope that you realize that the dashboard UI you give us to administer queues and tasks is very primitive. Here is what I would like Goolge to do: 1. add a

[google-appengine] can not force delete a index with error!

2009-06-29 Thread adobeman
I have some index showing as error , and tried appcfg.py vacuum_indexes My_application/ appcfg.py update_indexes My_application/ but after I delete the index by command line, the index still shows up in the admin page. Anyone have idea how to effectively clear all the indexs, so I can try to r

[google-appengine] Problem with index as well, any one from google can help?

2009-06-29 Thread adobeman
for my app tagregister , I tried to fix the index shows as error, tried the command line to delete the index and rebuild the index, but in the dashboard it still shows as error. I noticed lots of people as similar problem with index, it seems datastore has bugs for indexing data. i only have very

[google-appengine] templates and CPU time

2009-06-29 Thread DaNieL
Does it comsume CPU time when my apps uses a lots complicated templates? --~--~-~--~~~---~--~~ 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.c

[google-appengine] Deploying Spring Java app on GAE gives exception.

2009-06-29 Thread Vishal
Hi, While trying to deploy a spring webapp on gae I get this exception. java.io.IOException: Error posting to URL: http://appengine.google.com/api/appversion/create?app_id=mywebapp&version=1&; 403 Forbidden You do not have permission to modify this app (app_id=u'mywebapp'). I had 9 apps pending

[google-appengine] Trouble receiving SMS message.

2009-06-29 Thread nergar
Hello, I'm trying to signup to the APP Engine but my carrier isn't listed and I'm not receiving any SMSs in my mobile. I filled the SMS issues form but nothing happend. What should I do now? Thanks! --~--~-~--~~~---~--~~ You received this message because you are s

[google-appengine] Out of Memory - PermGen Size - Jetty

2009-06-29 Thread ha...@mpowerglobal.com
I am trying to run the application locally and getting the following errors. Any help in this regard will be greatly appreciated. java.lang.OutOfMemoryError: PermGen space --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[google-appengine] Help required for JAVA xml rpc server running on app engine. It's probably obvious.

2009-06-29 Thread Richard Green
Ok. Basically (as the subject states), I am trying to get a *java* app running on the appengine that has the majority of the interface running from xmlrpc clients. I know that it's just a matter of putting the right library in the right place and using the right class, but for the life of me I can

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-06-29 Thread Shawn
Hello GAE Team, We are also experiencing the "Your application is exceeding a quota: Datastore Indices Count" on one of our test applications. application: steprep-demo Number of indexes: 88 (14 stuck in 'Building' for 3+ days) Can you folks work your magic or otherwise instruct me on how to re

[google-appengine] Error using fetch ... any ideas?

2009-06-29 Thread Blair
Sorry if this is a dupe, but I can't find the post I made this morning. I'm getting this error every time I try to run this particular fetch call. In the development environment I get "TypeError: sendall() argument 1 must be string or read-only buffer, not dict" instead. Fetch is working fine wit

[google-appengine] Error using fetch ... any ideas?

2009-06-29 Thread Blair
Hi all I'm getting this error every time I try to run this particular fetch call. In the development environment I get "TypeError: sendall() argument 1 must be string or read-only buffer, not dict" instead. Fetch is working fine with GET's elsewhere in the app without an issue. Any ideas as to wh

[google-appengine] Google App Engine: URL redirection

2009-06-29 Thread Jonatan
Hi, how do I have to configure the app.yaml file to redirect all urls to a certain url? Or one url to another. Example I want http://test.appspot.com/hello or http://test.appspot.com/hello28928723 to redirect to http://domain.com I am only serving static files at the moment. Here is my app.yam

[google-appengine] I got a HTTP 500 error, when using a HEAD request

2009-06-29 Thread Suke Lin
every time when I using a HEAD request, I got a HTTP 500 error. (using GET request is OK) I debug in development environment, there is a WARNING saying: dropping unexpected body in response to head request. can you tell me what's the problem ? --~--~-~--~~~---~--~---

[google-appengine] Re: bugs in index?

2009-06-29 Thread Nick Johnson (Google)
Hi buger, I'm looking into it at the moment. -Nick Johnson On Mon, Jun 29, 2009 at 5:38 PM, buger wrote: > > Is my problem investigating? Because it is a critical bug... > > On Jun 27, 1:25 pm, buger wrote: >> "and this 2 queries return one result!" i mean queries in first >> message >> >> On

[google-appengine] Re: bugs in index?

2009-06-29 Thread buger
Is my problem investigating? Because it is a critical bug... On Jun 27, 1:25 pm, buger wrote: > "and this 2 queries return one result!" i mean queries in first > message > > On Jun 27, 1:19 pm, buger wrote: > > > Oohh, it's more interesting problem than i though. I rebuild my > > indexes, and t

[google-appengine] Re: "Too many versions error" during upload

2009-06-29 Thread Alex Epshteyn
Uploads are working again for me as of this morning. On Jun 28, 6:59 pm, Alex Epshteyn wrote: > I've been having the same problem since yesterday (with a Java app), > Judging by how many messages there are on the groups about this the > past couple of days, this is most likely a global app engin

[google-appengine] Re: hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Diego G.
Thanks. Is there some reason why the link to the standard edition is so difficult to find and not mentioned in the google apps documentation? Or am I simply too ignorant to find it? Anyway, I am happy to be able to use the service. Diego On Jun 29, 4:21 pm, "Nick Johnson (Google)" wrote: > Chec

[google-appengine] Re: Small query re. counter example in IO 09 task queue presentation

2009-06-29 Thread peterk
Hey Stephen, Thanks for the reply..sorry for my late reply.. I'm not really seeing where this is taken into account in the code unless something is implied in some of the memcache calls (which as far as I can tell from the reference, isn't the case). I'm not seeing where the cache is reseeded w

[google-appengine] Re: Using __key__ and SearchableModel

2009-06-29 Thread twansc...@googlemail.com
On 12 Jun., 01:09, acuth wrote: > Hi everyone, > > just caught up with one of those Google IO videos about developing > apps on GAE. I was already using separated out index-blocks so that I > could restrict what was indexed for SearchableModel. Now I just want > to return the keys rather than t

[google-appengine] Re: How do I limit searchable_text_index using SearchableModel?

2009-06-29 Thread twansc...@googlemail.com
On 10 Jun., 11:11, ogterran wrote: > Hi, > > When I create a datastore model using SearchableModel, it creates a > __searchable_text_index column, for full textsearch. > If I don't want all the columns to be part of the index forsearch, > how do I exclude columns for full textsearch? > > i.e. >

[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Nick Johnson (Google)
On Mon, Jun 29, 2009 at 4:47 PM, Ian Lewis wrote: > 2009/6/30 Nick Johnson (Google) >> >> 2009/6/29 Ian Lewis : >> > Nick, >> > >> > Thanks for the suggestions. I really appreciate that you spent the time >> > to >> > write them out. I could track them better if you left them as feedback >> > tho

[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Ian Lewis
2009/6/30 Nick Johnson (Google) > > 2009/6/29 Ian Lewis : > > Nick, > > > > Thanks for the suggestions. I really appreciate that you spent the time > to > > write them out. I could track them better if you left them as feedback > > though. That's what the link is there for !! > > Good point. :) >

[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Nick Johnson (Google)
2009/6/29 Ian Lewis : > Nick, > > Thanks for the suggestions. I really appreciate that you spent the time to > write them out. I could track them better if you left them as feedback > though. That's what the link is there for !! Good point. :) > > Putting that aside I'll try to address your thou

[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Ian Lewis
Nick, Thanks for the suggestions. I really appreciate that you spent the time to write them out. I could track them better if you left them as feedback though. That's what the link is there for !! Putting that aside I'll try to address your thoughts below: On Mon, Jun 29, 2009 at 11:59 PM, Nick

[google-appengine] Re: TinyMCE: Minimizing File Count

2009-06-29 Thread johntray
Whatever you end up doing, be sure to use an expiration date so that each client only retrieves the editor every week or so. (If I remember correctly, Google Page Speed recommends a one month expiration.) On Jun 29, 12:22 am, Stephen Mayer wrote: > I'm uncomfortable using zipserve because of i

[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Nick Johnson (Google)
Very nice! A few suggestions, if I may: - It could use a tag cloud page. - In FF2, the snippet page info box overlaps the code box on some pages. I think this is due to unavoidable wrapping issues with tags. Example: http://www.smipple.net/snippet/tmatsuo/LanguageChoiceFIeld%20for%20Kay - The i

[google-appengine] Re: Testing GAE application best practices

2009-06-29 Thread Michelschr
It seems that they are some conceptual incompatibilities between GAE, GaeUnit and what I would have prefered: 1) It seems me at bit crazy to upload the tests directories to GAE if I only use them in local... 2) Inside GAE, you do not have access to file outside what is uploaded 3) GAEUnit execute

[google-appengine] Re: api method to obtain version deploy time

2009-06-29 Thread Mariano Benitez
thanks sylvain, did you got any answer from google? at least an unsupported way of getting it? it's that or running some script in my machine just before uploading to set the current date in a file... have you got any workaround? Regards, On Jun 29, 5:13 am, Sylvain wrote: > star this :http://c

[google-appengine] Re: hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Nick Johnson (Google)
Check out the Standard Edition - here: http://www.google.com/apps/intl/en/group/index.html -Nick Johnson On Mon, Jun 29, 2009 at 3:16 PM, Diego G. wrote: > > Thank you very much for the explanations. > But how do I use the free edition to add my domain? > From http://www.google.com/a I am redire

[google-appengine] Re: hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Diego G.
Thank you very much for the explanations. But how do I use the free edition to add my domain? >From http://www.google.com/a I am redirected to http://www.google.com/apps/intl/en/business/index.html. There I read: Try Google Apps free for 30 days* $50 per user per year after trial Begin Free Trial

[google-appengine] Re: How do I activate my account in chile?

2009-06-29 Thread Nick Johnson (Google)
Hi Frank, I've manually activated your account. -Nick Johnson On Fri, Jun 26, 2009 at 8:30 PM, frank cayo wrote: > > hi > > > in Chile there is no support for sending sms, is there an alternative > way to activate my account and create more applications? > > thank you very much > > > > --

[google-appengine] Can not upload my application, Return with Server Error 500

2009-06-29 Thread 打杂
Following is what happend when submit my application,did anyone encounter the same ploblem or can give me a tip? --- Initiating update. 2009-06-27 15:22:44,625 ERROR appcfg.py:1272 An unexpected error occurred. Abort ing. Traceback (most recent call last): Fil

[google-appengine] Re: Gae is down ?

2009-06-29 Thread oshyshko
My app is down too. com.google.appengine.api.datastore.DatastoreTimeoutException: Unknown at com.google.appengine.api.datastore.DatastoreApiHelper.translateError (DatastoreApiHelper.java:37) at com.google.appengine.api.datastore.DatastoreApiHelper.makeSyncCall (DatastoreApiHelper.

[google-appengine] Re: Gae is down ?

2009-06-29 Thread Prateek
Looks like I chose a bad day to get started. Cannot create a Application On Jun 26, 11:35 pm, John wrote: > It's down for the last 45 minutes! :) > > > > On Sat, Jun 27, 2009 at 2:12 PM, Devel63 wrote: > > > Still problematic here; haven't been able to upload new version for a > > couple of hou

[google-appengine] Re: Random Datastore Timeouts?

2009-06-29 Thread daodao
Same issue. Looks like the datastore is down. Data viewer in control panel return Server Error On 6月27日, 下午12时23分, Stephen Mayer wrote: > Also noticing random errors in the appengine control panel ... > > Looks like this: > > Server Error > A server error has occurred. > > On Jun 26, 11:15 pm, S

[google-appengine] Special App, Please Help

2009-06-29 Thread Hyllier
Hi! Look, I'm interested in creating an app that let me upload files to a specific files storage service with an upload form posted here at app engine, The file hosting server where I want to host the files requires promting an username and password, I want to know if it is possible to make the "l

[google-appengine] How do I activate my account in chile?

2009-06-29 Thread frank cayo
hi in Chile there is no support for sending sms, is there an alternative way to activate my account and create more applications? thank you very much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Eng

[google-appengine] Re: File limit increased to 3000

2009-06-29 Thread sserrano
awesome, I was almost reaching the 1000 files limit On Jun 25, 7:06 pm, Bill wrote: > Haven't heard much publicity about this, but Google increased the file > limit to 3000 > files:http://code.google.com/p/googleappengine/issues/detail?id=161#c86 --~--~-~--~~~---~--

[google-appengine] Re: hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Nick Johnson (Google)
On Mon, Jun 29, 2009 at 12:36 PM, Diego G. wrote: > > Hello, > I have two questions about redirecting mydomain.com to > myapp.appspot.com ("mydomain" and "myapp" are just placeholders). > > First. If I want to add my existing mydomain.com using Versions- >>Domain Setup->Add Domain from the appengi

[google-appengine] hostname after frame redirection to myapp.appspot.com

2009-06-29 Thread Diego G.
Hello, I have two questions about redirecting mydomain.com to myapp.appspot.com ("mydomain" and "myapp" are just placeholders). First. If I want to add my existing mydomain.com using Versions- >Domain Setup->Add Domain from the appengine control panel, I need to sign up for Google Apps which cost

[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Amr Ellafi
nice website ! On Mon, Jun 29, 2009 at 9:37 AM, Ian Lewis wrote: > Hi all, > > I just wanted to let everyone know about a site I created for sharing code > snippets in a social way. You can check it out at http://www.smipple.net/. > Smipple allows you to save, organize, and share snippets with ot

[google-appengine] Re: custom template loader

2009-06-29 Thread Nick Johnson (Google)
Hi BmB, Are you using the convenience functions in google.appengine.ext.webapp.template? These functions rewrite the template path for their own purposes. If you want to use your own template loader, you'll have to do the work of finding loading, and rendering yourself. -Nick Johnson On Fri, Ju

[google-appengine] Re: upload_data authentication problem

2009-06-29 Thread John
Oh thanks. In the meantime I exposed my models using rest and added those items that way. On Tue, May 5, 2009 at 8:40 PM, Nick Johnson (Google) < nick.john...@google.com> wrote: > > Hi John, > > Are you using a Google Apps account as an administrator? If your app > is set to allow authentication

[google-appengine] Re: Error: Server Error.... After uploading into appspot

2009-06-29 Thread Nick Johnson (Google)
Hi S K, Load the Admin Console for your app, click on 'logs', and you can see what error is causing this. -Nick Johnson On Mon, Jun 29, 2009 at 11:40 AM, S K wrote: > Hi All, >I have uploaded some code (.py,.html,.js,.jpg) to > xxx.appspot.com, in console its not showing any Error b

[google-appengine] Error: Server Error.... After uploading into appspot

2009-06-29 Thread S K
Hi All, I have uploaded some code (.py,.html,.js,.jpg) to xxx.appspot.com, in console its not showing any Error but while using ( xxx.appspot.com) through browser its showing as following error (same code is running successfully in localhost), what it means let me now what could be the p

[google-appengine] Re: upload_data authentication problem

2009-06-29 Thread Nick Johnson (Google)
On Sat, Jun 27, 2009 at 9:34 AM, John wrote: > > Hi Nick, > > Does this mean that if my app is set to allow authentication from > all Google Account, I will not (with any e-mail) use Bulk Loader. > Essentially, this means bulk loader will not work with these type of > applications? No, you just

[google-appengine] Re: Transactionally updating multiple entities over 1MB

2009-06-29 Thread Nick Johnson (Google)
On Sat, Jun 27, 2009 at 4:14 PM, Andy Freeman wrote: > >> > Does that mean that db.put((e1, e2, e3,)) where all of the entities >> > are 500kb will fail? >> >> Yes. > > Thanks. > > I'll take this opportunity to promote a couple of related feature > requests. > > (1) We need a way to estimate entit

[google-appengine] Re: api method to obtain version deploy time

2009-06-29 Thread Sylvain
star this : http://code.google.com/p/googleappengine/issues/detail?id=952 On 29 juin, 03:58, Mariano Benitez wrote: > Hello, > > I want to use the version deploy time as my sitemap last modified > date. The fact is that I don't find a way to do it. > I know that the CURRENT_VERSION_ID variable h