[google-appengine] Re: Correlating Logs with Requests on Java 11 AppEngine

2020-02-28 Thread 'Victor (Cloud Support)' via Google App Engine


Hi there,

I can see this thread is more of a technical/how-to question. 


Since it is not getting much attention here, I suggest you try to post it 
on Stackoverflow , as these questions usually 
have greater visibility there.

If you decide to post it there, please remember to tag the question with at 
least the following tags:

*google-app-engine*

*stackdriver*


Regards,

On Wednesday, February 26, 2020 at 6:42:36 PM UTC+1, Paolo Conte wrote:
>
> Hello,
> trying to correlate logs with requests by following the documentation at 
> https://cloud.google.com/appengine/docs/standard/java11/writing-application-logs
> Here it says: *The highest severity from the "child" log entries does not 
> automatically apply to the top-level entry. If that behavior is desired, 
> manually set the highest severity in the top-level entry.*
> But how to "manually set the highest severity in the top-level entry" it 
> they are automatically created? Is this even possible? 
>
> Also, correlated logs don't seems to show up on the first request of the 
> instance, on the web console. Is it a bug of the console?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/43b4715a-6c82-4a87-8f39-dcd0cf099688%40googlegroups.com.


[google-appengine] Re: VPC access connectors can turn killed instances to zombies (you'll have to keep paying for)

2020-02-28 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Haavard,

you may use the Price Calculator 
 to get an estimate fee for 
the resources you are using and compare it with your invoice. If you 
believe you are overcharged, I recommend to report the issue to the Billing 
support team  and if you think it 
is a technical issue, you may raise a report in the GCP Issue Tracker 
 so that we will dig 
into the issue and proceed for the billing part after. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/77f633a5-f59b-40a2-9da9-c56899c255fa%40googlegroups.com.


[google-appengine] .appspot.com is currently unable to handle this request. HTTP ERROR 500 -

2020-02-28 Thread Davi Amaral
Hi!  I am new here... But my project was working normally since yesterday 
when I deployed an updated code and I start to receive this Message: 



This page isn’t working

*.appspot.com* is currently unable to handle this request.
HTTP ERROR 500

For me it is really weird because I just change a label.  And when I am 
going to my app engine panel and I am trying to access a old version app, 
this old version is working.

Could someone help me with this?

I am using PHP Laravel / BigQuery

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/58f5c284-835f-46d7-bc9c-e3316a591558%40googlegroups.com.


[google-appengine] Re: Appengine Flex PHP 504 time out.

2020-02-28 Thread 'gojuancarlos' via Google App Engine
Hi, do you have a timeout set on your app.yaml file [1]? The default 
timeout for custom-runtimes is 4 seconds.
[1] 
https://cloud.google.com/appengine/docs/flexible/custom-runtimes/configuring-your-app-with-app-yaml#liveness_checks


On Wednesday, February 26, 2020 at 2:25:33 PM UTC+1, Eduardo Lucas wrote:
>
> Hi Guys,
>
> I'm having a problem using the flex environment now.
> I'm trying to increase the time out  to 24hrs ( which is the max)  but 
> this isn't working
>
> I've created the nginx-app.conf file as the documentation 
>  advises 
> and inserted the properties to increase the time out but it isn't working.
>
>
>
> this is my nginx-app.conf file
>
> location / {
> # try to serve files directly, fallback to the front try_files $uri 
> /$front_controller_file$is_args$args;
> try_files $uri /$front_controller_file$is_args$args;
> proxy_send_timeout 86400s;
> proxy_read_timeout 86400s;
> }
>
>
>
>
>
>
>
> Does anybody have an idea how to increase the timeout?
>
> Thank you in advance.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3725383c-8ebd-43bb-963d-0a178dc0a0ef%40googlegroups.com.


[google-appengine] ERROR: (gcloud.app.deploy) Error Response: [3] Docker image us.gcr.io/projectredacted/appengine/default.20200227t235209:latest was either not found, or is not in Docker V2 format.

2020-02-28 Thread Patrick Pelanne
Having an issue deploying a node app, have tried multiple node versions in 
my cloudbuild.yaml

The cloudbuild job kicks off properly and shows successful in the build 
history but no matter what I try I keep getting this:

Updating service [default] (this may take several minutes)...failed.
ERROR: (gcloud.app.deploy) Error Response: [3] Docker image 
us.gcr.io/projectredacted/appengine/default.20200227t235209:latest was 
either not found, or is not in Docker V2 format.  Please visit 
https://cloud.google.com/container-registry/docs/ui

gcloud --version
Google Cloud SDK 282.0.0
bq 2.0.54
core 2020.02.21

I can launch this app manually into AppEngine with no issue, it only fails 
to update the service during the cloud build.

Any help will be appreciated, 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bf174025-f8c6-4a4d-8b89-c53b67b26c11%40googlegroups.com.


[google-appengine] Re: Correlating Logs with Requests on Java 11 AppEngine

2020-02-28 Thread Paolo Conte
Hi Victor, 
what I'm asking is not really a how-to, but pointing out 1. what seems to 
be an error in the documentation, but not clear, and 2. what seems to be a 
bug in the the log viewer.

Thanks

On Friday, 28 February 2020 13:57:22 UTC+1, Victor (Cloud Support) wrote:
>
> Hi there,
>
> I can see this thread is more of a technical/how-to question. 
>
>
> Since it is not getting much attention here, I suggest you try to post it 
> on Stackoverflow , as these questions usually 
> have greater visibility there.
>
> If you decide to post it there, please remember to tag the question with 
> at least the following tags:
>
> *google-app-engine*
>
> *stackdriver*
>
>
> Regards,
>
> On Wednesday, February 26, 2020 at 6:42:36 PM UTC+1, Paolo Conte wrote:
>>
>> Hello,
>> trying to correlate logs with requests by following the documentation at 
>> https://cloud.google.com/appengine/docs/standard/java11/writing-application-logs
>> Here it says: *The highest severity from the "child" log entries does 
>> not automatically apply to the top-level entry. If that behavior is 
>> desired, manually set the highest severity in the top-level entry.*
>> But how to "manually set the highest severity in the top-level entry" it 
>> they are automatically created? Is this even possible? 
>>
>> Also, correlated logs don't seems to show up on the first request of the 
>> instance, on the web console. Is it a bug of the console?
>>
>> Thanks
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/86a0f4a3-6b60-487a-99d5-87cd1e10b596%40googlegroups.com.


[google-appengine] Re: Appengine Flex NGINX 504 time out - HELP PLEASE

2020-02-28 Thread 'Olu' via Google App Engine
I see you followed instructions provided in this GitHub link[1]. From the 
details provided in your Custom nginx config file, I do not see any 
mis-configuration. Can you however, confirm that this file was added to the 
project root directory[2]? I also wonder if index.php is used as the 
framework front controller or your project uses something different. 

[1]https://github.com/GoogleCloudPlatform/php-docker/blob/master/php-onbuild/README.md#how-to-change-nginxconfig
[2]https://cloud.google.com/appengine/docs/flexible/php/runtime#customizing_nginx

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4c098303-9507-49d2-8418-5c96bd3e1bf7%40googlegroups.com.


Re: [google-appengine] Re: Cloud Build Error when deploying GAE

2020-02-28 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Larry,

I recommend to report the issue in the GCP Issue Tracker 
and provide us with 
the REDACTED output of the command you are using to deploy your app along 
with the "--verbosity" flag set to DEBUG; and also the output of the 
"gcloud info --anonymize" so that we would be able to investigate the issue.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1954709f-e1c5-4e99-bea0-9341357e4665%40googlegroups.com.


[google-appengine] Re: Correlating Logs with Requests on Java 11 AppEngine

2020-02-28 Thread Jason Collins
"If that behavior is desired, manually set the highest severity in the 
top-level entry."

You're correct, this isn't possible. I'll have the docs updated.


"correlated logs don't seems to show up on the first request of the 
instance"

This is a known issue that we are working on fixing (it's due to the 
"embedded" log with the cold start notification; this defeats the 
correlation logic).


On Friday, 28 February 2020 05:31:06 UTC-8, Paolo Conte wrote:
>
> Hi Victor, 
> what I'm asking is not really a how-to, but pointing out 1. what seems to 
> be an error in the documentation, but not clear, and 2. what seems to be a 
> bug in the the log viewer.
>
> Thanks
>
> On Friday, 28 February 2020 13:57:22 UTC+1, Victor (Cloud Support) wrote:
>>
>> Hi there,
>>
>> I can see this thread is more of a technical/how-to question. 
>>
>>
>> Since it is not getting much attention here, I suggest you try to post it 
>> on Stackoverflow , as these questions 
>> usually have greater visibility there.
>>
>> If you decide to post it there, please remember to tag the question with 
>> at least the following tags:
>>
>> *google-app-engine*
>>
>> *stackdriver*
>>
>>
>> Regards,
>>
>> On Wednesday, February 26, 2020 at 6:42:36 PM UTC+1, Paolo Conte wrote:
>>>
>>> Hello,
>>> trying to correlate logs with requests by following the documentation at 
>>> https://cloud.google.com/appengine/docs/standard/java11/writing-application-logs
>>> Here it says: *The highest severity from the "child" log entries does 
>>> not automatically apply to the top-level entry. If that behavior is 
>>> desired, manually set the highest severity in the top-level entry.*
>>> But how to "manually set the highest severity in the top-level entry" 
>>> it they are automatically created? Is this even possible? 
>>>
>>> Also, correlated logs don't seems to show up on the first request of the 
>>> instance, on the web console. Is it a bug of the console?
>>>
>>> Thanks
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3969f6fe-918d-46aa-a995-da786cd1f7fb%40googlegroups.com.


[google-appengine] Re: .appspot.com is currently unable to handle this request. HTTP ERROR 500 -

2020-02-28 Thread 'David (Cloud Platform Support)' via Google App Engine


This could be due to a number of reasons. I would recommend you to check 
your logs which will provide you with more information about what’s causing 
the issue. You can check your logs by going on App Engine> Versions> Tools 
(under diagnose) -> logs.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f9227e13-aca5-41da-929b-49a06c9fafc2%40googlegroups.com.