[google-appengine] NetBeans deployment plugin

2010-03-06 Thread Moretto
The following error is occuring. Any one have ideia? All the libs are at the classpath. dirname: operando extra `de' Tente `dirname --help' para mais informação. Exception in thread "main" java.lang.NoClassDefFoundError: com/google/ appengine/tools/admin/AppCfg Caused by: java.lang.ClassNotFoundEx

Re: [google-appengine] Re: The server encountered an error and could not complete your request.

2010-03-06 Thread Waleed Abdulla
I think I know what's happening now, so I'm sharing it for everyone's benefit. I was using the feedparser library to parse a feed, and that got into some sort of infinite loop. What worries me, though, is the fact that the App Engine didn't log any information from any of the logging.info() message

[google-appengine] Re: Post-mortem for February 24th, 2010 outage

2010-03-06 Thread nickmilon
Thanks for sharing this as well as the previus post mortem (last July if I remember well). Keep on the good work ! -- 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 un

[google-appengine] Re: Application deployment time

2010-03-06 Thread Spines
My cold start time for helloWorld is 1.5 seconds. If I add JDO to that, it adds an additional 5-6 seconds for me on the first use of JDO. On Mar 6, 12:55 am, Francois MASUREL wrote: > Here is what I get when I deploy my webapp with a very basic web.xml > containing only one HelloWorldServelt, no

[google-appengine] Re: Why request time for script takes so long?

2010-03-06 Thread François Masurel
You should have a look at the following issues : http://code.google.com/p/googleappengine/issues/detail?id=2456 http://code.google.com/p/googleappengine/issues/detail?id=2690 And star them if you want. François On 6 mar, 17:05, Shedokan wrote: > Hi, I live in israel and I'm making an app in ap

[google-appengine] Why request time for script takes so long?

2010-03-06 Thread Shedokan
Hi, I live in israel and I'm making an app in app engine. When I go tomy app it takes about 5 seconds for it to load, and I have checked if it's my app that slowing things down and my app takes only half a second of all that time. so what's making my app slow? thanks. -- You received this messa

[google-appengine] session user property not updated. weird bug?

2010-03-06 Thread Sumer Cip
Hi all, Below is the code code I am using in my tests to update a reference tied to my session, the session object I use if from gaeutilities (wrapped it a little). I put a reference object in the session and all working fine. if not self.Session.user: user = scMember.all().fi

[google-appengine] "Captcha Required" when authenticating with a google apps account

2010-03-06 Thread Abhi
Hi, I am trying to authenticate using to Google Spreadsheet service using a google apps account. I always get a error "Captcha Required". My code is as below:- SpreadsheetService service = new SpreadsheetService("__SMS_CRON"); try { servic

[google-appengine] Using ClientLogin: HOSTED vs GOOGLE

2010-03-06 Thread tony
There are lots of postings about how to use ClientLogin to programmatically authenticate with a Google App Engine app. For the account type, they all recommend using HOSTED_OR_GOOGLE. This is wrong, and I will explain why. There are two kinds of accounts in the Google world. The ones you create fo

[google-appengine] Re: Cron jobs fail with error "Request was aborted after waiting too long to attempt to service your request."

2010-03-06 Thread John_Idol
Not fixed for me - I am still getting it pretty often not on cron-jobs but on normal calls (even on the google login service call): "Request was aborted after waiting too long to attempt to service your request. Most likely, this indicates that you have reached your simultaneous dynamic request li

Re: [google-appengine] Re: Application deployment time

2010-03-06 Thread Francois MASUREL
Here is what I get when I deploy my webapp with a very basic web.xml containing only one HelloWorldServelt, no filters and no listeners. I still get a 9-10 seconds deploying time : 03-06 12:54AM 35.471 /helloworld 200 9558ms 3966cpu_ms 0kb Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWe

[google-appengine] Strange OverQuotaError, Image API call.

2010-03-06 Thread Bartosz Kołodziej
I am getting OverQuotaError from Image API: "OverQuotaError: The API call images.Transform() required more quota than is available" But my application is not over quota. Every other call/request is okey. Only image API seems to not work correctly. Any help on this topic? My current quota details,