[google-appengine] Xmpp api get user status.

2011-05-02 Thread Sandeep Koduri
Hello appengine team, *I tried and are using the xmpp api, we are happy with what the api is providing.* *After the implementation of setting appspot status and presence it helped us to manage the UI Much better than that of previous versions.* Now just willing to know if there will be a possibi

Re: [google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread nischalshetty
ahahha your comment has humor and truth packed right into it! -- 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, send email to google-appe

[google-appengine] Re: Dates

2011-05-02 Thread Kaan Soral
Write a function to find time difference in seconds between two datetime.datetime objects Then write a mapping cron that will check every item in the datastore, delete those who are old enough -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Kaan Soral
LOL On May 2, 10:43 pm, Robert Kluin wrote: > Maybe they've hired a former godaddy engineer? > > > > > > > > On Mon, May 2, 2011 at 15:42, Robert Kluin wrote: > > Free version signup is at: > >  http://www.google.com/apps/intl/en/group/index.html > > > They've made it rather tricky to find.    A

[google-appengine] Security Constraint works in hosted mode but on the App Engine

2011-05-02 Thread DFB
My GWT application is using Google Accounts authentication. I've added this simple security constraint to my web.xml file: ds/* * In the hosted mode, if I type the full path to a file inside the 'ds' folder (example http://<>/ds/abc.xml), it redirects me to t

[google-appengine] Why can't Channel API perform a fan-out broadcast?

2011-05-02 Thread Albert
In the documentation, it says... "Treat the token returned by create_channel() as a secret. If a malicious application gains access to the token, it could listen to messages sent along the channel you are using."[1] and then the following section proceeds to say... "Only one client at a time can

RE: [google-appengine] URL Dispatch efficiency

2011-05-02 Thread Brandon Wirtz
If you get a perceivable difference let me know I didn't get any. And Didn't notice that there was any difference in CPU -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Mars Sent: Monday, May 02, 2011 8:37 PM To: Google A

[google-appengine] URL Dispatch efficiency

2011-05-02 Thread Mars
If I have a large number of url patterns to match, is it more efficient, in terms of performance, to do it in app.yaml or passing them as arguments to WSGIApplication constructor? p.s. I'm using Python, but I'd imagine similar question applies to Java? Cheers, Mars -- You received this message

Re: [google-appengine] Re : Re: “bad request error 400” when i bind my domain name to the application

2011-05-02 Thread Robert Kluin
Have you added the app to your domain? You can do this using: http://code.google.com/appengine/docs/domain.html Or, goto your Google Apps control pannel and add the application (via add services). Also, if you might need to enable sites, then remove the www mapping. Robert On Mon, May 2

Re: [google-appengine] It seems indexes are stuck

2011-05-02 Thread Robert Kluin
If you've given your indexes a good 12 or so hours to build, and they are still stuck, you might try filing a production issue: http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue On Mon, May 2, 2011 at 18:18, Shinichi Nakanishi wrote: > Hi there. > > I have a

[google-appengine] Re: Any past scenarios of data getting lost?

2011-05-02 Thread Darien Caldwell
Hm, for 10k a monuth i'll etch the data on gold disks, and send it on a 'voyage' into deep space. In the unlikely event of cosmic catastrophe or alien intervention, a backup of the backup will be retrieved from Brandon's service (which we will utilize as a private sub-contractor). How's that for d

[google-appengine] Re : Re: “bad request error 400” when i bind my domain name to the application

2011-05-02 Thread Jean-Francois
Hi, I have the same problem here My app_id is geekautourdumonde And my domain is geekautourdumonde.fr I can access https://appengine.google.com/deployment/newdomain?app_id=geekautourdumonde But then I have a "Bad Request Error 400" when I try to add the domain geekautourdumonde.fr The error

Re: [google-appengine] Re: Please update roadmap

2011-05-02 Thread Gregory D'alesandre
Hi Mars, Thanks for raising this, we tend to update the roadmap when we do releases, so it was last updated a few months back, but we'll update it again soon. Priority unfortunately won't tell you how quickly things will be done, some very high priority features also unfortunately take a very lon

[google-appengine] Datastore Copy Operations Stuck

2011-05-02 Thread phtq
I have started a number of datastore entity copies from a M/S app (kbdlessons) to an HR app (kbdlessons2) but a number of them refuse to complete even though I have stopped and purged the default task queue a number of times. Could someone from Google please kill these operations? Also, the copies

[google-appengine] Re: Please update roadmap

2011-05-02 Thread Mars
Hate to bump up post but would appreciate if someone from GAE could response to this. On Apr 6, 7:12 pm, Mars wrote: > Could someone from the GAE team please update the roadmap > athttp://code.google.com/appengine/docs/roadmap.html > > Also is it possible to indicate the priority of upcoming fea

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Niklas Rosencrantz
Thanks for the interesting comments giving me some benchmarks to compare with. I've now measured my app with yslow and some of my pages load in about 200 ms while the slow ones take like 2 or 3 seconds. I used to run this application on a dedicated physical server running Linux + MySQL + JBoss +Apa

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Ikai Lan (Google)
D'oh, you must have caught on to my recent change: if(user == "Brandon Wirtz") { Thread.sleep(200); } Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Ma

[google-appengine] It seems indexes are stuck

2011-05-02 Thread Shinichi Nakanishi
Hi there. I have added some indexes in index.yaml and deployed the application this morning. A couple of them have been created, but it stopped creating any more. Now other indexes are still in "Building" status after a few hours. Please check if indexes are stuck, and if so please fix them. T

Re: [google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread Alfred Fuller
It will be the same for your app, but different for other apps. Should be fixed in the order of minutes. On Mon, May 2, 2011 at 2:21 PM, dloomer wrote: > Are you getting the same exact (invalid) query.cursor() value I get? i.e. > E-ABABQ= > > -- > You received this message because you are subsc

[google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread dloomer
Are you getting the same exact (invalid) query.cursor() value I get? i.e. E-ABABQ= -- 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, send

[google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread Alfred
Looking into it -- 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, send email to google-appengine+unsubscr...@googlegroups.com. For more o

RE: [google-appengine] Re: Any past scenarios of data getting lost?

2011-05-02 Thread Brandon Wirtz
I will promise 0% loss of your data. Prices are affordable, but availability is low :-) Similar to www.cdninabox.com I'm proud to announce www.backupinabox.com unlike CDN in a box which is powered by Google's High Replication Appengine Backup in a Box literally is a box and we stick your backups a

[google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread Sverre Rabbelier
We're seeing the same thing on our application (appid: socghop) since 2011-05-02 13:00:39.743 server time. -- 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 unsubscri

[google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread dloomer
I pass cursors around in query strings so can see in my logs that E-ABABQ= started showing up at 11:15am Pacific time this morning. My scheduled batch had been running fine, returning valid cursors, prior to then. My last deployment had been last night, again with several successful batch cycle

[google-appengine] Disabling email notifications for certain admin accounts

2011-05-02 Thread anatoliy
Hi! I've got three admins for my application. But, only one of those needs to receive email notification which are sent to the "admins". Is it possible? anatoliy -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send

[google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread dloomer
I've got some better information now. I have a general idea of the root cause but still need help as I believe it is a new bug in GAE. Basically, all my queries are returning an invalid cursor() value. When converted to a string this value is always E-ABABQ= Any ideas why I'm being returned an

[google-appengine] Re: BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread dloomer
Still stymied by this. It's a very curious error, witch strange/incorrect verbiage ("with out?"), doesn't show up on a Google search, and I really have no idea what "start inclusivity" or a "start key" are and how I'm suddenly responsible for something I wasn't previously responsible for. No lu

Re: [google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Robert Kluin
Maybe they've hired a former godaddy engineer? On Mon, May 2, 2011 at 15:42, Robert Kluin wrote: > Free version signup is at: >   http://www.google.com/apps/intl/en/group/index.html > > They've made it rather tricky to find.    As you mentioned, you need > to think be able to think like a us

Re: [google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Robert Kluin
Free version signup is at: http://www.google.com/apps/intl/en/group/index.html They've made it rather tricky to find.As you mentioned, you need to think be able to think like a used-car salesman in addition to an engineer to navigate their stuff. On Mon, May 2, 2011 at 14:26, Brandon W

Re: [google-appengine] Advise

2011-05-02 Thread Robert Kluin
Why would you renumber all subsequent vouchers? Doesn't that sort of make voucher numbers nearly meaningless, since voucher 10 could become voucher 8? On Sun, May 1, 2011 at 01:59, kavishme wrote: > hi > i m new to GAE and also to python. > Currently i m developing a financial accounting a

Re: [google-appengine] data backup

2011-05-02 Thread Robert Kluin
Hi Murali, Star whichever of the issues you like: http://code.google.com/p/googleappengine/issues/list?q=backup You might be particularly interested in 776, 3216, and 3814. Robert On Mon, May 2, 2011 at 09:52, Murali Krishna wrote: > Hello, > > I am building an application with mu

Re: [google-appengine] Domain aliasing does not update page changes

2011-05-02 Thread Robert Kluin
There are probably lots of caches between your browser and your app, including your own browser. The best way to handle forcing a cache update is to use a cache-busting strategy, such as including the version number in the resource paths. You can google for other methods too. You might also want

Re: [google-appengine] how to browse all the depot files in server side?

2011-05-02 Thread Robert Kluin
Hi, You could always download the source to verify: http://code.google.com/appengine/docs/python/tools/uploadinganapp.html#Downloading_Source_Code You might also try looking at your logs. They are often quite helpful. And, after you've done some research, post a detailed description

Re: [google-appengine] Migrating from web application to the cloud using GAE

2011-05-02 Thread Robert Kluin
Start by reading the GAE docs and making sure you understand things such as the datastore. http://code.google.com/appengine/docs/whatisgoogleappengine.html http://code.google.com/appengine/docs/java/overview.html http://code.google.com/appengine/docs/java/datastore/ I hear very good things about

[google-appengine] Re: Any past scenarios of data getting lost?

2011-05-02 Thread Darien Caldwell
I'd really be surprised if there is any service in the history of mankind that promises 0% loss of data. Maybe there is, but I bet it's incredibly expensive. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] BadRequestError: cursor position cannot specify start inclusivity with out a start key

2011-05-02 Thread dloomer
Just started seeing this error in my logs this afternoon. Haven't deployed any code. Seriously, all I am doing is trying to continue a query with a cursor -- something I've been doing successfully for several months. I could post code, but really, it's extremely basic. Figured I should at least b

[google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Geoffrey Spear
On May 2, 2:26 pm, "Brandon Wirtz" wrote: > It worked when I canceled.  But the signup seeming only lets me sign up for > apps for business at $50.   > > So yes you can get the Free. (Hooray) buthttps://www.google.com/a/ > doesn't take you to a page where you can sign up for the free version. T

RE: [google-appengine] Any past scenarios of data getting lost?

2011-05-02 Thread Brandon Wirtz
They could sign it in blood, and I'd still say "back your stuff up" Amazon is supposed to never lose data. We believed them. We know how that worked out. Gmail? If your data is crucial, take responsibility for it. -Original Message- From: google-appengine@googlegroups.com [mailto:google

Re: [google-appengine] Re: Dates

2011-05-02 Thread Robert Kluin
You might find the following resources useful: http://docs.python.org/release/2.5.2/lib/datetime-datetime.html http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#DateTimeProperty Robert On Mon, May 2, 2011 at 13:16, Massimiliano wrote: > I don't know a

RE: [google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Brandon Wirtz
It worked when I canceled. But the signup seeming only lets me sign up for apps for business at $50. So yes you can get the Free. (Hooray) but https://www.google.com/a/ doesn't take you to a page where you can sign up for the free version. From: google-appengine@googlegroups.com [mailto:

[google-appengine] Advise

2011-05-02 Thread kavishme
hi i m new to GAE and also to python. Currently i m developing a financial accounting application in which user does about 100 voucher entries each day. the voucher numbering is automatically. but if user deletes a voucher in back date then all subsequent numbers on vouchers has to be decremente

[google-appengine] data backup

2011-05-02 Thread Murali Krishna
Hello, I am building an application with multi-tenancy support. I allow each of my user write their own data using NameSpace API. It's working fine. But, now being the owner of the site, I want to take regular backups of application data of all users. How can I do that? Can the data stored by each

[google-appengine] Re: Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-02 Thread Todd Vierling
On Saturday, April 30, 2011 9:06:45 PM UTC-4, RH wrote: > > I'm looking for a simple way to persist a set of dynamic Composite > Design Pattern objects (as described in Design Patterns by Gamma, > Helm, Johnson, and Vlissides) with either Google's native datastore, > JDO, or JPA, as well as send

[google-appengine] Any past scenarios of data getting lost?

2011-05-02 Thread Murali Krishna
Hello, I am writing an application to store some crucial data using datastore api. I cannot afford to loose not even single record of possible 10million records. Does Google promise that the data be stored without any loss? Do they mention this fact in the terms and conditions? -- You received t

RE: [google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Brandon Wirtz
I just signed up and it took my credit card information via Google Checkout. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Peter Ondruška Sent: Monday, May 02, 2011 11:13 AM To: google-appengine@googlegroups.com Subject: [google-appengine] R

RE: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Brandon Wirtz
Also, I'd like to point out a LOT of what you think is dynamic content in Google land is static-ish. Search Results don't change every second, and the ones that do are popular enough that hundreds of 1000s of users are hitting them. Don't assume that just because you can't make something go as fa

[google-appengine] Re: Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Peter Ondruška
I quite do not follow what are you trying to say. Google Apps was and still has "free" option for max 50 user account now, soon only 10, but still $0 cost. http://www.google.com/apps/intl/en/group/index.html -- You received this message because you are subscribed to the Google Groups "Google A

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Ikai Lan (Google)
I'm not sure where you are getting those numbers from, but the network routing looks like this: User makes request -> goes to a Google front end -> routed over Google's network to the serving data center -> request is served The network layer shouldn't add that much latency, though we really only

[google-appengine] Re: making dev_appserver listen on all network interfaces and not just localhost/loopback?

2011-05-02 Thread Tim
For the python server, you can do this with the "--address" argument http://code.google.com/appengine/docs/python/tools/devserver.html#Command_Line_Arguments and it appears to be the same for the java server (I say appear as I use the feature myself for python but not java) http://code.

Re: [google-appengine] Cannot access session data from servlet filter

2011-05-02 Thread Stephen Johnson
If you look at your code you'll see that you are mistakenly casting the request object to a response object. Check out this line of your code: HttpServletResponse httpResp = (HttpServletResponse) request; It should be HttpServletResponse httpResp = (HttpServletRespo

RE: [google-appengine] Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Brandon Wirtz
Also the Click path to add an AppEngine App sucks. I'm a smart guy and I was ready to call support before finding the "add more services" button as there are like 6 buttons on the dashboard for adding apps, and "Setup" that has "Choose your Apps" "Setup other Apps" and "Add marketplace apps" all f

[google-appengine] Re: Seemingly random TemplateNotFound errors only on specific instances

2011-05-02 Thread kamens
This is now fixed. Was caused by some instances being spun up by / mapreduce requests, which are initially handled by a non-main.py handler, which meant that our django settings (specifically the template loader) were not being configured correctly. On Apr 30, 9:09 am, kamens wrote: > We've start

[google-appengine] Google Apps for Domains new Pricing Means $50 to add a Domain to AppEngine

2011-05-02 Thread Brandon Wirtz
Part of the Free Ride is up. I went to add a domain to one of my apps and the minimum you can spend on Google Apps For Domains is $50. Considering I won't be using any of Google's Apps this seems a bit steep. I thought maybe I could sign up with "0" users but that doesn't work. I realiz

[google-appengine] Domain aliasing does not update page changes

2011-05-02 Thread AlejandroJoseSanchezRodriguez
I have a domiain aliasing on http://www.domain.dom, from www.poclu.com to http://pocluapp.appspot.com. When I make changes to the page on http://pocluapp.appspot.com, take days to appear on www.poclu.com.. How can I fix this? Is there some kind of "cache" data on the google servers?? -- You rece

[google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Yohan
Hi Brandon, So how do you explain that Google serves pages in 50ms when GAE serves pages at 300ms ? And what to say about Google instant. These guys can do better than 300ms for sure. I built my own config on a AWS instance relying on memcache+mysql+php it would server under 50ms. If you look at

Re: [google-appengine] Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-02 Thread supercobra
What are you trying to achieve? -- superco...@gmail.com http://supercobrablogger.blogspot.com/ On Sat, Apr 30, 2011 at 8:06 PM, RH wrote: > I'm looking for a simple way to persist a set of dynamic Composite > Design Pattern objects (as described in Design Patterns by Gamma, > Helm, Johnson, an

[google-appengine] Re: Dates

2011-05-02 Thread Massimiliano
I don't know anything about dates in python! So evrything is a good idea! Il giorno lunedì 2 maggio 2011, Robert Kluin ha scritto: > Hey Massimiliano,  Maybe I don't get the question, but I just put a date on > the entities.  Then to find old stuff, I query for it. >   Perhaps if your a bit more

[google-appengine] how to browse all the depot files in server side?

2011-05-02 Thread LL
hi, appeng users, i uploaded some python lib py files into server, somehow it doesn't work, i doubt whether these files have been there. anyway to check the file status in server side? many thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Cannot access session data from servlet filter

2011-05-02 Thread Spektrum
I was writing a filter, which would check the if the user is authorized and only then redirect him or her to the traget service to get rid of auth check in each servlet. When I start development server I get the following exception : "java.lang.ClassCastException: org.mortbay.jetty.Request cannot b

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Sherif Amer
Dears, i have a question here, i have web application and want to migrate this web application to the cloud using GAE any idea how to do this ? Note: my application developed using JSF framework. On Sun, May 1, 2011 at 11:31 PM, Zach wrote: > I'm running on Python GAE and also have an average la

[google-appengine] Migrating from web application to the cloud using GAE

2011-05-02 Thread Sherif Amer
i have web application and want to migrate this web application to the cloud using GAE any idea how to do this ? Note: my application developed using JSF framework and connecting to Oracle DB. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: GAE Hauling the Freight

2011-05-02 Thread Yohan
I used to have an API app running at 1700 req/s with spikes about 2000+ running in multithreaded mode with about 50 instances in parallel. Not bad but costs where spiking for some reason. After investigation it seemed that memcache wasnt holding the data long enough between requests and the app had

[google-appengine] making dev_appserver listen on all network interfaces and not just localhost/loopback?

2011-05-02 Thread joe random coder
is there any way to achieve this? i couldnt google a fast answer. I'd like to be able to test apps locally from more than one pc on the lan.. (I'm interested in a java sdk answer now, but python answer are very welcome too) -- You received this message because you are subscribed to the Google

[google-appengine] Java GAE/GWT Composite Design Pattern example with Persistence

2011-05-02 Thread RH
I'm looking for a simple way to persist a set of dynamic Composite Design Pattern objects (as described in Design Patterns by Gamma, Helm, Johnson, and Vlissides) with either Google's native datastore, JDO, or JPA, as well as send to and from the client via RPC. I've yet to figure a way to send a

[google-appengine] GAE persisting composite structures

2011-05-02 Thread RH
Can GAE in Java persist a composite data structure (as defined by the Composite Design Pattern in Gamma, Helm, Johnson, and Vlissides book) and RPC them to the GWT client? It seems like it should be possible, but I haven't found a way myself or in the literature that indicates that this is actual

Re: [google-appengine] Dates

2011-05-02 Thread Robert Kluin
Hey Massimiliano, Maybe I don't get the question, but I just put a date on the entities. Then to find old stuff, I query for it. Perhaps if your a bit more specific someone can offer more thoughts / ideas. Robert On Mon, May 2, 2011 at 11:29, Massimiliano wrote: > Hi, > I'm building a

[google-appengine] Dates

2011-05-02 Thread Massimiliano
Hi, I'm building app where some data in the datastore have an expiring date. How do you manage dates? I need to check it, to sum days, Max -- www.themaxbuddies.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: Channel API & Adobe AIR

2011-05-02 Thread Moishe
There shouldn't be a need for a locally patched bundle anymore; the patch is being served live in production now. So the AIR problem you're encountering must be something different. I'll try to take a look at it soon; in the meantime could you please file an issue here: http://code.google.com/p/g

Re: [google-appengine] Re: Data Store Down?

2011-05-02 Thread Nickolas Daskalou
Hi Nick, Please correct me if I am wrong, but is it not true that the only time results from a HR Datastore would be eventually consistent is when a query is performed without an ancestor? From my understanding of HR, it has nothing to do with whether the write is performed within a transaction or

[google-appengine] Re: Advise

2011-05-02 Thread Dale
If each of your vouchers is in its own entity group then, as far as I understand your question, you will not need to use sharded counters. To do the decrementing, you can create a task pipeline to decrement each of the subsequent vouchers, and because the vouchers are in different entity groups th