[google-appengine] Re: How can I know if the entity is created or just updated in post call hook?

2009-08-10 Thread Takashi Matsuo
Hi Nick, On Thu, Jul 30, 2009 at 4:48 PM, Nick Johnson (Google) wrote: > Hi Takashi, > > If the entity being put has neither key name nor id, a new id will be > created for it when it's put, so it will always result in a new entity being > inserted rather than an existing entity being replaced. L

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

2009-08-10 Thread Guy Rutenberg
Hi Jeff, We are experiencing the same issue with app-id: labpixiesdata. It reports Datastore Indices Count is 100 of 100, while the index page only lists 3 indexes and our entities are small without many properties. I don't think we did an index vacuum (at least not recently). I would appreciate

[google-appengine] Re: ListProperty vs StringListProperty

2009-08-10 Thread Jeff Enderwick
So, if I want StringListProperty, but I don't want/need the indexing, then I ought use ListProperty(db.Text)? Thanks again, Jeff On Mon, Aug 10, 2009 at 11:35 AM, Nick Johnson (Google) wrote: > > On Mon, Aug 10, 2009 at 7:25 PM, Jeff Enderwick > wrote: >> >> Thanks Nick. So in the case below, w

[google-appengine] Re: About the latest release (1.2.4)

2009-08-10 Thread GenghisOne
I'm curious...did this latest release address the crippled full-text search issue? On Aug 10, 8:13 pm, johnP wrote: > To clarify - > > The datastore_cache recipe *did* stop working.  It seems that the only > call that's getting passed-through to the wrapped stub is CreateRPC - > this is a newly

[google-appengine] Re: About the latest release (1.2.4)

2009-08-10 Thread johnP
To clarify - The datastore_cache recipe *did* stop working. It seems that the only call that's getting passed-through to the wrapped stub is CreateRPC - this is a newly-introduced method - and the recipe does not have a method handle this call. How to make it work is several levels beyond my le

[google-appengine] Regarding current google app engine customers

2009-08-10 Thread Liang Han
This is not a technical question, but I want to know if Google has a list of current app engine big customers, which is not confidential. In other words, what big customers are using google app engine to build their websites? Thanks in advance. Liang Han --~--~-~--~~

[google-appengine] Re: Aug 5 Transcript?

2009-08-10 Thread jd
Yeah strange to see a search problem in a google product. I found that the advanced search does work: http://groups.google.com/advanced_search?q= I was also looking for the transcript! On Aug 11, 2:07 am, dfabulich wrote: > Is there atranscriptposted for the August 5, 2009 chat? > > BTW, some

[google-appengine] Re: Catching database error

2009-08-10 Thread johnP
Thanks for following up. In my particular case, the solution is to import from google.appengine.runtime import apiproxy_errors and catching apiproxy_errors.Error: johnP On Aug 10, 2:23 pm, "Jeff S (Google)" wrote: > Hi John, > > Tracking down the exact exception is a bit tricky in this ca

[google-appengine] Re: Session Token without current user?

2009-08-10 Thread Jeff S (Google)
Hi Dave, On Sun, Aug 9, 2009 at 9:05 AM, Dave wrote: > > In studying the AuthSub sample code at this location: > http://code.google.com/appengine/articles/gdata.html > > I am confused about the comments pasted below. In the "elif" case, how > can there be a token without there being a current

[google-appengine] Re: appengine / android integration

2009-08-10 Thread Jeff S (Google)
Hi Earl, If you are able to prompt the user for their Google Account credentials (not sure what is allowed in applicable terms of service agreements), then you can forgo the browser and obtain a token using client login. http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html This is

[google-appengine] Re: Is there a per-page quota?

2009-08-10 Thread Jeff S (Google)
Hi Neal, There used to be. There was a hard limit on the CPU used per request (with a limited number of requests allowed to go over). This limit has been removed but the warnings remain as an indication of which of your request handlers are generally more expensive than others. http://googleappen

[google-appengine] Re: Transactions cross entity groups

2009-08-10 Thread Jeff S (Google)
Hi Cornel, I recall a session at Google I/O from Daniel Wilkerson which describes this scenario and an approach for solving it: http://code.google.com/events/io/sessions/DesignDistributedTransactionLayerAppEngine.html The above describes an implementation which does not require A and B to be in

[google-appengine] Re: Memcache - how much space?

2009-08-10 Thread Jeff S (Google)
Hi Taylor, The overall memcache size limit is not set in stone so we usually don't give a hard number as whatever I say might soon be out of date. I recommend using as you need it because if your app goes over it's allotment, then the less-used data is evicted. Thank you, Jeff On Thu, Aug 6, 2

[google-appengine] Re: Rest server: user-group access

2009-08-10 Thread Jeff S (Google)
Yes, what you are describing sounds like Access Control Lists (ACLs) and it is possible to check within your code to see if the current user has necessary permissions before carrying out an action. I'm not familiar with the rest server module that you are using but there might be something in it al

[google-appengine] Re: Too Many Versions (403)

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. 2009/8/3 besook.com : > > 我也有相同的问题.不知道怎么解决 > > I had thit problem too, anyone help me? > > On Jul 24, 6:08 pm, Euan Adie wrote: >> This is affecting me too. I've only got one vers

[google-appengine] Re: Too many Versions (403)

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Tue, Jul 21, 2009 at 3:52 PM, Jeremy Truax wrote: > > The issue for this is here: > http://code.google.com/p/googleappengine/issues/detail?id=744 > > I'm having the same issue.

[google-appengine] Re: Too Many Versions (403)

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Tue, Jul 28, 2009 at 5:48 PM, TaoGOGO wrote: > > thanks! my app had got to nomal,i wait and change it 1 to 1,(1 is not > the default in my app). > > On 7月24日, 下午1时40分, Philippe

[google-appengine] Re: 403 Error

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Fri, Jul 24, 2009 at 8:52 AM, Jeremy Truax wrote: > > Yah I had tried incrementing to version 2 and then 3 with no success. > > I then let it sit and did something else for abou

[google-appengine] Re: Too many versions!?!?

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Fri, Jun 26, 2009 at 9:11 PM, Stephen Mayer wrote: > > How many deployments are you currently using?  If you delete a few old > ones it will probably let you add a new one.  Or

[google-appengine] Re: Too Many Versions

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Tue, Jul 21, 2009 at 3:54 PM, Jeremy Truax wrote: > > The issue for this is here: > http://code.google.com/p/googleappengine/issues/detail?id=744 > > I'm having the same issue.

[google-appengine] Re: Getting 403 over quota errors but dashboard all green

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Fri, May 29, 2009 at 12:12 AM, bwh...@dappervision.com wrote: > > Was at version 1 (only version) and version 2 didn't fix it but > version 3 did the trick!  Odd, seems to be re

[google-appengine] Re: Too many Versions (403)

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Tue, Jul 21, 2009 at 3:48 PM, Jeremy Truax wrote: > > Here's the issue about it: > http://code.google.com/p/googleappengine/issues/detail?id=744 > > I still am unable to get th

[google-appengine] Re: Server Error,please help me

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Mon, Jul 20, 2009 at 7:36 PM, Ben wrote: > > This usually means you have too many versions in the management > console.  try deleting some of the versions you have in Administra

[google-appengine] Re: Weird Quotas Error

2009-08-10 Thread Jon McAlister
Workaround documented at http://code.google.com/p/googleappengine/issues/detail?id=744. Apologies for the confusion. On Mon, Jul 20, 2009 at 7:07 AM, Federico Builes wrote: > > > > On Jul 19, 4:24 pm, Federico Builes wrote: >> When I log into my dashboard I find the following error message: >>  

[google-appengine] Re: Need Index Quota Reset

2009-08-10 Thread Jeff S (Google)
You should be all set. Cheers, Jeff On Thu, Aug 6, 2009 at 7:34 AM, Devel63 wrote: > > Need Index Quota rest on lifehints-beta. Thanks! > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Re: Struts 2 action as welcome-file

2009-08-10 Thread Jeff S (Google)
Hi Ben, Could we see your web.xml file? It should be possible to map the welcome file to /. Is there another mapping above the welcome files declaration which could be intercepting requests to /? Thank you, Jeff On Thu, Aug 6, 2009 at 11:51 AM, benmccann wrote: > > Hi, > I'd like to set a Stru

[google-appengine] java.rmi.server.UID error

2009-08-10 Thread Icarus
Hi, While using the Jena Semantic Framework for extracting RDF based data, I come across the following error on GAE : Uncaught exception from servlet java.lang.NoClassDefFoundError: java.rmi.server.UID is a restricted class. Please see the Google App Engine developer's guide for more details.

[google-appengine] PDF Generation

2009-08-10 Thread rong...@gmail.com
I am trying to generate PDF-file with Google App Engine. I heard that iText is not supported. Is there a way to use iText on GAE ? Otherwise, do you know a way to generate PDF with GAE ? Thanks in advance, Clément --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: Error deploying sample app

2009-08-10 Thread Jeff S (Google)
Hi Kashif, It looks like this might be an issue with DNS or some part of the network. Are you behind a proxy? Thank you, Jeff On Thu, Aug 6, 2009 at 9:53 AM, Kashif wrote: > > All, I am running into the following error when running appcfg.py > update command - any guidance will be appreciated

[google-appengine] Get data based on "Key Name"

2009-08-10 Thread Ste
Hi, I'm a total newbie to App Engine, and to web apps in general, with a background in front end web design. Anyway, I've worked through the (python) "Getting Started" guide, and it makes sense. Now I'm trying to change small bits and pieces to better my understanding. For instance, I'm now usi

[google-appengine] Re: Redistributing the GAE SDK

2009-08-10 Thread Rodrigo Moraes
On Mon, Aug 10, 2009 at 3:53 PM, Perica Zivkovic wrote: > what are the licensing terms about redistributing the SDK. I would > like to include it in my Python distribution (http:// > www.PortablePython.com) and I was wondering is that allowed and under > what conditions. The SDK is released under

[google-appengine] Re: Indexes stuck in building status

2009-08-10 Thread Jeff S (Google)
Hi Tom, I've errored out these indexes for you, so you can now vacuum and recreate. If my memory serves me correctly, I've reset these before and I'm wondering if there is something in your usual upload procedure which is triggering the stuck indexes issue. Could you describe the process you use w

[google-appengine] Redistributing the GAE SDK

2009-08-10 Thread Perica Zivkovic
Hi there, what are the licensing terms about redistributing the SDK. I would like to include it in my Python distribution (http:// www.PortablePython.com) and I was wondering is that allowed and under what conditions. cheers Perica --~--~-~--~~~---~--~~ You rece

[google-appengine] Re: Memcache Performance

2009-08-10 Thread Jeff S (Google)
Hi Martyn, Nick has chimed in on the question in the following thread: http://groups.google.com/group/google-appengine/browse_thread/thread/5c9b5ecc25499250 Thank you, Jeff On Thu, Aug 6, 2009 at 5:23 AM, Martyn wrote: > > .h... > > checking the AppEngine status Latency figures... > > I n

[google-appengine] Re: dataviewer complication

2009-08-10 Thread Jeff S (Google)
Hi Nick, I'd like to know a bit more about this. Could you provide the app ID and also the error message which the admin console provides for your third query? Thank you, Jeff On Thu, Aug 6, 2009 at 4:19 AM, niklasr wrote: > > Hello > Recently there were results I can't understand from the da

[google-appengine] Re: Catching database error

2009-08-10 Thread Jeff S (Google)
Hi John, Tracking down the exact exception is a bit tricky in this case as in this stack trace apiproxy_rpc re-raises whatever exception is sent it's way. I would guess that the particular Error class is originating from google/appengine/api/datastore_errors.py but to configm you could catch the e

[google-appengine] Re: Custom Domain Shows "TEST" rather than correct domain.

2009-08-10 Thread Nick Johnson (Google)
Hi drthink, Sorry for the delay in responding. We've been working on your issue. www.sohoappspot.com should now be serving your app as normal. I'll look into the 404 error you're seeing on the appspot domain - though I presume it's less critical as long as your custom domain is serving correctly

[google-appengine] Custom Domain Shows "TEST" rather than correct domain.

2009-08-10 Thread drthink
I operate a domain called www.sohoappspot.com which points to sohosched.appspot.com. I haven't changed the application in months but last week it stopped working. I tried deleting and re-adding the app to the "Manage this Domain" section of sohoappspot.com (A google apps domain). I have tried r

[google-appengine] Re: Indexes stuck in building

2009-08-10 Thread Peecho
Thanks, I could vacuum them now. However, my second attempt does not seem to do much either. I am a Python newbie, so I fear I do something wrong... For some reason, I see only 4 indexes 'building' in my console, while my index.yaml actually describes 7 indexes. Does that mean some error in the o

[google-appengine] Re: SEO and Google App Engine

2009-08-10 Thread Holger
This flow chart page may be a nice example: http://infosthetics.com/archives/2008/11/life_flow_chart_community_authored_flowcharts.html On the other hand it seems clear that Appengine still needs time and massive investment by Google if Appengine shall become a kind of blockbuster application ear

[google-appengine] Aug 5 Transcript?

2009-08-10 Thread dfabulich
Is there a transcript posted for the August 5, 2009 chat? BTW, something may be wrong with the Google Group search here; when I go to the top of this page and search the group for "transcript" I see nothing, even though I know transcripts have been posted for months. Google Web Search turns up th

[google-appengine] Re: SEO and Google App Engine

2009-08-10 Thread Barry Hunter
AppEngine itself is just hosting - so it doesnt really have much effect on SEO. Dont forget that you can access a appengine app via a custom domain - so you might not even know a site is AppEngine. As to indexing them - yes: http://www.google.com/search?q=site:appspot.com and a random example h

[google-appengine] Re: SEO and Google App Engine

2009-08-10 Thread Nick Johnson (Google)
Hello student_thesis, Google does not treat App Engine apps any differently to other sites when it comes to indexing and ranking. Note that many apps serve primarily off their own domain, not off appspot.com - you can't tell simply by looking at the domain name if it's being hosted by App Engine

[google-appengine] Re: ListProperty vs StringListProperty

2009-08-10 Thread Nick Johnson (Google)
On Mon, Aug 10, 2009 at 7:25 PM, Jeff Enderwick wrote: > > Thanks Nick. So in the case below, will the datastore then maintain an > index on alist by default? Yes - str and unicode instances get indexed by default. -Nick > > On Mon, Aug 10, 2009 at 3:35 AM, Nick Johnson > (Google) wrote: >> >>

[google-appengine] SEO and Google App Engine

2009-08-10 Thread student_thesis
Hello A big decision in moving our high volume website completely to google app engine is to see, how does GAE handle SEO of a website. We dont want to lose on our SEO rankings with the move. I cant find one popular SEO website in google app engine. I tried typing a few GAE app names in google

[google-appengine] Re: ListProperty vs StringListProperty

2009-08-10 Thread Jeff Enderwick
Thanks Nick. So in the case below, will the datastore then maintain an index on alist by default? On Mon, Aug 10, 2009 at 3:35 AM, Nick Johnson (Google) wrote: > > Hi Jeff, > > A StringListProperty is exactly equivalent, as far as the datastore is > concerned, to multiple individual String proper

[google-appengine] SMS Verification Code error

2009-08-10 Thread Baba Ganoush
Hi, I am trying to verify my account. I entered my mobile phone and recieved an SMS message back. The only text in the message was an 8 digit number. I tried using this to verify my account in the form provided, but it only acceptes 7 characters. Not sure, am I missing something here? Any help

[google-appengine] Re: GQL "IS NOT NULL" and "LIKE" queries

2009-08-10 Thread Jaap Taal
Guys, If you want to have prefix searches, you might want to google for: whoosh app engine. Whoosh is a lucene like indexer in pure python. Someone has created a app engine component. Haven't done a lot with it, but it works quite OK. Jaap On Sat, Aug 8, 2009 at 4:35 AM, Wooble wrote: > > > > O

[google-appengine] Re: Using data viewer to query by key

2009-08-10 Thread Bemmu
Thank you. Mental model adjusted. On Aug 10, 6:02 pm, "Nick Johnson (Google)" wrote: > Hi Bemmu, > > > > On Mon, Aug 10, 2009 at 3:39 PM, Bemmu wrote: > > > If I just know a key, how do I query by that in the admin console data > > viewer? > > > My keys are people, so if I get complaints about m

[google-appengine] Re: Insertion Performance

2009-08-10 Thread Martyn
Thanks Nick, glad I wasn't going mad. I have reported as issue 1962 - Martyn On Aug 7, 4:28 pm, "Nick Johnson (Google)" wrote: > Hi Martyn, > > The Java interface to the Memcache API, unfortunately, is noticeably > slower than the Python version. This is the cause of the discrepancies > you're

[google-appengine] Re: App Engine serving all pages as html -

2009-08-10 Thread John_Idol
@Nick thanks for your help. I tried with a firefox plugin - everything seems to be coming up as expected: http://www.wokhei.com/sitemaps/sitemap.xml --> Contet-type: text/plain http://www.wokhei.com/sitemaps/sitemap.xml --> Contet-type: application/xml With my servlet: http://www.wokhei.com/wo

[google-appengine] Re: Something is wrong with CPU time calculations

2009-08-10 Thread Jeff S (Google)
Hi Mark, The difference between the total CPU used and the datastore CPU is the cost of running the code surrounding the datastore calls. There is also some runtime CPU cost associated with the conversion of Python objects to and from protocol buffers (which sent to and received from the datastore

[google-appengine] Re: Error in "Installing the Java SDK page"

2009-08-10 Thread Nick Johnson (Google)
Hi Dave, On Sun, Aug 9, 2009 at 7:01 PM, Dave Yost wrote: > > Which is it? Do we cd to appengine-java-sdk and run >  bin/dev_appserver.sh appengine-java-sdk/demos/guestbook/war > or do we cd to the parent directory of appengine-java-sdk and run >  appengine-java-sdk/bin/dev_appserver.sh appengine

[google-appengine] Re: Parameter Binding with Data Viewer

2009-08-10 Thread Nick Johnson (Google)
Hi Jeff, It's not possible to pass parameters using the data viewer. Date and Datetime arguments can be provided using the methods outlined here: http://code.google.com/appengine/docs/python/datastore/gqlreference.html -Nick Johnson On Sun, Aug 9, 2009 at 8:09 PM, Jeff wrote: > > How do you pas

[google-appengine] Re: verifying an account via SMS

2009-08-10 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms.html#error ) Once you fill out this form, yo

[google-appengine] Re: Trouble using lists in the datastore

2009-08-10 Thread Holger
I think, 'deltentries' is just the query and doesn't include the fetching process. Add a line like: delEntities = deltentries.fetch(1000) as explained here: http://code.google.com/appengine/docs/python/datastore/creatinggettinganddeletingdata.html#Deleting_an_Entity --~--~-~--~~

[google-appengine] Re: Problem adding App Engine to Google Apps domain

2009-08-10 Thread Holger
Did you check if the name in the first line of the app.yaml file is identical with your registred AppEngineName (the pure name only and nothing else)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engi

[google-appengine] "You do not have the permissions necessary to install this application."

2009-08-10 Thread Brad Allison
I am getting the above message when I try to add my app to Google Apps. I've tried using my Google account and using my Google Apps account to add the app but I still get the same message. Has anyone seen this before? I've tried searching for the error message but didn't come up with much. --~--~

[google-appengine] Problem adding App Engine to Google Apps domain

2009-08-10 Thread Brad Allison
Hello, When I try to add my app to my Google Apps domain I get this message: "You do not have the permissions necessary to install this application." I have tried adding the app with my Google Account and with my Google Apps account, both of which are developers for the app. The Google Apps acco

[google-appengine] Trouble using lists in the datastore

2009-08-10 Thread Jay
Why can't I retrieve the list I stored in the code below? Any help would be appreciated. from google.appengine.ext import db class Delta(db.Model): fdelta=db.ListProperty(float) reckey=db.StringProperty() def Runit(): #--

[google-appengine] Error in "Installing the Java SDK

2009-08-10 Thread Dave Yost
./appengine-java-sdk/bin/dev_appserver.sh appengine-java-sdk/demos/ guestbook/war --~--~-~--~~~---~--~~ 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@googl

[google-appengine] Group search problem

2009-08-10 Thread jd
Hi, When I "search this group" for "transcript" there are no results. But clearly there are results e.g. http://groups.google.com/group/google-appengine/browse_thread/thread/ae99786ea4baee2/0c6c2fab728da13d --~--~-~--~~~---~--~~ You received this message becaus

[google-appengine] verifying an account via SMS

2009-08-10 Thread Luiz Fernando Rodrigues
Hello, I'm trying to create an account but my mobile provider is not supported. I've read that I should receive the SMS confirmation anyway but I just don't arrive. After trying some times I'm receiving a message that to my phone number "has been sent too many messages". Can I open an account with

[google-appengine] Appengine Jetty Stuck at checking for update

2009-08-10 Thread abhinav
Hi, I am using appengine sdk with eclipse. When I am using it in my office which has a firewall and no direct access to internet it takes a long time to start the jetty server. This is probably because of the default update check that appengine dev app server is doing at startup. How can I disabl

[google-appengine] Parameter Binding with Data Viewer

2009-08-10 Thread Jeff
How do you pass parameters into a GQL query with data viewer? I'd like to say "select * from abc where xdate > 'some date value'" which needs to use parameter binding for the date value, right? How? --~--~-~--~~~---~--~~ You received this message because you are

[google-appengine] Error in "Installing the Java SDK page"

2009-08-10 Thread Dave Yost
Which is it? Do we cd to appengine-java-sdk and run bin/dev_appserver.sh appengine-java-sdk/demos/guestbook/war or do we cd to the parent directory of appengine-java-sdk and run appengine-java-sdk/bin/dev_appserver.sh appengine-java-sdk/demos/ guestbook/war --~--~-~--~~---

[google-appengine] urllib2 and cookies in GAE environment

2009-08-10 Thread aig
Prompt please, I wish to make automatic mail check through GAE, however the given script works on my computer but does not work in GAE enviroment (unable to login): #!/usr/bin/env python import cookielib import urllib import urllib2 cj = cookielib.CookieJar() opener = urllib2.build_opener(urlli

[google-appengine] Re: I can't see my registered apps :(

2009-08-10 Thread karlas
It worked, thanks Nick! On 4 ago, 14:51, "Nick Johnson (Google)" wrote: > Hi Karlas, > > Try logging in athttp://appengine.google.com/a/karlas.org. This is > where you need to log in to the admin console if using an Apps domain. > > -Nick Johnson > > On Mon, Aug 3, 2009 at 1:37 AM, Karlas wrote:

[google-appengine] Re: App Engine serving all pages as html -

2009-08-10 Thread niklasr
Try if you like gzipped sitemap.xml.gz approved via google webmaster tools, Http header: "Content-Type: gzip " import zlib import gzip import string import os import gzip import StringIO class SiteMap(webapp.RequestHandler): def get(self): start = datetime.now() - timedelta (days = 91)

[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-08-10 Thread drthink
Nick, I know this message was directed at me, but thought I would give it another go. Deleted and re-added still does the same thing. Cheers Gene On Aug 10, 8:54 am, "Nick Johnson (Google)" wrote: > Hi Blixt, > > Please try removing and re-adding the mapping in Apps. This ought to > fix the p

[google-appengine] Re: Building index stucked

2009-08-10 Thread Nick Johnson (Google)
Hi Bryan, I've reset your indexes again. We are working on improving the index building system to the point where this will no longer be an issue. -Nick Johnson On Mon, Aug 10, 2009 at 3:29 PM, Bryan Pendleton wrote: > It was cleared, but now I seem to have re-introduced the problem as a resul

[google-appengine] Re: GAE costs more than 10 times than expected.

2009-08-10 Thread Rodrigo Moraes
On Mon, Aug 10, 2009 at 11:49 AM, Sylvain wrote: > 4 - Add a "credit system". For example, I credit my account with 50€, > then GAE/Chekout use this money this is a sweet idea! same thing happened to me for a while. i also think app engine should not charge below a certain amount, or allow us t

[google-appengine] Re: Using data viewer to query by key

2009-08-10 Thread Nick Johnson (Google)
Hi Bemmu, On Mon, Aug 10, 2009 at 3:39 PM, Bemmu wrote: > > If I just know a key, how do I query by that in the admin console data > viewer? > > My keys are people, so if I get complaints about mistakes in user > data, it would be convenient to pull up that user's data by key. I've > tried doing

[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-08-10 Thread Nick Johnson (Google)
Hi Blixt, Please try removing and re-adding the mapping in Apps. This ought to fix the problem. -Nick Johnson On Mon, Aug 10, 2009 at 7:24 AM, Blixt wrote: > > The same thing that happened to Gene happened to me too. I haven't > updated my app or anything, but suddenly http://beta.multifarce.co

[google-appengine] GAE costs more than 10 times than expected.

2009-08-10 Thread Sylvain
Hi, Here is the background : I've a "small" app that needs more than 1Go, currently : 1.27 GB. So each week, I'm charged by GAE/Chekout : $0.08 (0.056€) But at the end I pay to my bank : $1.00 (0.71€). So, it is more than 10 times than expected. I know about taxes (http://code.google.com/intl/f

[google-appengine] Using data viewer to query by key

2009-08-10 Thread Bemmu
If I just know a key, how do I query by that in the admin console data viewer? My keys are people, so if I get complaints about mistakes in user data, it would be convenient to pull up that user's data by key. I've tried doing the following: SELECT * FROM User WHERE __key__ = 'myspace.com:472071

[google-appengine] Re: Building index stucked

2009-08-10 Thread Bryan Pendleton
It was cleared, but now I seem to have re-introduced the problem as a result of a poor re-shuffle of my index.yaml file. Is there a reason that either: 1) More reporting than "Error" is not provided? 2) Users can't be offered a self-help un-stick, perhaps limited to trying 1x/hour or something? Or

[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-08-10 Thread drthink
Nick Johnson, Re my domain above www.sohoappspot.com Nothing has been changed on the domain. I have tried the following to rectify: 1. Removing and re-adding the sohosched.appspot.com app engine application to my Google Apps domain. 2. Deleting and re-adding the CNAME record for www that poi

[google-appengine] Re: Problem deploying demo application

2009-08-10 Thread Nick Johnson (Google)
Hi Roberto, You may have more luck asking this question on the google-appengine-java forum. -Nick Johnson On Sat, Aug 8, 2009 at 10:14 AM, Roberto Eguaglia wrote: > > any suggestion?? > > On 7 Ago, 18:15, Roberto Eguaglia wrote: >> DemoServlet.java >> package com.demo; >> >> import java.io.IOE

[google-appengine] Re: Building index stucked

2009-08-10 Thread Nick Johnson (Google)
Hi Bryan, Please try vacuuming and rebuilding your indexes now. -Nick Johnson On Sat, Aug 8, 2009 at 6:29 PM, Bryan Pendleton wrote: > My indexes are stuck, on application "aquarium-bp". One index is in error, > the rest are "building". When I attempt to vacuum with a no-indexes-defined > index

[google-appengine] Re: Sharing an app between different Google apps domains

2009-08-10 Thread Sudhir
Is there an ETA for that kind of sharing? The point of this idea is to let the users of each organization use their custom domain based Google Apps authentication, while saving me the trouble of managing and updating a large number of app deployments. Sudhir On Aug 10, 1:30 pm, "Nick Johnson

[google-appengine] Re: Basic Event Tracking Question

2009-08-10 Thread Andy Freeman
> Finally, do look at the info on sharded counters if you expect > individual counters to be updated more than about once a second. That is fairly disturbing advice as it seems to suggest that updating a simple entity more than once a second is problematic. I would have thought that it would be

[google-appengine] Re: Weird content being injected into my page

2009-08-10 Thread Nick Johnson (Google)
Hi Mike, In order to help diagnose your problem, we need a lot more details. What is the source of the handler that is serving this up? What does your app.yaml look like? What, if anything, have you changed recently? -Nick Johnson On Sun, Aug 9, 2009 at 2:12 AM, Mike wrote: > Hello, > I have a c

[google-appengine] Re: Indexes stuck in building

2009-08-10 Thread Nick Johnson (Google)
Hi Peecho, I've moved your indexes to 'error'. Try vacuuming them now. -Nick Johnson On Sat, Aug 8, 2009 at 2:48 PM, Peecho wrote: > > Hi, > My indexes seem stuck in Building for over 4 days now. I tried to > vacuum them but alas. Could anybody help me out, please? > My app's name is peechotest

[google-appengine] Re: Transactions

2009-08-10 Thread Nick Johnson (Google)
Hi Cornel, Atomic transfers between accounts is a classic example of a 'hard' scalability problem. It's being tackled on App Engine, however, with higher-level transaction libraries. There were a couple of talks about it at I/O this year: http://code.google.com/events/io/sessions/DesignDistribute

[google-appengine] Can we get an example of the new kindless queries, ie. transaction descendant queries?

2009-08-10 Thread obvious
As noted in the App Engine Python 1.2.4 release, there's now support for kindless queries. Can we get a quick example on how to use these? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Basic Event Tracking Question

2009-08-10 Thread Nick Johnson (Google)
On Sun, Aug 9, 2009 at 4:58 PM, Markitecht wrote: > > Thanks Nick, makes complete sense. > > I'll write it so that for each Interaction, it finds the appropriate > entity, increments the counter and stores it; if looking for the > entity turns nothing up, i make a new one with a counter set to 1.

[google-appengine] Re: App Engine serving all pages as html -

2009-08-10 Thread Nick Johnson (Google)
On Sun, Aug 9, 2009 at 4:43 PM, John_Idol wrote: > > @Nick > > ok - I implemented a servlet to serve the sitemap as text/plain (I am > loading the file into an array of bytes then calling): > >                        resp.setContentType("text/plain"); >                        resp.getOutputStream(

[google-appengine] Re: ListProperty vs StringListProperty

2009-08-10 Thread Nick Johnson (Google)
Hi Jeff, A StringListProperty is exactly equivalent, as far as the datastore is concerned, to multiple individual String properties. That is, an entity like this: MyEntity(astring="foo", alist=["foo", "bar"]) is stored in the datastore analagous to this: (("astring", "foo"), ("alist", "foo"),

[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-08-10 Thread Nick Johnson (Google)
Hi Blixt, Have you made any changes to your Apps domain recently that may have interfered with this, such as adding or removing another service from a subdomain of multifarce.com? -Nick Johnson On Mon, Aug 10, 2009 at 7:24 AM, Blixt wrote: > > The same thing that happened to Gene happened to me

[google-appengine] Re: Sharing an app between different Google apps domains

2009-08-10 Thread Nick Johnson (Google)
On Mon, Aug 10, 2009 at 9:02 AM, Sudhir wrote: > > Heres the background - I'm developing an app, lets say accounting > software, that I'd like to sell to organizations using Google Apps. > > How do I manage deployments? If I just create one app, it is possible > for all my clients to import it int

[google-appengine] Sharing an app between different Google apps domains

2009-08-10 Thread Sudhir
Heres the background - I'm developing an app, lets say accounting software, that I'd like to sell to organizations using Google Apps. How do I manage deployments? If I just create one app, it is possible for all my clients to import it into their dashboard and use it like their own app? I don't