[google-appengine] Problem with Passive FTP with Appengine

2014-07-24 Thread Fabien Lenoir
Hi, I am trying to use Appengine (Java) to connect to a ftp server in passive mode. As you may known, passive mode use 2 simultanous connections : 1 on port 21, and another on port chosen by the server. The problem I encounter, is that the two connections are not done from the same IP, as Appen

[google-appengine] Blobstore problem

2014-07-09 Thread Fabien Lenoir
Hello, I am experimenting a problem with the blobstore today. The files I upload from my application are displayed with the correct size in the blob viewer, but when I try to download them from the same view, only empty files are downloaded. It's seems that the application can't access the uplo

[google-appengine] Re: Error code 202

2013-03-08 Thread Fabien Lenoir
I am also facing this issue. It happens about twice a day. Please help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googleg

[google-appengine] Re: Java - Reloading Changes for JSPs

2012-06-15 Thread Fabien Lenoir
Touching appengine-web.xml make dev server reload every classes (Servlets, and maybe also JSPs). Under eclipse, you can configure it so that it touch this file on every change you do. See 2nd answer of http://stackoverflow.com/questions/800701/how-do-i-restart-the-google-app-engine-java-server-

[google-appengine] [Java] Mapreduce & Tasks on development server

2012-04-18 Thread Fabien Lenoir
On development server, when I execute a mapreduce using 8 shards, I can see that only 2 tasks are processed simultaneously at a time instead of 8. My guess is that task manager limit concurrency on development server. Is there any way to bypass this limitation ? Thanks. -- You received this mess