[appengine-java] Re: Use of com.google.appengine.repackaged

2012-01-03 Thread Jerome
Hello Ramesh, As Ikai was suggesting above, change your import to: import org.apache.commons.codec.binary.Base64; The method name in this class are a bit different from the repacked Google class, but the mapping is fairly straight forward. Cheers, Jerome On Jan 3, 9:49 am, ramesh

[appengine-java] Re: GAE app completely down for over an hour due to com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: Error setting single item

2011-10-27 Thread Jerome
localized to only some apps, but apps affected using session management were completely down. Still no word from Google about the outage, what happened, what is being done to ensure this chain failure does not happen again, etc. Jerome On Oct 26, 9:56 am, Simon Knott knott.si...@gmail.com wrote

[appengine-java] Re: GAE app completely down for over an hour due to com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: Error setting single item

2011-10-26 Thread Jerome
this, other than an informal IRC discussion with one of their dev advocate confirming that SRE addressed the issue around the time we have seen everything coming back to life. Jerome On Oct 26, 8:01 am, Francois Masurel f.masu...@gmail.com wrote: Yep, we got struck by the same outage for about

[appengine-java] GAE app completely down for over an hour due to com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: Error setting single item

2011-10-25 Thread Jerome
inside Google! Jerome -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr

[appengine-java] javax.mail.Transport.send() causing a java.awt.Component is a restricted class. when attaching a bitmap to the email

2011-10-19 Thread Jerome
it is not a big deal for us (most outbound emails using a 3rd party SMTP service), but just thought that is an issue that seems important enough to be reported. Adding a bitmap in a multipart email is a pretty standard use case. Cheers, Jerome -- You received this message because you are subscribed

[appengine-java] GAE Java backends good practice question

2011-08-13 Thread Jerome
you use a war-backend with the WEB-INF and duplicated conf file and JArs that need to be kept in sync? Suggestions for something better would be awesome. Cheers, Jerome -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] Re: After upgrade to GAE SDK 1.5.0 - Cache is not working

2011-05-22 Thread Jerome
-1.5.0.1.zipcan=2q= Hope this helps. Jerome PS: The manual copy of appengine-jsr107cache.jar was working just as well, and was less troubles to deal with though. On May 18, 11:24 am, Max max.at.xam...@gmail.com wrote: Still waiting for the new jar to appear herehttp://repo1.maven.org/maven2

[appengine-java] New deployment authentification in Plugin for Eclipse not working with Google Apps

2011-05-22 Thread Jerome
transitioned my account (with another set of issues that comes with that, which is a different story), but now how to I tell the Google plugin in Eclipse that I want to change my deployment account? Cheers, Jerome -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: New deployment authentification in Plugin for Eclipse not working with Google Apps

2011-05-22 Thread Jerome
to normal. Cheers, Jerome On May 22, 4:23 pm, Jerome jerome.mou...@gmail.com wrote: The 1.5.0 update for GAE has been the most trouble making release to date for us. The main issue that is not clear yet how to workaround is the new login process for deployment. We use Google Apps accounts for our

[appengine-java] Re: SSLHandshakeException in GAE 1.4.2

2011-02-20 Thread Jerome
If you are seeing this issue on the dev environment, it is an issue being discussed in this thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/c19d8407128e3eae# Jerome On Feb 19, 4:46 am, Jing Zhang jin...@gmail.com wrote: Hi, I'm experiencing a problem making

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Jerome
Sorry, no solution but a very similar issue with Eclipse Helios SR 1: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 9 in the generated java file org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type An error occurred at line: 10 in

[appengine-java] increase rate of 500 resource constraint on incoming xmpp messages

2010-12-01 Thread Jerome
, everything went back to normal. I do not think there is anything we can do from our app standpoint. Let us know if there is additional information we could report to help get this issue resolved. Jerome PS: I do not think this issue is related to the other sporadic problem with the xmpp message

[appengine-java] Re: Transforming Images from the Blobstore

2010-10-31 Thread Jerome
for that? Cheers, Jerome On Oct 29, 11:19 am, Jeremy Blythe jeremybly...@gmail.com wrote: After you've manipulated the image you need to write the new image back to the Blobstore using an HTTP multi-part/formdata POST. You can do this with the URLFetchService. I do this on my site and have

[appengine-java] Re: XMPPService.getPresence() consistently returning invalid offline status for only a couple specific Gtalk users

2010-08-16 Thread Jerome
. It seems to be a bug on the Gtalk -- GAE integration side. It would be great if it could be fixed from the Google side, as such issues are pretty hard to troubleshoot. Cheers, Jerome On Aug 14, 1:34 am, Jerome jerome.mou...@gmail.com wrote: We are currently experiencing an issue

[appengine-java] Re: GAE deployments high rate of failures

2010-06-17 Thread Jerome
now, post 1.3.4 update. Cheers, Jerome On Jun 17, 6:34 am, Tristan tristan.slomin...@gmail.com wrote: had the same problem... all deployment issues went away with 1.3.4 (and you can now have 100 versions per app - someone said ... neat) On Jun 16, 2:13 pm, Jerome jerome.mou...@gmail.com wrote

[appengine-java] Re: GAE deployments high rate of failures

2010-06-16 Thread Jerome
Hi Don, Now that is a good incentive to upgrade :-) (we are still on 1.3.2 indeed). Jerome On Jun 16, 5:18 pm, Don Schwarz schwa...@google.com wrote: Try upgrading to the 1.3.4 SDK. On Wed, Jun 16, 2010 at 10:14 AM, Jerome jerome.mou...@gmail.com wrote: Same here, for the past few weeks

[appengine-java] XMPP -- GAE in outage for our application

2010-05-19 Thread Jerome
to the servlet. Surprisingly, there are a very few customers for which it is working ok, but again most of them are unable to reach the app. Jerome -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google

[appengine-java] Re: Unable to update app: Error posting to URL: Error 500

2010-05-05 Thread Jerome
is under unexpectedly high or uneven load. If you see this message frequently, please contact the App Engine team. Jerome On May 5, 3:48 pm, Max Ross (Google) maxr+appeng...@google.com wrote: GAE is currently read-only for scheduled maintenance.  I recommend subscribing to the google-appengine

[appengine-java] Re: Unable to update app: Error posting to URL: Error 500

2010-05-05 Thread Jerome
Things are back up... We were completely down for 15 minutes following the end of the planned downtime. Jerome On May 5, 4:01 pm, Jerome jerome.mou...@gmail.com wrote: Max, the GAE team sent the notice that the maintenance has been completed, but our app is totally DOA now. Every single

[appengine-java] Re: The API call datastore_v3.Put() is temporarily unavailable.

2010-05-05 Thread Jerome
you are investigating this one. Thanks, Jerome On May 5, 4:02 pm, Max Ross (Google) maxr+appeng...@google.com wrote: Hi Jerome, What error were you getting instead of ApiProxy.CapabilityDisabledException?  Do you have a stack trace I can look at? Thanks, Max On Wed, May 5, 2010 at 1:57

[appengine-java] How to detect GAE is in maintenance?

2010-05-04 Thread Jerome
(com.google.appengine.api.memcache.MemcacheServiceException e) { return true; } return false; } But, during the downtime, this method was still return false. What is the best option to figure out we are in the downtime period? Jerome

[appengine-java] Task queue not starting the action when expected

2010-02-25 Thread Jerome
. Our queue is setup with a max rate of 5/s and a bucket size of 1. Any idea of what we can do to work around or solve this new issue? Jerome -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google

[appengine-java] Re: Does precompilation work ?

2010-01-31 Thread Jerome
We have been using precompilation for a week now, and there is no such 503 while deploying on our app. Jerome On Jan 30, 8:46 pm, tomekc to...@ceszke.com wrote: Hi All, does precompilation work for you ? I'm trying a few times deploy with precompilation but still get an exception

[appengine-java] Re: why is this? Unable to update app: Version not ready.

2010-01-31 Thread Jerome
Will check again in 8 seconds Will check again in 16 seconds Will check again in 32 seconds Will check again in 64 seconds Closing update: new version is ready to start serving. Uploading index definitions. Uploading cron jobs. Uploading task queues. Deployment completed successfully Jerome On Jan 22

[appengine-java] Re: jingle support on app engine

2010-01-31 Thread Jerome
/googleappengine/issues/detail?id=2331 I would really appreciate some input whether the GAE XMPP stack is going to be expanded soon, such as we can make an educated decision for our app. Cheers, Jerome On Jan 29, 6:55 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi, Sorry

[appengine-java] Re: Increased reliability issues on AppEngine for the past 48h

2010-01-08 Thread Jerome
this, we should still have a pretty much constant 5 reqs/sec rate. The error rate spikes do not correlate to the reqs/sec unexpected spikes though. Let me know if I can provide additional data for review. Thanks Jerome On Jan 8, 6:54 pm, Jerome Mouton jerome.mou...@gmail.com wrote: Hello, Our

[appengine-java] Re: AppEngine Java stability concerns

2009-11-03 Thread Jerome
your team understand and debug short issues? Thank you. Jerome On Nov 3, 8:21 pm, Max Ross (Google) maxr+appeng...@google.com wrote: Hi Jerome, There is planned maintenance going on right now.  I'd strongly encourage you to subscribe to the App Engine Downtime Notify group where you can learn

[appengine-java] Discussion sur will-it-play-in-app-engine

2009-10-29 Thread Jerome Louvel
/ - User documentation of Restlet edition for GAE http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/252-restlet.html - Restlet edition for GAE is available online http://www.restlet.org/downloads/ - The port is now fully automated Best regards, Jerome Louvel -- Restlet ~ Founder and Lead

[appengine-java] Creating static files from a servlet

2009-09-16 Thread Jerome
a static URL for the image, rather than pointing to the servlet (useless CPU and data store usage). Thanks, Jerome --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group

[appengine-java] Re: Creating static files from a servlet

2009-09-16 Thread Jerome
Thank you guys, I did not realize this item on the road map was to let the app store large files. I can't wait to see this coming. Thanks as well for the http caching headers suggestion. We were planning to get these set shortly. Jerome On Sep 16, 2:06 pm, Toby Reyelts to...@google.com wrote