[google-appengine] Re: Error: Server Error from Android phone, no log

2009-11-24 Thread Per Sandström
Thanks for the reply. Currently I am unable to reproduce the error. I will investigare it further if it reappears and post here. Cheers, Per Sandström On Nov 24, 1:09 am, "Ikai L (Google)" wrote: > I'd like to try to replicate this error, but I am getting a 401 when I > attempt to POST arbitrary

[google-appengine] Re: Long Response times?

2009-11-24 Thread Magnus O.
Hi!, I feel it's slow in both the development environment and live. I have run some profiling on the site with firebug and I can see that the "waiting for response" part on all request to script handlers is about 800ms. This seems like a very long time. The site I have developed is a weather servi

[google-appengine] incremental download from the google app engine datastore

2009-11-24 Thread hyun
Hi, I wonder if it is possible to download the added data (incremental download) using appcfg.py download_data ... The time log data of my service is very big now. So whenever I have to download the time log, it takes long because it downloads the full data every time. So I'd like to downloa

[google-appengine] Re: votay - Wordpress of GAE

2009-11-24 Thread Andrew Arrow
Thanks Andy, just what I was looking for. I'll check out bloggart. On Nov 23, 11:45 am, Andy Freeman wrote: > Seehttp://blog.notdot.net/2009/10/Blogging-on-App-Engine-part-10-Recap > . > > On Nov 22, 3:45 pm, Andrew Arrow wrote: > > > > > Hello, > > > I started an open source GAE project called

[google-appengine] list kinds

2009-11-24 Thread alf
Hi all there are any away to get a list of all kinds (name) for one app. many thanks -- 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-appeng...@googlegroups.com. To unsubscribe from this group, s

[google-appengine] Taskqueue not working...

2009-11-24 Thread deostroll
I am doing appengine development from my local machine. (Winxp). The following code is supposed to add something to the taskqueue. I assume that one I add I am supposed to see default messages getting logged in the console, but nothing of the sort happens...am I doing something wrong? class showDa

[google-appengine] Map Reduce on Google App Engine

2009-11-24 Thread andreas diavastos
Hi, I was wondering if I App Engine supports Map Reduce for a user to run. We would like to run an application(word count) on AppEngine and we would need to use the Map Reduce programming model on that application(otherwise it would be worthless to run it on AppEngine). And my question is whether

[google-appengine] Remote Login Problem

2009-11-24 Thread fujara
Hi I can't login with the remote api for one of my apps. The login for the other apps are working without problems. Output: Invalid username or password. But the username and passwords are correct. Any ideas what could be the problem? -- You received this message because you are subscribed to t

[google-appengine] How to remove property of java object(POJO) with safty?

2009-11-24 Thread sea
Hi Environment :GAE for java, JPA I defined a java object(POJO) and stored some data in it. But later I found a property of that java object(POJO) was useless, and there was no data in that property.So I removed that property, but that caused a big problem, the data in that java object(POJO) can

Re: [google-appengine] Re: Watch out for this subtle performance killer

2009-11-24 Thread Ikai L (Google)
When you need to expire a cached query, you can either: 1. Delete the cache entry 2. Regenerate the cache entry with updated data 3. Use a key scheme that allows you to lazy expire that model. Ex: Setting your key to pix:id:version. The challenge of this key is knowing what the newest version is.

Re: [google-appengine] Re: Long Response times?

2009-11-24 Thread Ikai L (Google)
Are you measuring the request from the client side or the server side? What do your server logs say? When it comes to client side optimizations, there are a ton of things you can do to improve the performance. What you'll want to do is benchmark on the server using the admin console, then do bench

[google-appengine] Deployment error with Eclipse

2009-11-24 Thread Clarence
Hi all: I'm new to Google AppEngine and Eclipse. I've created a basic application that allows a user to enter GPS coordinates and display them as markers on a Google Map. The application works perfectly when I run it in hosted model; however, I receive the following error if I try to deploy it to

Re: [google-appengine] BotNet/DDoS Attack

2009-11-24 Thread Ikai L (Google)
Sean, If this happens, let us know here, especially if it causes billing anomalies for you: http://code.google.com/support/bin/request.py?contact_type=AppEngineBillingSupport On Mon, Nov 23, 2009 at 4:43 PM, Sean wrote: > So my silly little toy application that I put up in March suddenly > appe

Re: [google-appengine] incremental download from the google app engine datastore

2009-11-24 Thread Ikai L (Google)
If you're requesting logs, you can use this flag: -n NUM_DAYS, --num_days=NUM_DAYS Number of days worth of log data to get. The cut-off point is midnight UTC. Use 0 to get all available logs. Default is 1, unless --append is

[google-appengine] Re: Datastore Model Design

2009-11-24 Thread Pierre Lavignotte
No one to help me with my model ? :'( -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googl

[google-appengine] Re: Datastore Model Design

2009-11-24 Thread niklasr
On Nov 24, 4:52 pm, Pierre Lavignotte wrote: > No one to help me with my model ? > > :'( Always Craig Larman is good ref, creator model and factory design patterns to R&D. My quick advice is avoid finegraining what I briefly noticed and make more specific models since models mentioned look sligh

[google-appengine] mail this group enables new optional idea

2009-11-24 Thread niklasr
this idea to include direct link to current discussion in text very obvious to view newest discussion version. since the links are now to the group, not to the actual discussion, welcomes its consequense -- You received this message because you are subscribed to the Google Groups "Google App Eng

[google-appengine] What IDE the community recommend to developers of Python+GAE

2009-11-24 Thread frankabel
Hi all, I know that Java+GAE have http://code.google.com/eclipse/ as google recommendation, but what about Python+GAE developers? Cheers Frank -- 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-app

[google-appengine] Re: What IDE the community recommend to developers of Python+GAE

2009-11-24 Thread niklasr
On Nov 24, 11:16 pm, frankabel wrote: > Hi all, > > I know that Java+GAE havehttp://code.google.com/eclipse/as google > recommendation, but what about Python+GAE developers? > > Cheers > Frank selenic who maintain hg could know since (easy) Mercurial IDE unavailable mentioned Eric, Boa construct

Re: [google-appengine] What IDE the community recommend to developers of Python+GAE

2009-11-24 Thread Rodrigo Moraes
On Tue, Nov 24, 2009 at 9:16 PM, frankabel wrote: > I know that Java+GAE have http://code.google.com/eclipse/ as google > recommendation, but what about Python+GAE developers? eclipse + pydev plugin is probably the only ide with built-in app engine support. hope this helps. -- rodrigo -- You r

Re: [google-appengine] What IDE the community recommend to developers of Python+GAE

2009-11-24 Thread Robert Kluin
On my Macs, I use: - AppEngine Launcher - Editra - Murky (Mercurial GUI) Simple and works well for me. Have a colleague using Wingware instead of Editra. Robert On Tue, Nov 24, 2009 at 11:57 PM, Rodrigo Moraes wrote: > On Tue, Nov 24, 2009 at 9:16 PM, frankabel wrote: > > I know that Java+G

[google-appengine] Large number of DeadlineExceeded and no CPU time used around 11:40pm google time

2009-11-24 Thread Tim Hoffman
Hi I am encountering large numbers of DeadlineExceeded errors on instance startup. At around 11:20pm google time (time in the logs.) I see this most days this week. appid polytechnic-wa The odd thing about a lot of these errors (but not all) is that almost no cpu time is used and the log message

[google-appengine] Re: Large number of DeadlineExceeded and no CPU time used around 11:40pm google time

2009-11-24 Thread Tim Hoffman
Ignore that stacktrace, cut and past the incorrect one, Sorry. However we are pretty much dead in the water with startup times massively blown out, even pages that are server directly from memcache are taking 4 secs, when normally they only take 100ms tops. This has been a recurring pattern for t

[google-appengine] Re: Large number of DeadlineExceeded and no CPU time used around 11:40pm google time

2009-11-24 Thread Tim Hoffman
Things appeard to settle down around 11:48PM I dont see anything in the system status, and interestingly our testing instance psc-dev1 which is running the identical code base was not showing these problems. T On Nov 25, 3:37 pm, Tim Hoffman wrote: > Ignore that stacktrace, cut and past the inc