[appengine-java] Re: Delete all Datastore entries locally

2010-05-29 Thread awneil
You can administer your local datastore at http://localhost:your-port/_ah/admin example: http://localhost:/_ah/admin -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to

[appengine-java] send mail failing

2010-05-29 Thread Philip Tucker
I've been seeing a handful of these each day on my app. These are very small messages going only to 1 recipient. I could move mail sending out of the normal request flow (I think cron jobs are the only option right now for background processing, yes?) - is that the recommended remedy?

[appengine-java] Re: slow responses for query

2010-05-29 Thread Philip Tucker
One more followup on this, when you say you just pay your cost at write time, possibly asynchronously are you referring to cron jobs? As far as I can tell there's no other support for concurrent processing. On May 4, 3:28 am, Ikai L (Google) ika...@google.com wrote: Query performance is

[google-appengine] Admin UI issue

2010-05-29 Thread Satoshi
As the result of the international launch of iPad, my app (CloudReaders - a PDF/comic reader) became quite popular (great new), but the back-end server on app-engine is totally overloaded exceeding the daily paid quota (bad news). I have already set it as a paid account ($2.00/day), but I need to

[google-appengine] Re: Can't enable billing

2010-05-29 Thread Hugo Visser
At the moment, according to the billing page my app is operating in free mode. When I look at the quotas on the dashboard however it is using the quotas that I've set on the billing page, while again the billing status is displayed as free. On May 29, 2:22 am, Ikai L (Google) ika...@google.com

[google-appengine] Re: Error for Twitter Bot : java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-05-29 Thread soujiro0725
Sorry for bothering you all. It was simple. I forgot to copy those libs into WEB-INF/lib. I have only did Build-Path... soichi On 5月27日, 午後3:31, soujiro0725 soujiro0...@gmail.com wrote: hi I am trying to make a Twitter bot that produces titles of blog entries.  Since I am not good at Java,

[google-appengine] Re: Google blocks access to GAE from Iran, possibly other countries

2010-05-29 Thread Jan Z
Thanks Ikai - as you might imagine this can be important for commercial efforts. Can we please get a list of these countries documented somewhere? Thanks Jan On May 28, 9:56 am, Ikai L (Google) ika...@google.com wrote: Hi Jan, The various laws regarding exports are complex. I checked with

[google-appengine] Re: Idempotence multiple task execution

2010-05-29 Thread Stephen
On May 22, 9:46 am, hawkett hawk...@gmail.com wrote: So - in the scenario where the HTTP client (i.e. the task queue) drops the HTTP connection in an initial task execution - how does app engine prevent the recovery mechanism from executing the task a second time while the first is still

[google-appengine] Re: Idempotence multiple task execution

2010-05-29 Thread hawkett
Agreed - I also nominated this solution in my April 25th May 1 posts :) - cheers, Colin On May 29, 11:37 am, Stephen sdea...@gmail.com wrote: On May 22, 9:46 am, hawkett hawk...@gmail.com wrote: So - in the scenario where the HTTP client (i.e. the task queue) drops the HTTP connection

[google-appengine] Bulkloader on the development server?

2010-05-29 Thread AT
I'd like to use bulkloader on the development server but I cannot use --app_id with the upload_data command on appcfg. Yet I need to set the --app_id flag to invoke remote_api on the localhost. Is this a bug or is there some workaround (official or unnofficial) that I'm missing? I'd rather not

[google-appengine] Re: Getting rid of JDO (loading requests too expensive)

2010-05-29 Thread Amir Michail
On May 28, 7:33 pm, Viðar Svansson vidarsv...@gmail.com wrote: I have not tested the the performance of Twig but I think it loads parents and children entities so it might load more than you need whengettingentities. My Objectify initialisation take around 200ms with around 8 kinds. Viðar

[google-appengine] Re: Bulkloader on the development server?

2010-05-29 Thread Tim Hoffman
Hi Use bulkloader.py rather than appcfg Rgds T On May 29, 10:13 pm, AT tutt.and...@gmail.com wrote: I'd like to use bulkloader on the development server but I cannot use --app_id with the upload_data command on appcfg. Yet I need to set the --app_id flag to invoke remote_api on the

[google-appengine] Re: Admin UI issue

2010-05-29 Thread Darien Caldwell
This page has information and a video showing how to purchase resources and change them. http://code.google.com/appengine/docs/billing.html I have seen quite a few people posting that billing is having some issues right now, so perhaps that may explain why you can't find the method to change the

[google-appengine] Re: Unified OAuth and Users service

2010-05-29 Thread George Moschovitis
Ok filed a feature request: http://code.google.com/p/googleappengine/issues/detail?id=3280 -g. On May 29, 1:51 am, Robert Kluin robert.kl...@gmail.com wrote: Let us know if you make a feature request so we can star it. I also notice get_current_user() seems to have two very different

Re: [google-appengine] TPC-W benchmark - App Engine slow?

2010-05-29 Thread Jeff Schnitzer
I just added this comment, which explains why the GAE result is anemic. The GAE test was flawed to the point of irrelevance; hopefully the author will retest with a realistic scenario. My comment: --- It is not quite correct to say that the problem with GAE is related to sharding. As you know,

[google-appengine] Re: How to use Twill

2010-05-29 Thread Alexmipego
I'm using 2.6 and as mentioned, the project runs fine on the same machine if I'm using the standalone version (read: without GAE). On May 28, 4:01 pm, Olemis Lang ole...@gmail.com wrote: On Fri, May 28, 2010 at 7:59 AM, Alexmipego alexmip...@gmail.com wrote: Ohh, and the error is on the devel

[google-appengine] Re: logging.debug error

2010-05-29 Thread Adligo
First of all which logging framework are you using? commons logging log4j i_log (adligo) slf4j These all have log.debug(message). Second \r and \n should cause a line feed 'character' one is dos one is unix. so the statement log.debug('is this a \n\rapp engine bug?\n\rwft); should display as is

[google-appengine] Ideas on implementing fulltext

2010-05-29 Thread Khookie
I know there's no official API for fulltext search, so I know I have to roll my own. I was wondering if anyone has ideas or pointers on doing it, especially in GAE. Reference URLs, etc. will be appreciated. Kind Regards Chris -- You received this message because you are subscribed to the

[google-appengine] Re: Ideas on implementing fulltext

2010-05-29 Thread Tristan
I've implemented this on app engine: http://www.miislita.com/term-vector/term-vector-3.html limitations: - need to store your own indexes, - need to use task queue to work around 1MB put limit when creating / updating indexes - search is done in memory v. via queries - might run out of time on

[google-appengine] Re: A group of students need your valuation on their app

2010-05-29 Thread Duc Anh Nguyen
Hi Julian, Thank you for your comment. We appreciate it a lot. Actually, we have a compiling script written in Perl on another server. Sorry for disappointing you... We thought of that solution but we couldn't figure out how to do, so we chose an easier solution. We really appreciate your help.

[google-appengine] New Service Idea

2010-05-29 Thread digitalxero
I would like to see an SNMP API available. It should NOT allow a walk, buy should allow querying a specific MIB/Address. I think this API should use the UrlFetch quota for the number of queries and data transfer allowed (eg 1 snmp query = 1 less usrlfetch you can do) This feature I think should

[google-appengine] what are minimal jars?

2010-05-29 Thread Vic
Eclipse puts in a lot of jars in web-inf/lib. What are the minimal jars I need? I am not using jdo, jpa, etc. I'd rather start small and then add. help? .V -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email