[google-appengine] 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-05 Thread Guy Dviri



500 Server Error


Error: Server Error
The server encountered an error and could not complete your 
request.Please try again in 30 seconds.



-- 
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/7485ae87-55a6-49d9-801a-29c799220a32n%40googlegroups.com.


Re: [google-appengine] Re: GAE request URI traffic stats

2021-05-05 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Amogh, 

You are perfectly right, log-based metrics do enjoy real-time behavior: 
"Combine the power of Cloud Logging with BigQuery for advanced analysis and 
use log-based metrics to build real-time Cloud Monitoring dashboards", as 
indicated on the "Cloud Logging" documentation page 
. 

On Tuesday, 04 May 2021 at 17:56:21 UTC-4 amo...@pncl.tech wrote:

> This is very helpful, thanks Yanan. We were trying to do something similar 
> with the Trace reports, but those seem to be static only and don't update 
> in realtime. Can we expect the logs based metrics to have realtime 
> reporting? Is there any delay expected from the time a log entry gets 
> written to the time it gets accounted for in the metrics computed and shown?
>
> Regards,
>
> Amogh
>
> Sent via Superhuman 
>
>
> On Sun, May 02, 2021 at 3:52 PM, yananc  wrote:
>
>> Hi, 
>>
>> So my understanding is that you would like to have the stat metrics by 
>> URL paths in App Engine. It will be helpful to explore ‘logs-based 
>> metrics’  to 
>> set up and group the metrics you desired. Hope it helps!
>>
> On Tuesday, April 27, 2021 at 9:09:09 AM UTC-4 amo...@pncl.tech wrote:
>>
> Thanks for you response Yanan!
>>>
>>> Here's what I'm looking for. Say my appengine instance is hosted on 
>>> website.com and exposes the following routes
>>> website.com/api/search
>>> website.com/api/posts
>>> website.com/api/search?q="google 
>>> "
>>> that my clients will hit with traffic. I'd like to know what is the qps 
>>> and latency across each of those routes separately.
>>> Looking at stackdriver logs, I see that protoPayload.latency already 
>>> logs the latency for each request separately. I'm just looking for a way to 
>>> show all of them aggregated per route.
>>>
>>> Amogh
>>>
>>
>>> Sent via Superhuman 
>>>
>>>
>>> On Mon, Apr 26, 2021 at 1:28 PM, yananc  wrote:
>>>
 Hi, 

 By the ‘URI’, are you referring to instances, a service or other 
 resources in App Engine? And also, it might help to refer to the Cloud 
 Monitoring metric list for App Engine 
  
 for the complete information available. Hope it helps!
 On Sunday, April 25, 2021 at 9:09:11 AM UTC-4 amo...@pncl.tech wrote:

> Is there a page that shows the per URI stats for services hosted in 
> GAE? I can find a bunch of monitoring and reporting that shows overall 
> latency, qps etc, but not one that can help me drill down across specific 
> URI's that might be requested for the GAE application.
>
> If not in cloud monitoring, is it possible to have an off the shelf 
> solution like prometheus / grafana to be easily configured to do so with 
> GAE traffic?
>
> Amogh
>
 -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups "Google App Engine" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/B21GoY1NnzQ/unsubscribe
 .

>>> To unsubscribe from this group and all its topics, 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/47c027f8-4922-4ec9-a387-4de4483c1a75n%40googlegroups.com
  
 
 .

>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/B21GoY1NnzQ/unsubscribe
>> .
>>
> To unsubscribe from this group and all its topics, 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/72e630c3-51a5-4ed5-9fb5-332ef2bdc6b4n%40googlegroups.com
>>  
>> 
>> .
>>
>
>

-- 
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/d34323b0-0608-468a-8cef-4195e656fbe0n%40googlegroups.com.


[google-appengine] Re: How to host React and PHP application on Google App Engine?

2021-05-05 Thread 'Alexis (Cloud Platform Support)' via Google App Engine
Hello,

Since React is not supported by Google, you may not find official Google 
documentation about it. However, based on other forum comments, I suspect 
you need to align the YAML file and build folder to be in the same path. 
For example, step 5 of this[1] tutorial mentions to create the YAML inside 
the build folder, and add some wildcard handlers (more about handlers 
here[2]). After this is done, deploying should work and align all 
resources. In addition, these[3][4] articles mention the same exact steps, 
with the latter as an automated script instead.

I hope you find this useful.

Sincerely,

Alexis
Google Cloud Platform Support

[1] 
https://javascript.plainenglish.io/quickly-deploy-your-react-app-on-googles-app-engine-6bb97480cc9c
[2] https://cloud.google.com/appengine/docs/standard/php7/config/appref
[3] 
https://stackoverflow.com/questions/5369/app-engine-app-yaml-handlers-for-built-react-app
[4] 
https://blog.doit-intl.com/deploying-a-react-app-to-googles-app-engine-6efa8f4732c7

On Saturday, May 1, 2021 at 9:11:38 AM UTC-4 smith.na...@portalwiz.com 
wrote:

> I want to host an application google cloud that is built in React and the 
> backend is in PHP. I want to know how to do it? Is there any way to do 
> that? Can we write runtime: node and PHP both on the app.YAML file?
>

-- 
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/73e3e1c8-f344-4241-8eb2-1b085f69611bn%40googlegroups.com.


[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2021-05-05 Thread Animesh Sharma
Billing account is activated now. I would suggest all to try with Firefox 
browser. I am able to do so by the firefox only.

On Wednesday, May 5, 2021 at 2:18:46 AM UTC+5:30 David (Cloud Platform 
Support) wrote:

> Hello,
>
> I have brought this issue to the attention of the Cloud Billing 
> engineering team. Please follow this Issue Tracker 
> . 
> On Tuesday, May 4, 2021 at 12:24:47 PM UTC-4 talkto...@gmail.com wrote:
>
>> Me too not able to register successfully.
>> Help from cloud team really appreciated.
>>
>> On Tuesday, May 4, 2021 at 6:34:27 PM UTC+5:30 animeshs...@gmail.com 
>> wrote:
>>
>>> Every time Rs 1 got deducted but it lands on the same page. Without 
>>> showing me any error message. Neither the accounts got activated.
>>>
>>> On Tuesday, May 4, 2021 at 2:38:10 AM UTC+5:30 srihar...@gmail.com 
>>> wrote:
>>>

 Hi,

 I'm unable to activate GCP free trial, whenever I try it just deducts 
 nominal amount and again takes me back to same page.

 Tried to chat with support, but Billing Assistant is of no use and when 
 tried option "Contact Billing support"  it says that I should be a billing 
 administrator to use this option.

 Even tried chat option from "Google Cloud Platform Free Trial 
 Troubleshooter" which is taking me to alien page "
 https://login.corp.google.com/request?s=pantheon.corp.google.com:443/uberproxy/=https://pantheon.corp.google.com/support/chat%3Fupxsrf%3DAO9zFu0T7dcjh_CgyYGHog1JahPMn80b7B3psZy96Q9_NciaWQ:1620059392421=1200=200=xSS,Caq;
  
 that is asking for google credentials

 Appreciate any help   
 On Tuesday, July 21, 2020 at 12:04:48 AM UTC+5:30 Katayoon (Cloud 
 Platform Support) wrote:

> Hi Atanu,
>
> You can reach out to the Cloud Billing team via following the "Contact 
> Cloud Billing Support" link provided in this documentation 
> . You can 
> find multiple channels of free Cloud Billing support there such as phone, 
> chat, community support and create a ticket with the billing team.
>


-- 
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/349e1b88-9a99-4c01-b1ca-26cadd750d22n%40googlegroups.com.


[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2021-05-05 Thread Animesh Sharma
Just talked with GCP support team, They are saying that there are some 
updation going on on billing module. Thats why this is happening to many 
users.  I tried this time on firefox. It worked but billing account gets 
suspended. : ( . Submitted the verification form for manual verification.

On Wednesday, May 5, 2021 at 2:18:46 AM UTC+5:30 David (Cloud Platform 
Support) wrote:

> Hello,
>
> I have brought this issue to the attention of the Cloud Billing 
> engineering team. Please follow this Issue Tracker 
> . 
> On Tuesday, May 4, 2021 at 12:24:47 PM UTC-4 talkto...@gmail.com wrote:
>
>> Me too not able to register successfully.
>> Help from cloud team really appreciated.
>>
>> On Tuesday, May 4, 2021 at 6:34:27 PM UTC+5:30 animeshs...@gmail.com 
>> wrote:
>>
>>> Every time Rs 1 got deducted but it lands on the same page. Without 
>>> showing me any error message. Neither the accounts got activated.
>>>
>>> On Tuesday, May 4, 2021 at 2:38:10 AM UTC+5:30 srihar...@gmail.com 
>>> wrote:
>>>

 Hi,

 I'm unable to activate GCP free trial, whenever I try it just deducts 
 nominal amount and again takes me back to same page.

 Tried to chat with support, but Billing Assistant is of no use and when 
 tried option "Contact Billing support"  it says that I should be a billing 
 administrator to use this option.

 Even tried chat option from "Google Cloud Platform Free Trial 
 Troubleshooter" which is taking me to alien page "
 https://login.corp.google.com/request?s=pantheon.corp.google.com:443/uberproxy/=https://pantheon.corp.google.com/support/chat%3Fupxsrf%3DAO9zFu0T7dcjh_CgyYGHog1JahPMn80b7B3psZy96Q9_NciaWQ:1620059392421=1200=200=xSS,Caq;
  
 that is asking for google credentials

 Appreciate any help   
 On Tuesday, July 21, 2020 at 12:04:48 AM UTC+5:30 Katayoon (Cloud 
 Platform Support) wrote:

> Hi Atanu,
>
> You can reach out to the Cloud Billing team via following the "Contact 
> Cloud Billing Support" link provided in this documentation 
> . You can 
> find multiple channels of free Cloud Billing support there such as phone, 
> chat, community support and create a ticket with the billing team.
>


-- 
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/580ab60b-4408-4a0b-af96-ec9691481f06n%40googlegroups.com.


Re: [google-appengine] Re: Where can your run "legacy" Google App Engine (Java) applications?

2021-05-05 Thread Linus Larsen
Wow, this is really great news I think. 

I was under the impression that Google was phasing out the "legacy" 
platform, so this is not the case?

A big relief for all of us sitting with a bunch of Java 8 services were 
porting to second gen services is not really an option.

/ Linus





tisdag 4 maj 2021 kl. 23:40:39 UTC+2 skrev ludovic.c...@gmail.com:

>
> Hi,
> Ludo (from the Java App Engine team here).
> Good news: as of today, we are providing to select customers a private 
> preview access to a new Java11 GAE runtime with many of the App Engine APIs 
> (com.google.appengine.api.*) support for easy GAE application upgrade from 
> Java8.
> This new Java11 runtime is an extension of the previous Java11 runtime 
>  (which did not 
> support the 'legacy' API), and it is based on Jetty 9.4 Web server and 
> existing well know Java Web Apps, configured with appengine-web.xml (not 
> app.yaml) under a WEB-INF/ web app directory, and same existing tooling 
> (Maven, Gradle).
> It would be great if existing Java8 GAE customers could try this private 
> preview on a new version of their app (and obviously do not use it to 
> server production traffic yet), and give us feedback!
>
> Some of the major bundled GAE services the Private Preview now include:
>
>- - Memcache
>- - Datastore / Objectify with GAE Datastore
>- - URLfetch
>- - Blobstore
>- - Images
>- - Task Queues
>- - Users
>- - Mail
>
>
> If you would like to register for the Private Preview, please fill out 
> the Registration Form 
> 
> .  
> Registering will get you access to the Private Preview documentation, 
> which includes the full API docs for the runtime.
>
> Thanks for trying it now and helping us fine tuning it so we can make it 
> public soon!
> Ludo
>
> On Thursday, April 29, 2021 at 5:56:51 PM UTC-7 Wesley C (Google) wrote:
>
>> At this time, you can run those applications with the "bundled services" 
>> on our Java 8 App Engine runtime 
>> . That's the 
>> latest version w/the bundled services available. The other one is Java 
>> 11 but *without* bundled services 
>> . Also see the 
>> documentation 
>> page highlighting the differences b/w both 1st and 2nd generation runtimes 
>> .
>>
>> While we're committed to supporting legacy runtimes 
>> , 
>> we've also got guides to help developers move off bundled services so 
>> they can upgrade to Java 11 
>> . 
>> We're planning additional resources to help users upgrade their apps, so 
>> stay tuned for those. The first bunch for Python launched recently 
>> ,
>>  
>> and we're planning equivalent resources for Java after all the Python ones 
>> are done.
>>
>> Cheers,
>> --Wesley
>>
>> On Thu, Apr 29, 2021 at 3:21 PM 'cyberquarks' via Google App Engine <
>> google-a...@googlegroups.com> wrote:
>>
>>> Hi, our app is built on Google App Engine (Java) version 1.9.40 where 
>>> all components are "integrated" into the runtime, the Datastore, the Task 
>>> Queue etc. 
>>>
>>> On Friday, April 30, 2021 at 1:53:21 AM UTC+8 Elliott (Cloud Platform 
>>> Support) wrote:
>>>

 Hello,

 I understand that you would like to run a legacy Java App Engine 
 application on the infrastructure that exists currently in Google Cloud 
 Platform without modifying the existing project.

 I was able to find a document 
 , 
 which describes the legacy 8 version of Java still supported. What version 
 of Java are you using? Are you using Google App Standard or Google App 
 Flex?

 I’m thinking that depending on your answer, you may choose to use 
 Containers in Google Cloud Run  to 
 create your environment but you indicated that you do not wish to modify 
 your project.

 So to provide more options, I would ask you to give detail about your 
 project.



 On Thursday, April 29, 2021 at 10:14:18 AM UTC-4 qqua...@protonmail.com 
 wrote:

> Where can you run GAE application built with "integrated" Datastore? 
> Meaning, those application that were build prior to Google platform 
> making 
> the Datastore a separate service from the "core" GAE service. That is 
> without modifying the project.
>
> Can the current Google App Engine