[google-appengine] Severe latency errors again

2010-10-04 Thread David
Today I've gotten a recent spike in many requests timing out taking longer than 30 seconds trying to update a single entity in the data store. I only have a single index on two properties that aren't related to that entity being updated. This is starting to really be frustrating for my users and

[google-appengine] Re: Memcache capacity

2010-10-04 Thread SivaTumma
Ikai, Can We build applications those serve religions or Porn on appengine ? -- 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

[google-appengine] App Engine console is down!

2010-10-04 Thread Kangesh Gunaseelan
Are folks experiencing this issue? Thanks. Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. --

[google-appengine] Bulkloader error:

2010-10-04 Thread Deepika M
Hi, I am using bulkloader to upload 500 entities. Each entity looks like 0, 1, "1,2,3...500" So for each entity, I have a list containing 500 values. There are 500 such entities. When I try to upload the entire file (which may be > 1MB) , I get the following error. On the other hand, I tried to u

Re: [google-appengine] Re: Latency related follow up

2010-10-04 Thread Kangesh Gunaseelan
Thanks for your suggestion. I will take a look at the appstats one more time. What I am noticing though is api_cpu under 500ms (and many much below that) but sometimes overall cpu overshoots 700 ms. More over, for request aborted error messages, it doesn't really look like the service is even call

[google-appengine] Re: appcfg.py download_data [INFO] Authentication Failed

2010-10-04 Thread Julian Namaro
Are you guys using Google Login or Federated/OpenID Login ? There is a know problem when using remote_api with Federated Login, for which Nick Johnson described a fix (http://blog.notdot.net/2010/06/ Using-remote-api-with-OpenID-authentication). On Oct 4, 7:13 pm, Hugo Rodger-Brown wrote: > Sam

[google-appengine] Re: Latency related follow up

2010-10-04 Thread Julian Namaro
Hi, > as a GAE developer, is there anything that we can > do to avoid "Request aborted error" scenarios? You can run appstats, and if your app has any request taking more than ~700ms work on optimizing it. Long requests are the first to time out during periods of high latency and are generally a

[google-appengine] Re: Appengine - Reportlab (Get Photo from Model)

2010-10-04 Thread Tim Hoffman
Hi Have you got PIL installed in python? T On Oct 5, 3:40 am, xerife wrote: > Hi, I´m using the latest reportlab version 2.5 to generate PDF´s. > I´m also using Google App Engine and Django. > > I can get also an image that is in my source folder. Ex: for heading > or footer. > Everything went

[google-appengine] Unable to upload app - was working the other day

2010-10-04 Thread Peter Bell
I have an app - available at app.myshopus.com. The app name is myshopus, deployment worked fine on Friday. Today when I try to "appcfg.sh update war" it asks for email and password (as it should). I type them in (checking for caps lock, etc - they are correct) and it asks for them again. I do this

Re: [google-appengine] Re: Special Greetings

2010-10-04 Thread Ikai Lan (Google)
Yeah, I'm not sure what happened there, but I checked on all these guys and they've all been banned. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, O

[google-appengine] developer permissions

2010-10-04 Thread Tim Romanowski
I have invited a user to my app. when he clicks on the link in the invitation, and after he logs in with his google account he gets a error saying that he is unauthorized to view the application. I have added and removed him multiple times and resent the invitation. Is there any other way to rese

[google-appengine] Request log retention: are they archived at Google?

2010-10-04 Thread Gavin Andresen
I'm writing a privacy policy for a new App Engine app that I'm developing, and would like to say something specific about how long Google retains logs linking IP addresses to requests that are routed to my application. A while ago in another thread Jeff S said: "The admin console has a fixed amou

[google-appengine] Appengine - Reportlab (Get Photo from Model)

2010-10-04 Thread xerife
Hi, I´m using the latest reportlab version 2.5 to generate PDF´s. I´m also using Google App Engine and Django. I can get also an image that is in my source folder. Ex: for heading or footer. Everything went well to generate the PDF, but I'm having great difficulty printing to a PDF an image that a

[google-appengine] Re: Special Greetings

2010-10-04 Thread nickmilon
Seems the group has been hijacked today ;-( On Oct 4, 6:54 am, Grant Brown wrote: > Fuck off, you are in the wrong place. > > > > On Sat, Oct 2, 2010 at 12:49 PM, kof nklaw wrote: > > Special Greetings > > Wishing you vertical and horizontal love, perfect peace, eternal > > safety, plus favor &

[google-appengine] Re: [mapreduce] Can i run the tasks via code?

2010-10-04 Thread Matthew Blain
control.start_map is how you do this in python. i'm not sure of the java equivalent. On Oct 4, 10:49 am, Eli Jones wrote: > Nevermind.. is see that you mean mapreduce jobs. > > I guess you could read the code they have for the page that lets you > manually start the jobs.. then.. if you're lucky

Re: [google-appengine] Could I recover the application that all associated developers account has deleted ?

2010-10-04 Thread Ikai Lan (Google)
My earlier email was incorrect - if all developers are removed, the application will serve for one month before it is permanently deleted, since this is the recovery period. I've reenabled the application. This application has not gone through the irreversible stage yet, so it's a good thing we re

Re: [google-appengine] Re: Task Queue not working in Eclipse plugin (on Mac)

2010-10-04 Thread Ikai Lan (Google)
I've seen this happen when folks put testing JARs in the WEB-INF/lib directory. Can you check to see if you are doing this? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/

Re: [google-appengine] Re: Namespace API for Staging

2010-10-04 Thread Ikai Lan (Google)
There are reasons why you may want a production instance with test data: for instance, if you are testing a client that depends on a domain name or some other operation where you need the prod instance but can't use real data. Namespaces are a tool in a toolbelt and an option, not the recommendatio

[google-appengine] Re: Data partitioning by entity name conflicts with App engine custom index architecture

2010-10-04 Thread DutrowLLC
Thanks guys, that clears things up pretty well. -- 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

Re: [google-appengine] [mapreduce] Can i run the tasks via code?

2010-10-04 Thread Eli Jones
Nevermind.. is see that you mean mapreduce jobs. I guess you could read the code they have for the page that lets you manually start the jobs.. then.. if you're lucky and clicking "run" really just fires off a call to a handler.. you can find out the parameters.. and configure a cron job to do the

Re: [google-appengine] [mapreduce] Can i run the tasks via code?

2010-10-04 Thread Eli Jones
You could use cron jobs: http://code.google.com/appengine/docs/python/config/cron.html On Mon, Oct 4, 2010 at 6:40 AM, BarrenTeam wrote: > We actually run the jobs manually. > Is there anyway to launch them automatically? For exemp

Re: [google-appengine] Re: Latency related follow up

2010-10-04 Thread Kangesh Gunaseelan
Hi, Thanks for your feedback. That is good to know. I think I am handling errors reasonably well but there is only so much an app developer can do to handle the errors. Ultimately, it is the end user that will need to resolve the error. Here is an example: When an end user tries to post a messa

[google-appengine] [mapreduce] Can i run the tasks via code?

2010-10-04 Thread BarrenTeam
We actually run the jobs manually. Is there anyway to launch them automatically? For exemple through servlet? -- 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 unsubs

[google-appengine] Re: appcfg.py download_data [INFO] Authentication Failed

2010-10-04 Thread Hugo Rodger-Brown
Same here - I've tried creating admins from email addresses within the apps domain, and outside, but nothing works. I can upload new apps just fine. Using 1.3.7 of the SDK. On Sep 26, 11:20 pm, Vladimir Prudnikov wrote: > The same problem for me. I'm trying to download data. "Authentication > fai

[google-appengine] Re: Task Queue not working in Eclipse plugin (on Mac)

2010-10-04 Thread Marc Hacker
Please star this issue http://code.google.com/p/googleappengine/issues/detail?id=3651 -- 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] Re: CMS integration into GAE application

2010-10-04 Thread Tim Hoffman
Hi Mitch. It's ok, just I don't have anything to add as I don't use java and not familiar with any java cms for appengine. I am sure there are some out there though. T On Oct 4, 8:26 pm, Mitch Christow wrote: > Hi Tim, > > My apologies; I did indeed forget to say. I am using Java for the > deve

[google-appengine] Re: The API call taskqueue.BulkAdd() was explicitly cancelled.

2010-10-04 Thread Col Wilson
OK, just found the latency messages from the team. Looks like I'm not alone. APP-ID: motslot -- 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

Re: [google-appengine] deploy just one file update.

2010-10-04 Thread John Denley
Hi Nick, Thanks, I actually just noticed that on my last update. So my question really should have been, how can I run the "deploy" without running the "compile" bit in eclipse (or out of eclipse) if thats whats needed? so on the following log entries, how can I only do the bit from "Uploading 1

[google-appengine] Re: CMS integration into GAE application

2010-10-04 Thread Mitch Christow
Hi Tim, My apologies; I did indeed forget to say. I am using Java for the development. Mitch -- 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

[google-appengine] deploy just one file update.

2010-10-04 Thread John V Denley
I cant seem to find any information anywhere about how to deploy/ upload just one file. Its possible I'm not looking in the right places, but also I use eclipse so I have never had to do any manual manipulation of any files. The Simplest example of what I want to do is to simply update the standa

[google-appengine] Re: Latency related follow up

2010-10-04 Thread J
kg, I have been using GAE for a couple of years now and this is a highly unusual situation. GAE has been a very successful product IMHO. Whether recent events are a one-time situation or whether GAE has become a victim of its own success is hard to say. Speaking only for myself and my fledgling

[google-appengine] Re: CMS integration into GAE application

2010-10-04 Thread Tim Hoffman
You should probably mention java or python in your requirements ;-) T On Oct 4, 1:27 pm, Mitch Christow wrote: > Hi folks, > > I am in the middle of building a GAE based app. One thing I would like > to add to it is a CMS library/framework that would allow me to > integrate content management ca

[google-appengine] The API call taskqueue.BulkAdd() was explicitly cancelled.

2010-10-04 Thread Col Wilson
I'm getting very high levels of Errors of this sort while trying to execute queued tasks: "The API call taskqueue.BulkAdd() was explicitly cancelled." I have slowed the queue right down and reduced the possible size of any db.puts and still they come. I can't believe that nobody has reported thi

[google-appengine] Re: The API call taskqueue.BulkAdd() was explicitly cancelled.

2010-10-04 Thread Col Wilson
Stats Page now says "Elevated": http://code.google.com/status/appengine/ On Oct 4, 8:17 am, Col Wilson wrote: > I'm getting very high levels of Errors of this sort while trying to > execute queued tasks: > > "The API call taskqueue.BulkAdd() was explicitly cancelled." > > I have slowed the queue

Re: [google-appengine] deploy just one file update.

2010-10-04 Thread Nick Johnson (Google)
Hi John, The upload tool (appcfg) only updates modified files. Files that have been uploaded previously are checked for modifications, but not uploaded. -Nick Johnson On Mon, Oct 4, 2010 at 11:57 AM, John V Denley wrote: > I cant seem to find any information anywhere about how to deploy/ > uplo

[google-appengine] Request was aborted after waiting too long to attempt to service your request.

2010-10-04 Thread sahid
Hello, I have see my warning log and i have a multiple of """ Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please conta

Re: [google-appengine] Re: CMS integration into GAE application

2010-10-04 Thread Prashant
i am working on a java based cms, claymus. unfortunately, a lot of work still has to be done on front-end b4 it could be used as a CMS. back-end is almost done and ready to be used as framework but it is still totally undocumented :( . On 4 October 2010 12:34, T

[google-appengine] CMS integration into GAE application

2010-10-04 Thread Mitch Christow
Hi folks, I am in the middle of building a GAE based app. One thing I would like to add to it is a CMS library/framework that would allow me to integrate content management capabilities into my program. Does anyone have a suggestion which CMS can run on top of GAE and integrate into a custom devel

[google-appengine] Googlegroup authorization

2010-10-04 Thread raya
I've checked Users Python API and as I understand a user is a single google user. Is there a solution how to authorize any user from specified google group ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

Re: [google-appengine] Data partitioning by entity name conflicts with App engine custom index architecture

2010-10-04 Thread Nick Johnson (Google)
Hi, There is no need to partition your datastore. If you're concerned about performance, don't be - App Engine can handle as much data as you can throw at it. If you're concerned about isolation, you should look into namespaces, as Tim Hoffman suggests. -Nick Johnson On Sun, Oct 3, 2010 at 10:37

[google-appengine] Re: Task Queue not working in Eclipse plugin (on Mac)

2010-10-04 Thread Marc Hacker
Same on Windows -- 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...@googlegroups.com. For more o