Re: [appengine-java] Mapper & Blobstore bytes read limit

2010-11-17 Thread Ikai Lan (Google)
The bug has been fixed. Check out the latest code from the appengine-mapreduce project. Note that the ratio between blobstore bytes read and blob size is not 1:1. In my tests they were closer to 10:1. This is expected behavior for the time being. We're working on more options so users can better t

[appengine-java] Re: mapreduce - passing filters

2010-11-17 Thread frew
Hi, I'm the main author of the Java side of appengine-mapreduce. Sorry for the delay in responding - I don't normally lurk this group, but Ikai brought to my attention. We're happy to accept patches. We haven't been as good as we'd have liked about responding to them in a timely manner, since we'

[appengine-java] Re: Component incompatibility?

2010-11-17 Thread Didier Durand
Hi, It seems that you are using IceFaces framework: its use on Google App Engine seems to be "experimental" at best. See for example http://www.icefaces.org/JForum/posts/list/12361.page See also http://jira.icefaces.org/browse/ICE-4394 for the limitations in current version 1.8.x regards didie

[appengine-java] Component incompatibility?

2010-11-17 Thread Verônica Taquette
Hi, I'm trying to run my application, but I keep receiving this error: Uncaught exception from servlet javax.servlet.UnavailableException: Initialization failed. at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.createHandler(AppVersionHandlerMap.java: 200) at com.google

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-17 Thread Dave Watson
Can you make this sticky or a FAQ or something? I've been having terribly deployment problems (had to adjust my deployment script to retry 10+ times), and seems like this solution should be shouted from the rooftops. :) On Nov 16, 7:20 pm, "Ikai Lan (Google)" wrote: > Strange, I could have sworn

[appengine-java] does GAE support between operator?

2010-11-17 Thread Vik
Hie I want to find rows where a number exist in between of two column values which are say numFrom and numTo. So does app engine query support between operator to write like select myclass where myNum in between numFrom and numTo ? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.

[appengine-java] Re: Can't deploy anymore: java.security.NoSuchAlgorithmException

2010-11-17 Thread Didier Durand
Here the log file when needed Unable to update: java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.DefaultSSLContextImpl) at javax.net.ssl.DefaultSSLSocketFactory.throwException

[appengine-java] Can't deploy anymore: java.security.NoSuchAlgorithmException

2010-11-17 Thread Didier Durand
Hi, New issue (nov 17th, 1:10 pm Paris time) when deploying to App Engine from Eclipse. I get the following exception: java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.DefaultSSLCont

Re: [appengine-java] Mapper & Blobstore bytes read limit

2010-11-17 Thread Cyrille Vincey
VERY good news. Can't wait. Thanks. From: "Ikai Lan (Google)" Reply-To: Date: Tue, 16 Nov 2010 12:07:59 -0800 To: Subject: Re: [appengine-java] Mapper & Blobstore bytes read limit We discovered a bug. We're not reading in the entire blob, but we are reading in far too much data. Fred has

[appengine-java] Re: Accessing Google spreadsheet using Java

2010-11-17 Thread Vikas Hazrati
Hi, We implemented the attachment solution using the combination of Spreadhseet API and Document List API. The way we implemented the solution is blogged here http://thoughts.inphina.com/2010/11/17/mailing-google-docs-as-attachment-on-google-app-engine/ Regards | Vikas www.inphina.com On Nov 13,