[google-appengine] Spring boot + java 11+ gae standard aggregate logs per request

2020-06-30 Thread Michel Roger
Hello all, I have been working on this new integration with springboot 2.3.1 Release and google app engine standard with java 11 runtime, which has been pretty successful, but the logs are not aggregating per request(parent child pattern) as it used to be on the java 8 runtime. Can anyone

[google-appengine] Service called many times not same day; or, em portuguese: Serviço chamado muitas vezes no mesmo dia:

2017-08-18 Thread roger roger
I am trying to run this script in a googlesheet, but, the following erros msg appears: Service called many times not same day; or, em portuguese: Serviço chamado muitas vezes no mesmo dia: email. (linha 29, arquivo "Copia_20171") function sendEmails20171() { var planilha2017_1 =

[google-appengine] Re: Error: Server Error 500 Server Error

2016-10-20 Thread Roger
choice (in this case, hello). I mistakenly used package main, instead of using another package name. The error only manifests in gae, not the dev_server. Thanks On Thursday, October 20, 2016 at 8:42:00 AM UTC-4, Roger wrote: > > I checked out a previous git commit, uploaded to app

[google-appengine] Re: Error: Server Error 500 Server Error

2016-10-20 Thread Roger
I checked out a previous git commit, uploaded to app engine, and there was no problem; it responded without error to requests. Thanks, Roger On Monday, October 17, 2016 at 7:22:20 PM UTC-4, Roger wrote: > > Thank you for replying. > I checked the logs, earlier and could not find the rea

[google-appengine] Re: Error: Server Error 500 Server Error

2016-10-17 Thread Roger
4) On Monday, October 17, 2016 at 6:17:20 PM UTC-4, Adam (Cloud Platform Support) wrote: > > Before doing any kind of changes to code, you'd want to check your logs > <https://cloud.google.com/logging/docs/view/logs_viewer> first, which > will often give a helpful stack t

[google-appengine] Error: Server Error 500 Server Error

2016-10-17 Thread Roger
After uploading an app that was working before, this error results:*Error: Server Error* *The server encountered an error and could not complete your request.* *Please try again in 30 seconds.* To trace it down, I removed almost all code, and still get the error. In the console, it says:

[google-appengine] backend restart after 2 minutes

2014-01-24 Thread Julien-Yannick Roger-Legros
Hello, Since this week when i luch a thread in my Java backend, the backend automaticaly restar every 2 minutes /_ah/start/ Did someone had this problem? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and

[google-appengine] Deadline Exceeded Error even with a TaskQueue running on a Backend

2013-12-27 Thread Roger
I'm having some issues with *Deadline Exceeded error*. Basically I'm doing some webscrapping in an URL using *Mechanize*. So when trying to perform br.open(url) I have this error HTTPException: Deadline exceeded while waiting for HTTP response from URL: my-url I have read the

[google-appengine] Google indexes id.appspot.com but not naked domain

2013-01-29 Thread Roger
It makes a long time already since I've configured my app to use a naked domain by using google apps. When I enter the naked domain it loads my personal blog. Also entering the .appspot.com link it works. If you test: rogcg.com rognotes.appspot.com it's all the same. The problem I'm seeing

[google-appengine] Re: Go Lang everything in a single source?

2012-11-04 Thread Roger Bolton
Have a look at the documentation: http://golang.org/ref/spec#Source_file_organization A way more power full way of combining source code files into a complete program. a choice of package clause and import declarations. app.yaml stays alone to describe to GAE the purpose of the application.

[google-appengine] using Eclipse vs Emacs/Ant/build.xml

2012-05-06 Thread roger
I've successfully deployed YouTube Direct using the default build.xml file, with a few changes for my system, i.e. {sdk.dir} pointing to the directory that contains appengine-java-sdk-1.6.4. I'm using just ant and emacs. I've also installed the GAE plugin for Eclipse, which took quite a few

[google-appengine] Re: Google app engine Upload

2011-09-28 Thread roger
The version used has to be updated in the admin panel after you upgrade by changing the version number. On Sep 28, 5:05 am, sharad biradar sharadnbira...@gmail.com wrote: Hi, Google App engine not taking changes  after uploading new version of application. -- You received this message

[appengine-java] Re: Spring Roo + GWT Demo

2010-06-02 Thread Roger Itai
You can search Deploy to Google App Engine on this post http://blog.springsource.com/2010/06/02/using-springsource-tool-suite-2-3-3-m1-with-roo-and-gwt/ On 28 maio, 15:44, caritos ecari...@gmail.com wrote: Looking for documentation to deploy Spring Roo + GWT + STS on GAE. On May 28, 11:03 am,

[google-appengine] Re: TemplateDoesNotExist: css/datastore.css

2010-05-17 Thread Roger Hu
confirming that these changes will resolve the issue, but it seems to explain the problem we have been having on Django 1.1. Roger On May 10, 12:25 pm, Fredrik Bonander carl.fredrik.bonan...@gmail.com wrote: I have a similar problem. When I updated to django 1.1 I get TemplateSyntaxError: Template u

[google-appengine] upload error: java.net.SocketException: Connection reset

2009-07-07 Thread Roger
Hi all, Greeting from Roger I try to deploy App via eclipse plugin several times, but every time I got the exception as below. It has nothing to do with my code, right? Could anyone help on this? thanks in advance. Unable to upload: java.net.SocketException: Connection reset

[google-appengine] Re: About the URL error

2008-12-08 Thread Roger
Hi, urllib2 is not supported in GAE. If you're trying to use .open() it would be best to substitute the urlfetch protocol instead. -r. On Dec 8, 7:05 am, sirisha [EMAIL PROTECTED] wrote:        Hi,                  I have developed the application in webapp framework,but while uploading