[google-appengine] Re: connection limit?

2020-08-04 Thread 'Khalid Qibbou' via Google App Engine
Hi, There is no limitation on ingress/egress traffic to a compute engine VM, I suggest to that you try the following troubleshooting steps: from GCE VM : ping {remote host ip} If you can ping but cannot connect to port 80 or 443, it could be a firewall issue[1], try adding a rule to allow

[google-appengine] GAE - Standard Env - java.lang.UnsatisfiedLinkError even after specifying java.library.path

2020-08-04 Thread Praveenkumar Venkatesan
I'm trying to use opencv in my app. opencv has native libraries that need to be loaded. I have set java.library.path in order to load them using System.loadLibrary. So the app picks up the library i want to load from the java.library.path specified but the native library has internal

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread Todd Murchison
Thanks for the response! Unfortunately, I have already followed that code lab in my many attempts to get it to work. What that code lab (and other documentation I've gone through) doesn't address is the use of a WAR formactor for packaging. That code lab only works if my project is producing a

[google-appengine] Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread Todd Murchison
Hi everyone! The story so far... - I built a little web app using Spring Boot with old-school JSP pages using Java 11, which runs fine locally - Note that Spring Boot appears to only officially support JSP with WAR packaging - My web app provides functionality that will only get

[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Todd, What you aim to do it quite achievable. You may consider following the "Deploy a Spring Boot app to App Engine standard environment" example, first on page 7 , and then on page 8

Re: [google-appengine] Re: connection limit?

2020-08-04 Thread mauro morichi
Hi Khalid. Thanks for your support. I'll do supplementary investigation in configuration and firewall. Probably a mistake in some configuration. Il giorno mar 4 ago 2020 alle ore 09:58 'Khalid Qibbou' via Google App Engine ha scritto: > Hi, > > There is no limitation on ingress/egress traffic

[google-appengine] Re: GAE - Standard Env - java.lang.UnsatisfiedLinkError even after specifying java.library.path

2020-08-04 Thread Praveenkumar Venkatesan
i was able to resolve this issue by running in the flex env. On Tuesday, August 4, 2020 at 12:56:42 AM UTC-7, Praveenkumar Venkatesan wrote: > > I'm trying to use opencv in my app. opencv has native libraries that need > to be loaded. > I have set java.library.path in order to load them using

[google-appengine] Re: GAE - Standard Env - java.lang.UnsatisfiedLinkError even after specifying java.library.path

2020-08-04 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Praveenkumar, Happy to hear that the issue is resolved. As you clearly denoted and explained in this documentation , using the standard environment, your application runs inside of a