[google-appengine] Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-01 Thread Jamie Niemasik
I've been receiving intermittent errors from MapReduce jobs. I'm running Python 2.7. The specific error is "BadValueError: name must be under 500 bytes" which is raised when calling datastore.Key.from_path() within blobstore.get_blob_key(); the filename being provided is way too long to make a

[google-appengine] Re: email sending not success when pdf file as attachment .

2013-03-01 Thread Manoj Kumar
Hi .. Thank You . On Friday, March 1, 2013 9:37:25 PM UTC+5:30, Ramanjaneylu wrote: > > > http://vangjee.wordpress.com/2010/11/02/how-to-create-an-in-memory-pdf-report-and-send-as-an-email-attachment-using-itext-and-java/ > > Hi Manoj, Go through this link it will solves your problem. > > On Mo

[google-appengine] Re: Instances still getting killed and causing user 500's

2013-03-01 Thread Cesium
I'm sure you noticed the question on this forum that Takashi did respond to. On Friday, March 1, 2013 11:47:21 AM UTC-7, Carl Schroeder wrote: > I am porting to Go. Then I care much less about the instance scheduler > committing unicorn genocide. > Almost done.  > > > RIP GAE/J, thanks for was

Re: [google-appengine] Run Map Reduce on non-default versions?

2013-03-01 Thread Jim Morrison
On Fri, Mar 1, 2013 at 10:06 AM, Ranjit Chacko wrote: > Other than being able to customize the bundle, are there any other > differences between it and the SDK version? What's the "official" way of > using map reduces according to Google? > > So when you run your mapreduces in a separate queue do

[google-appengine] Re: Busqueda de palabras dentro de un video

2013-03-01 Thread Vinny P
Are you trying to extract the spoken words from the video file, or the subtitle words? Extracting spoken words will be difficult and require specialized software, but if you just want to pull out subtitles and search those, that's easy. Subtitle files are called *.SRT files, and there's softwar

[google-appengine] Re: Instances still getting killed and causing user 500's

2013-03-01 Thread Carl Schroeder
I am porting to Go. Then I care much less about the instance scheduler committing unicorn genocide. Almost done. RIP GAE/J, thanks for wasting my dev time replacing you! On Friday, March 1, 2013 9:28:13 AM UTC-8, johnP wrote: > > This morning is a serving train-wreck here, too. > > > > > On W

[google-appengine] Re: email sending not success when pdf file as attachment .

2013-03-01 Thread Ramanjaneylu
http://vangjee.wordpress.com/2010/11/02/how-to-create-an-in-memory-pdf-report-and-send-as-an-email-attachment-using-itext-and-java/ Hi Manoj, Go through this link it will solves your problem. On Monday, February 4, 2013 3:03:58 PM UTC+5:30, Manoj Kumar wrote: > > Dear Sir/Madam, > I am Mano

[google-appengine] Re: Outage - Python 2.7, HRD. CloudSQL

2013-03-01 Thread Mendel
Same here, began about 7 hours ago...timeouts, very varying response time (50ms to 3ms) Am Freitag, 1. März 2013 12:15:50 UTC+1 schrieb glimmung: > > Hi, > > I've had an outage now since approximately 00:50am UK time - Pingdom > tells me that the app is up and down, but in reality it isn't

[google-appengine] Re: GAE/J: Deadline exceeded on CloudSQL connection initialization

2013-03-01 Thread Dariya Blagaya
We solved this problem. Hibernate use reflection during initialization process, but reflection depends on reading files from file system. It seems that in GAE there is a problem with reading files (including .class files) and sometimes this process can be quite long. The solution is very simpl

Re: [google-appengine] Run Map Reduce on non-default versions?

2013-03-01 Thread Ranjit Chacko
Other than being able to customize the bundle, are there any other differences between it and the SDK version? What's the "official" way of using map reduces according to Google? So when you run your mapreduces in a separate queue do you pass in the queue_name to the pipeline.start() command,

Re: [google-appengine] Run Map Reduce on non-default versions?

2013-03-01 Thread Jim Morrison
As long as you start the mapreduce on a non-default version it will continue to run in the non-default version. I also run my mapreduces through a separate taskqueue. One advantage of using the separate mapreduce bundle is that you can put in your own changes. E.g. I pickle the mapper key value

[google-appengine] Re: Instances still getting killed and causing user 500's

2013-03-01 Thread johnP
This morning is a serving train-wreck here, too. On Wednesday, February 27, 2013 7:50:47 AM UTC-8, Kinesh Patel wrote: > > On Python 2.7 paid app. Setting an idle instance seems to mitigate this, > but every time a new dynamic instance is spawned or hit i get this problem. > Definitely not n

[google-appengine] Run Map Reduce on non-default versions?

2013-03-01 Thread Ranjit Chacko
I have a couple of questions about the App Engine Map Reduce API. First of all there's a mapreduce package in the SDK, and there's a separate mapreduce bundle here: https://developers.google.com/appengine/downloads Which one should I be using? Should I be using the bundle, or is the documen

[google-appengine] Re: Instances still getting killed and causing user 500's

2013-03-01 Thread Michael Hermus
I have sacrificed several unicorns and prayed fervently to the Google Gods, but this morning instances are thrashing badly; living no more than a minute or so. Google really needs to figure out the underlying issue, and also start communicating with their customers more effectively. The awesome

[google-appengine] Outage - Python 2.7, HRD. CloudSQL

2013-03-01 Thread Philip Kilner
Hi, I've had an outage now since approximately 00:50am UK time - Pingdom tells me that the app is up and down, but in reality it isn't serving pages. Looking at logs, I see a wide variety of errors, even though every hit is to the home page or redirected to the login page (just monitor hist

Re: [google-appengine] Re: Instances still getting killed and causing user 500's

2013-03-01 Thread Mos
Hello Takashi, any feedback for us? Cheers Mos On Thu, Feb 28, 2013 at 1:06 PM, Mos wrote: > Trust me; Google has no clue what's going on. > The instance scheduler went crazy, people have downtimes and have > increased billing (for weeks!) > > If Google would be able to track the problem (or wo