[google-appengine] OmitStackTraceInFastThrow

2018-05-10 Thread Joshua Fox
Does GAE Standard Environment omit stacktraces in fastthrow?

Using the  JVM  parameter -XX:-OmitStackTraceInFastThrow skips this
omission -- i.e., it provides useful stacktrace data.

Given that most applications are IO-bound, not CPU-bound, it is good  to
have  -XX:-OmitStackTraceInFastThrow

How is  Standard Env configured?

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAD%3DB7cM39rOeo59SM-NepF-_wYe5iEbW0sfsr1zO87FQdsGTkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] google app engine timing out without any error on flexible environement

2018-05-10 Thread amruta dh
Hi,

I have python flask application connected with cloud sql , firebase and 
google cloud storage.
I am getting time out error while deployment the app on google app engine. 
There are no errors in logs, all permissions are provided.

Is there any setting that I am missing or any thing to check on this

I could not find any error point to debug on or correct on? Is there any 
other way to check for errors?

Thanks,
Amrua

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9869342c-57aa-41a6-8738-1960d7196bc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] OmitStackTraceInFastThrow

2018-05-10 Thread Brian de Alwis
You might find this conversation helpful:

https://groups.google.com/forum/#!msg/java8-on-gae/ejh4go3DRTA/oqI0Ip9pAQAJ

> On 10-May-2018, at 5:44 AM, Joshua Fox  wrote:
> 
> Does GAE Standard Environment omit stacktraces in fastthrow?
> 
> Using the  JVM  parameter -XX:-OmitStackTraceInFastThrow skips this omission 
> -- i.e., it provides useful stacktrace data. 
> 
> Given that most applications are IO-bound, not CPU-bound, it is good  to have 
>  -XX:-OmitStackTraceInFastThrow 
> 
> How is  Standard Env configured?
>  
> 
> 
> -- 
> 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 post to this group, send email to google-appengine@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/google-appengine 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/CAD%3DB7cM39rOeo59SM-NepF-_wYe5iEbW0sfsr1zO87FQdsGTkg%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5EEC50BD-721F-48CE-8355-47D3651E0D2C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: App Engine IAP Authentication failing on AJAX requests to my deployed server

2018-05-10 Thread Attila-Mihaly Balazs
Hi Devin,

I'm happy that you managed to solve the issue! Sorry for my misleading 
messages, I was thinking that you were trying to fetch from the server side 
using the UrlFetch service 
(https://cloud.google.com/appengine/docs/standard/python/issue-requests) :-)

All the best,
Attila

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/117646a7-235b-47cd-85b2-f0ea8c6e79d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] OmitStackTraceInFastThrow

2018-05-10 Thread toyin emmanuel
Sorry, I don't know


On Thu, May 10, 2018 at 10:44 AM, Joshua Fox  wrote:

> Does GAE Standard Environment omit stacktraces in fastthrow?
>
> Using the  JVM  parameter -XX:-OmitStackTraceInFastThrow skips this
> omission -- i.e., it provides useful stacktrace data.
>
> Given that most applications are IO-bound, not CPU-bound, it is good  to
> have  -XX:-OmitStackTraceInFastThrow
>
> How is  Standard Env configured?
>
>
> --
> 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 post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/CAD%3DB7cM39rOeo59SM-NepF-_
> wYe5iEbW0sfsr1zO87FQdsGTkg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CA%2B38iWuZPQAxJd7rruHp4jwgdn2%2BaHzXW9ixR6ZWtKRjw1L-gA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: BeautifulSoup on GAE?

2018-05-10 Thread toyin emmanuel
Pls Daniel, the link http://www.crummy.com/software/BeautifulSoup/download/ 
BeautifulSoup.py 

 is 
no longer available. What other way can BeautifulSoup be installed on GAE?
Thanks

On Monday, May 5, 2008, at 9:16:38 PM UTC+1, Daniel O'Brien wrote:
>
> Yes, BeautifulSoup can be used with App Engine. 
>
> The easiest installation path is to download the single file version 
> (http://www.crummy.com/software/BeautifulSoup/download/ 
> BeautifulSoup.py 
> )
>  
> and place it alongside the rest of your app source. 
> After that you should be able to import it normally without any other 
> setup changes. 
>
> Daniel 
>
> On May 5, 8:05 am, Salman  wrote: 
> > Hi, 
> > 
> > Is it possible to use the BeautifulSoup module on GAE? Has anyone 
> > successfully used it? 
> > 
> > Thanks, 
> > Salman

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f6afa5c6-a2d8-40a9-bb26-68deedfccceb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] nodemon on nodejs runtime

2018-05-10 Thread 'Jay Gordon' via Google App Engine
i noticed today even after having nodemon in my package.json that nodemon 
doesnt seem to be in the runtimes for nodejs

anyone else run into this?

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4bb8ac2f-f002-4543-95f8-8c6cd58ba9a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: google app engine timing out without any error on flexible environement

2018-05-10 Thread 'George (Cloud Platform Support)' via Google App Engine
It is worthwhile running the gcloud components update command before 
attempting deployment. What is the output of gcloud app deploy 
--verbosity=debug?

If you would like us to examine your project in more detail, you may send 
the following information via private mail; this is done with the help of 
the drop-down menu of the reply button, at the top right of the editing 
window: 

- Project ID
- App service and versions exhibiting this behavior
- a copy of your app.yaml, as well a description of your app (e.g. what the 
startup process is like)
- Any other project details you find relevant. 

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e86bfd62-fea0-4c82-9a6f-838b5cd1bf1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE connection pooling cloud SQL

2018-05-10 Thread Thành Nguyễn Xuân

Hi everyone,

I'm newbie in GAE . in document i got :


   - Open database connections consume resources; your application should 
   always close connections when they are no longer being used. For App Engine 
   standard environment, there is a hard limit 
    on the number of 
   connections an App Engine instance can have open to Cloud SQL. If your 
   application requires more open connections, consider using connection 
   pooling.

What is lib java we can use for connection pooling

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f0e9ac3b-7007-4381-9f7d-757c6416382c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: nodemon on nodejs runtime

2018-05-10 Thread 'George (Cloud Platform Support)' via Google App Engine
Where does your app run? Do you deploy it in the standard environment, 
flex, GCE? 

After editing the package.json one is expected to run something like npm 
install. 

What is the output of gcloud info?  

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/23a49143-1c9f-45f1-bb62-808ff2e3ccf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: nodemon on nodejs runtime

2018-05-10 Thread Thành Nguyễn Xuân
I'm using standard environment with java.
My output is an api for android app . Every time api call it need to acess 
cloud sql for querry data .

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/caf1449f-2371-469b-9724-286ba724dde0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.