[google-appengine] Re: Static files in newly deployed version not available in the apps domain. (Major problem)

2010-06-02 Thread François Masurel
I've the same problem here. I just added an extra parameter at the end of my urls (ex : "?v=1") to be able to load them correctly. François On 2 juin, 14:19, Tim Hoffman wrote: > Hi > > We have been trying to deploy a major revision of one of our apps. > > Under the specific version 2-0-0.lates

[google-appengine] Status page not working

2010-06-02 Thread François Masurel
The App Engine status page doesn't display fine for me ? Anybody having the same problem ? http://code.google.com/status/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...@googl

[google-appengine] Re: Status page not working

2010-06-03 Thread François Masurel
It's ok now, thanx. On 2 juin, 19:30, "Wesley C (Google)" wrote: > thanks barry, you're right. there's a configuration issue that the > team is working on, so we should have it working soon. apologies for > crude CSS-less status page! > > -- wesley > - - - - - - - - - - - - - - - - - - - - - - -

[google-appengine] Re: Big problem: more than 3000 files when using SmartGWT

2010-06-05 Thread François Masurel
Check this : http://groups.google.com/group/google-appengine/browse_thread/thread/8b8a37a1d9e6a8a/fbe5e4ce2979deff I still haven't implement the zip file request handler. François On 5 juin, 07:45, Tam Tran wrote: > Dear all, > I use GWT and SmartGWT in my project. There are 2,500 files in war

[google-appengine] Can't connect to the administration console

2010-06-06 Thread François Masurel
I get an error 500. -- 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 mo

[google-appengine] Re: Non-browser client authentication

2010-06-08 Thread François Masurel
As says Ikai you could use OAuth to authenticate users : http://code.google.com/intl/fr-FR/appengine/docs/java/oauth/overview.html It works fine with my Android application. I'm using Restlet / JSON on GAE side. On 7 juin, 20:30, "Ikai L (Google)" wrote: > You wouldn't. The users service is on

[google-appengine] Re: Datastore error:Authentication Failed while downloading data

2010-06-16 Thread François Masurel
I've the same problem with my Java application (webwinewatch). Does the bulk loader work with Federated Login ? I'm following Ikai's tutorial without success :-( Thanx for your help. On 5 mai, 15:50, suri wrote: > Thanks wooble > that's working now > > On May 4, 6:02 pm, Wooble wrote: > > > >

[google-appengine] Re: Datastore error:Authentication Failed while downloading data

2010-06-16 Thread François Masurel
In fact, it doesn't seem to work natively with FederatedLogin activated on your app : http://stackoverflow.com/questions/2981226/app-engine-remote-api-with-openid Will this get fixed anytime soon ? On 16 juin, 17:33, François Masurel wrote: > I've the same problem with my Jav

[google-appengine] Re: Datastore error:Authentication Failed while downloading data

2010-06-16 Thread François Masurel
http://code.google.com/p/googleappengine/issues/detail?id=3258 On 16 juin, 17:33, François Masurel wrote: > I've the same problem with my Java application (webwinewatch). > > Does the bulk loader work with Federated Login ? > > I'm following Ikai's tutorial without

[google-appengine] 500 Server Error - Admin console

2010-06-17 Thread François Masurel
Can't connect to admin console at the moment. -- 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..

[google-appengine] Re: App Engine announcement emails being marked as Phishing in Gmail

2010-06-30 Thread François Masurel
Yep, got it back from my spam folder, and it displays the same warning message. On 30 juin, 10:50, Danny Tuppeny wrote: > When I get emails from the App Engine team, such as one today titled > "Notification: Upcoming scheduled maintenance periods July 7th, 2010 > and July 14th, 2010", it goes int

[google-appengine] Re: App Engine announcement emails being marked as Phishing in Gmail

2010-07-15 Thread François Masurel
All the maintenance notification emails have been sent to my GMail spam folder for today's downtime. So I didn't received any, quite annoying. On 2 juil, 23:16, Waleed Abdulla wrote: > It was marked as spam for me as well. Glad I saw this thread (thanks > Danny). > > Waleed > > On Fri, Jul 2, 20

[google-appengine] Re: GAE + RESTful webservice

2010-07-19 Thread François Masurel
I've successfully used Restlet with OAuth for a simple web service. On 18 juil, 19:48, ping wrote: > Hi, > i want to develop a webapplication on GAE which stores and retrieves > data from a database and make it available through RESTful > Webservices. > What's the best way to do this? > Can I use

[google-appengine] Google Maps Data attribute search queries do not work in GAE

2010-07-25 Thread François Masurel
Hi everybody, As anybody successfully done such type of request in GAE : http://maps.google.com/maps/feeds/features/203441605809910544300/00048b9772b494459d511/snippet?mq=[dpt:17] It works perfectly fine locally but fails when run on GAE (no filtering by custom property value). It looks like th

[google-appengine] Cron fails because of "Request was aborted after waiting too long"

2010-07-25 Thread François Masurel
What to do when your cron servlet fails with this message : "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 contact

[google-appengine] Re: Google Maps Data attribute search queries do not work in GAE

2010-07-26 Thread François Masurel
Hi Barry, thanx for your answer. I've tried URL encoding the mq parameter but without success. On 26 juil, 14:19, Barry Hunter wrote: > I dont know, but maybe try urlencoding them? > > %5B etc > > 2010/7/25 François Masurel : > > > > > Hi everybody, > >

[google-appengine] Re: Google Maps Data attribute search queries do not work in GAE

2010-07-28 Thread François Masurel
It's working fine now. But nothing changed on my side, so I guess the attribute search index wasn't available yet or something. If someone at Google have more information about that, I'm interested to hear about it. Thanx. On Jul 26, 4:03 pm, François Masurel wrote: > H

[google-appengine] Re: Can we revert our data stored in datastore to a previous date?

2010-08-14 Thread François Masurel
You could also star this issue : http://code.google.com/p/googleappengine/issues/detail?id=776 On 14 août, 15:51, djidjadji wrote: > There is a copy of your data but that is a (near) identical copy. At > most a few minutes old. > This is only used by Google in the data centers to switch. > > The

[google-appengine] Re: Cron jobs fail with error "Request was aborted after waiting too long to attempt to service your request."

2010-02-28 Thread François Masurel
I've the same problem for some cron jobs running every minute and that fails every 5 minutes or so, sometimes less. What is the most annoying is that it counts for your billing quotas, so you pay for doing nothing. On 29 jan, 06:07, Abhinav Bhagwat wrote: > I am monitoring my app since past 1 we

[google-appengine] Application deployment time

2010-03-01 Thread François Masurel
There seems to be an incompressible deploying time, even if you access a pretty simple page in GAE. In my case, a pretty basic servlet making a simple read in the datastore can take as much as 15s to load. My web.xml is pretty basic too, only one filter : I'm doing the servlet lazy-loading myself

[google-appengine] Re: Why request time for script takes so long?

2010-03-06 Thread François Masurel
You should have a look at the following issues : http://code.google.com/p/googleappengine/issues/detail?id=2456 http://code.google.com/p/googleappengine/issues/detail?id=2690 And star them if you want. François On 6 mar, 17:05, Shedokan wrote: > Hi, I live in israel and I'm making an app in ap

[google-appengine] Re: Users are not redirected back to app after creating a google account.

2010-03-16 Thread François Masurel
You can star issue http://code.google.com/p/googleappengine/issues/detail?id=1781 On 16 mar, 16:26, Aurelian wrote: > Totally agree. > I had to build a full authentication system for that reason, because > creating new Google Accounts was very confusing, moreover user was not > forwarded to appl

[google-appengine] @Google : can't delete application version

2010-03-24 Thread François Masurel
Hi Googlers, I've a strange bug in my administration console : I get Server Errors when I try to permanently delete an unused version (1) of my application "i-wands" : http://1.latest.i-wands.appspot.com/ Thanx for your help, François Masurel Bordeaux, France -- You receiv

[google-appengine] Re: @Google : can't delete application version

2010-03-25 Thread François Masurel
Still can't delete my application version. Here is the error message I get : Server Error A server error has occurred. And nothing in the logs. On 24 mar, 11:46, François Masurel wrote: > Hi Googlers, > > I've a strange bug in my administration console : I get Server Err

[google-appengine] Re: @Google : can't delete application version

2010-03-25 Thread François Masurel
Thanx Ikai, it worked, I could successfully delete my application version. Do you have an idea why I couldn't delete it before ? On 25 mar, 20:15, "Ikai L (Google)" wrote: > Can you give it a try now? > > 2010/3/25 François Masurel : > > > > > > &

[google-appengine] i18n GWT 2.0 application reaching the max files limit

2010-03-28 Thread François Masurel
Hi, While trying to deploy our internationalized GWT 2.0 application into production we encountered the error : "Applications are limited to 3000 files, you have 3956.". In fact, while developping we were limiting ourselves to one language and one browser and had no problem. But once when we acti

[google-appengine] Re: i18n GWT 2.0 application reaching the max files limit

2010-03-29 Thread François Masurel
ny code samples around ? > > Thanx again. > > > > On Mon, Mar 29, 2010 at 1:41 PM, djidjadji wrote: > > You can make a zip file and serve the files from it with a request handler. > > Maximum zip file size is 10Mb. > > > 2010/3/28 François Masurel : > >

[google-appengine] Re: Appstats caused java OutOfMemoryError - heap

2010-04-19 Thread François Masurel
Same for me. On 18 avr, 22:45, aloo wrote: > I'm experiencing the same issue - were you able to resolve? > > On Mar 31, 5:17 pm, Jake wrote: > > > > > I have a rather large and intense sorting process that runs > > periodically.  When I enabled Appstats, this process started to fail > > with the

[google-appengine] Re: appengine appears to be down

2010-05-10 Thread François Masurel
Yep same for me. On 10 mai, 14:58, Jeff wrote: > can't even access the dashboard. anyone else experiencing this? > > -- > 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.co

[google-appengine] Re: 500 Errors while attempting to access admin console

2010-05-11 Thread François Masurel
Yep AppEngine is down again, just like yesterday. On 11 mai, 15:07, michael wrote: > May 10, 2010 6:06 am pacific - encountering 500 Error while attempting > to access admin console > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. >

[google-appengine] Re: again down

2010-05-11 Thread François Masurel
My website just went back up. But what happened ? It was not reachable for about 5 minutes. On 11 mai, 15:09, dobee wrote: > hi google team > > appengine seems to be down again, like yesterday. > > what is the status of these downtimes? > > thx, bernd > > -- > You received this message because y

[google-appengine] Re: again down

2010-05-11 Thread François Masurel
In fact, it's down again :-( On 11 mai, 15:14, François Masurel wrote: > My website just went back up.  But what happened ? It was not > reachable for about 5 minutes. > > On 11 mai, 15:09, dobee wrote: > > > hi google team > > > appengine seems to be down a

[google-appengine] Re: Datastore latency spike of May 11th _did_ affect availability of applications

2010-05-14 Thread François Masurel
Yep same for me, a few cron jobs failed around that time. On 14 mai, 15:30, Bay wrote: > I can confirm my logs say the same - at least a dozen of errors in > that timeframe today. > > On May 14, 3:21 pm, James wrote: > > > I'm still seeing latency from 5:50AM PST to 6:00AM PST on most days. > >

[google-appengine] Re: Performance Implications on using "Key as Encoded String"

2010-05-15 Thread François Masurel
I'm using this code to compact my UUIDs down to 22 chars strings : public static String asBase64String(UUID uuid) { return Base64.encodeBase64String(asByteArray(uuid)); } public static byte[] asByteArray(UUID uuid) { long msb = uuid.getMost

[google-appengine] Re: App Engine For Business

2010-05-19 Thread François Masurel
It makes me feel like the the regular App Engine will become a kind of sandbox for developpers to play with before going with the business edition. I hope I'm wrong with that point of view. François On 19 mai, 22:43, Houston startup coder wrote: > SSL was the single most important feature to me