Re: [google-appengine] Getting inconsistent 500 error - inconsistent Error code 204 on Google App Engine PHP Standard

2019-02-06 Thread 'Olivier Yiptong' via Google App Engine
The issue tracker can be found at https://issuetracker.google.com On Wed, Feb 6, 2019 at 9:12 AM Olivier Yiptong wrote: > Hi Shaharia, > > Please file a bug so we can investigate. > > On Fri, Feb 1, 2019 at 7:08 AM Shaharia Azam > wrote: > >> Hello, >> Recent

Re: [google-appengine] Getting inconsistent 500 error - inconsistent Error code 204 on Google App Engine PHP Standard

2019-02-06 Thread 'Olivier Yiptong' via Google App Engine
4cc31d%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/d664abbf-25e0-4407-a9f4-5d0f494cc31d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Olivier +1 (415) 755-0454 -- You rec

Re: [google-appengine] Re: Mount Cloud Storage for App Eng

2019-02-01 Thread &#x27;Olivier Yiptong' via Google App Engine
2-9EC4-DD8DFA2E5DDD%40ifmrestoration.com > <https://groups.google.com/d/msgid/google-appengine/D32C1CBC-7476-45A2-9EC4-DD8DFA2E5DDD%40ifmrestoration.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Olivier +

Re: [google-appengine] Help with Server Error 500 for node js app. But works fine locally?!

2018-11-11 Thread &#x27;Olivier Yiptong' via Google App Engine
Did you try: { ... “scripts”: { “start”: “node app.js” } } ? Sent from my phone > On Nov 9, 2018, at 7:36 AM, Mike C wrote: > > > I got the following error: > > Error: Cannot find module '/srv/server.js' > at Function.Module._resolveFilename (module.js:548:15) > at Function.Module._load

[google-appengine] Re: Google app engine speed python vs java execution time

2014-07-23 Thread Olivier Austina
Thank you Vinny, I am about runtime speed. I have a code in C++ and I would like to run the program in App Engine. I am wondering which language is fast in app engine in terms of execution time. Regards Olivier Le mardi 22 juillet 2014 22:34:53 UTC+2, Olivier Austina a écrit : > > &g

[google-appengine] Google app engine speed python vs java

2014-07-22 Thread Olivier Austina
Hi All, I am interested in speed in developing application (mainly string manipulation) for app engine. Which language is speed java or python. In general what should I do to save more time. Any suggestion is welcome. Regards Olivier -- You received this message because you are subscribed

[google-appengine] Web site completely down + appengine console not accessible

2012-10-26 Thread Olivier Truemat
Hi, Just had my web site totally not accessible. Also the appengine console is not accessible anymore. appid is francecorentstudents.com Could someone from Google have a look ? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Sudden increase of queries response time around [25/Oct/2012:16:09:37 -0700] ?

2012-10-25 Thread Olivier Truemat
exceeded exception. Has someone encountered the same issue ? The appid is : francecorentstudents Thanks, Olivier -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google

[google-appengine] Re: Datastore - transaction on entities with no parent

2012-10-11 Thread Olivier Truemat
ancestor queries are allowed in transactions. Do you suggest that I am getting this exception because I am accessing the datastore through Objectify but I wouldn't have the issue going through JDO ? Thanks, Olivier On Thursday, October 11, 2012 1:16:56 PM UTC+2, Ian Marshall wrote: > &

[google-appengine] Datastore - transaction on entities with no parent

2012-10-11 Thread Olivier Truemat
Hi, For a given application, I have to perform datastore transactions on entities which have no parent. Unless I misunderstood, this is not possible. In order to avoid creating dummy entities in the datastore, I am creating a "fake ancestor" key to an entity that does not exists in the datastor

[google-appengine] Re: Rising cloud opportunities - zend survey

2012-06-19 Thread Olivier Truemat
Hi, This is a very very very good topic. --> Is GAE a toy ? My conclusion after 4 months of intensive work with it is that it is clearly not a toy. I have been able to develop an application with 93,000 lines of code in Java which delivers the functional and non-functional requirements. The ap

[google-appengine] Is an application with 100,000 lines of code too much for Google App Engine ?

2012-04-19 Thread Olivier Truemat
ter ? --> The compiler is generating a lot of files during the compile. In which file should I look to get the "application size" as reported when uploading the application ? Thanks a lot for your help, Cheers, Olivier -- You received this message because you are subscribed to t

[google-appengine] Merge between document and data coming from a web form

2012-03-07 Thread Olivier Truemat
possible the interfaces are not the same. *III. Using an external service* That could be an option, has anyone of you already used these services ? Any idea would be more than welcome ! Cheers, Olivier -- You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Re: is app engine down? I'm seeing a huge number of deadline errors and our app failing to server, hr datastore

2012-01-31 Thread Olivier
we also just had issues with two production applications using HR. -- 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-appengine@googlegroups.com. To unsubscribe from this group, send email to google

[google-appengine] Re: Why are several production issues related to DeadlineExceededErrors being ignored?

2012-01-13 Thread Olivier
+1 On Jan 13, 11:21 am, Karl Rosaen wrote: > We've been hit by random DeadlineExceededErrors in the past 36 hours, so I > filed a production > ticket:http://code.google.com/p/googleappengine/issues/detail?id=6729 > > it's disconcerting to see that several similar issues have been left > ignored

[google-appengine] Re: Google App Engine's Team Dishonesty

2011-11-18 Thread Olivier
+1 for a more honest and consistent system status as for the issues, since we migrate to HRD, everything has run quite smoothly for us which is nice. Before that, it was really, really bad on MS. -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: How to send quickly a message through Channels API to 10k users?

2011-11-16 Thread Olivier
pubsubhubbub is designed for server to server communication, I think Andrius is looking at Server to Clients broadcasting. pubnub.com seems interesting. Humble Indie Bundle seems to be using it, not sure why -- You received this message because you are subscribed to the Google Groups "Google A

[google-appengine] How-to create a custom admin page in Google App Engine

2011-09-19 Thread olivier hubert
n the admin console is a iframe. So the "test" page is only html or is a python script with a rendering in the iframe ? Another question, with the SDK a custom admin page can be rendering ? Thanks Olivier -- You received this message because you are subscribed to the Google Groups &qu

[google-appengine] Re: Crazy number of Deadine Exceeded exceptions recently

2011-08-03 Thread Olivier
king about more than an hundred instances being killed at once. - we are paying customer, and growing fast, it would be really nice to have some feedback from google people. Thanks, Olivier On Aug 3, 4:45 am, Alexis wrote: > Some more details while searching the logs: > > The latest

[google-appengine] Re: Errors trying to deploy (503 - try again)

2010-12-08 Thread Olivier Lemasle
Same here. I'm getting a "Will check again in 60 seconds." for the 14th time for this upload... On 8 déc, 11:49, Nick Renny wrote: > I'm getting 500 errors or just long running 'will check agains' right > now. -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Unable to deploy due to "500 server error"

2010-11-18 Thread Olivier
+1 On Nov 18, 7:15 pm, nickmilon wrote: > Same here > App ID: geognos > Language: python > > On Nov 19, 2:07 am, Zeynel wrote: > > > > > > > > > On Nov 18, 7:00 pm, Peter Warren wrote: > > > > +1 > > > I just tried and I got 500 error > > > Error 500: --- begin server output --- > > > > > > >

[google-appengine] Re: Unable to deploy due to "500 server error"

2010-11-18 Thread Olivier
+1 On Nov 18, 7:15 pm, nickmilon wrote: > Same here > App ID: geognos > Language: python > > On Nov 19, 2:07 am, Zeynel wrote: > > > > > > > > > On Nov 18, 7:00 pm, Peter Warren wrote: > > > > +1 > > > I just tried and I got 500 error > > > Error 500: --- begin server output --- > > > > > > >

[google-appengine] Re: Emailing With Google App Engine

2009-11-27 Thread Olivier Coste
; > > On 25/11/2009, Olivier Coste wrote: > > > Hi, > > >  With Google App Engine you can use ressources to send emails but if > >  you don't want to go in junk folder do you need to do all stuffs for > >  deliverability (add ip in white list, register

[google-appengine] Emailing With Google App Engine

2009-11-25 Thread Olivier Coste
Hi, With Google App Engine you can use ressources to send emails but if you don't want to go in junk folder do you need to do all stuffs for deliverability (add ip in white list, register to junk report program) ? I'm just asking if google app engine will be better then an server dedicated to emai

[google-appengine] urlfetch sservice is in trouble ?

2009-08-13 Thread olivier+appeng...@deckmyn.org
, Olivier. --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To unsubscribe from this group, send email

[google-appengine] Re: appengine.google.com not available since...

2009-04-17 Thread Olivier Bolender
Thanks, it's working better. I've got both simple account and google app account under the oliv...@bolender.org mail. Have fun with code now... Have a good day, Olivier. On 17 avr, 20:26, "Jeff S (Google)" wrote: > Hi Olivier, > > Are you signed in with a Google

[google-appengine] appengine.google.com not available since...

2009-04-17 Thread Olivier Bolender
signup an appengine account, (or access to...). Olivier. --~--~-~--~~~---~--~~ 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-appengine@googlegroups.com To u