[google-appengine] Re: Managed SSL

2017-09-17 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
@Attila-Mihaly I updated the link. 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 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/d48d743a-f367-4cb5-a75c-6faf8b7190ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: [Node JS] Is it possible to enable CORS

2017-09-17 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
You do not need to add any new code to take advantage of CORS support on 
Google App Engine, it will simply work as expected for Cloud Storage 
buckets configured with CORS. This article 
 
discusses Cross-Origin Resource Sharing (CORS) in more detail.

-- 
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/c4be17dd-c69b-43fc-b769-ec784af85dce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: GAE java8 switch by simply putting runtime java8 fails:

2017-09-17 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine


A thread like this is off-topic for Google Groups, and should be posted to 
StackOverflow . 
While I'd like to help you, this isn't the place to do it. This forum isn't 
meant for specific 1-on-1 technical issues, but for general discussion of 
the platform and its services. With StackOverflow 
, which we 
also monitor, you'll be in touch with a much larger user-base of people who 
are going to help you, and in a format which is designed for that purpose. 
Check out our community support page 
 for the list of tags 
we monitor. 

If you suspect this is a defect on the platform, you can open a new public 
issue tracker  as described in this articl 
e so that proper 
attention will be given to it. 

-- 
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/bb47ef3b-48f7-45a9-9533-d75ab2dfa85f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] [Node JS] Is it possible to enable CORS

2017-09-17 Thread Terry Di Luzio
Hi everyone,

Having CORS issues with my project I was wondering if anyone knows how to 
enable CORS in (Node JS) Google App Engine.

Thank you ;)

-- 
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/434eeca7-e70d-4109-a976-aca3361b6bdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: ? How to implement managed SSL for a pre-existing domain mapping.

2017-09-17 Thread Mike Hardy
Likewise. I posted it here 
.

On Saturday, September 16, 2017 at 6:24:25 PM UTC-7, timh wrote:
>
> Hi
>
> Thanks have done so.
> Other than it not working there isn't much to report, there are no error 
> messages as such, just the forever spinning circle.
> The main bit of info will of course be the appid.
>
> Cheers
>
> T
>
>
> On Sunday, September 17, 2017 at 5:58:40 AM UTC+8, Kamran (Google Cloud 
> Support) wrote:
>>
>>
>> Hello Tim,
>>
>> I'd recommend filing an issue on Google Issue Tracker 
>>  include reproduction 
>> steps, the error messages that you receive or a redacted screenshot of the 
>> error, your Project ID and any other information that could help us to 
>> investigate this issue further.
>>
>>
>>
>> On Saturday, September 16, 2017 at 12:47:38 AM UTC-4, timh wrote:
>>>
>>> So I re-verified the same domain which appeared to work.
>>> It's details now look different but everything still working.
>>>
>>> I then "Enable Managed Security", and it started to show "Google-managed, 
>>> auto-renewing " under SSL Security.
>>> However an hour later the adjacent spinning gif is still spinning, have 
>>> disabled and tried again to no avail.
>>>
>>> Not sure how to progress now.
>>>
>>> T 
>>>
>>>
>>> On Saturday, September 16, 2017 at 11:24:31 AM UTC+8, timh wrote:

 Hi

 Managed SSL - fantastic.

 However I have an existing domain mapped, (for many years) and you 
 don't seem to be able to add a certificate to this.

 Not sure what the strategy would be to resolve this without potential 
 downtime for the domain.

 The only thing would be drop the existing domain mapping and re-add, 
 but that will mean downtime for the service for that domain.

 Any ideas on how one might approach this without the potential downtime 
 ?

 Thanks

 Tim

>>>

-- 
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/1bfbe790-266e-48f6-aaf8-f9d4da550be2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] GAE java8 switch by simply putting runtime java8 fails:

2017-09-17 Thread Frank Nestel
My tiny app usually displays no errors at all, below exceptions look all 
bad and happen every 20 seconds with a unused version:

Here is the log link
https://console.cloud.google.com/logs/viewer?project=badgers-987=0=false=2017-09-17T14%3A54%3A17.984979000Z=gae_app%2Fmodule_id%2Fdefault%2Fversion_id%2F39-java8=projects%2Fbadgers-987%2Flogs%2Fappengine.googleapis.com%252Frequest_log=resource.type%3D%22gae_app%22%0Aresource.labels.zone%3D%22eu2%22%0Aresource.labels.project_id%3D%22badgers-987%22%0Aresource.labels.version_id%3D%2239-java8%22%0Aresource.labels.module_id%3D%22default%22%0Atimestamp%3D%222017-09-17T14%3A54%3A17.984979000Z%22%0AinsertId%3D%2259be8c9a00068348f172be0c%22

Copies of exceptions:
exception 1:
16:55:24.315 com.google.apphosting.runtime.jetty9.JettyLogger warn: 
/_ah/spi/BackendService.getApiConfigs (JettyLogger.java:29 
)
 
java.lang.NullPointerException at 
com.google.api.server.spi.SystemServiceServlet.execute(
SystemServiceServlet.java:100 
)
 
at com.google.api.server.spi.SystemServiceServlet.doPost(
SystemServiceServlet.java:71 
)
 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848) at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
 
at 
com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:125)
 
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
 
at 
com.google.apphosting.runtime.jetty9.SaveSessionFilter.doFilter(SaveSessionFilter.java:37)
 
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
 
at 
com.google.apphosting.utils.servlet.JdbcMySqlConnectionCleanupFilter.doFilter(JdbcMySqlConnectionCleanupFilter.java:60)
 
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
 
at 
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:48)
 
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
 
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) 
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) 
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) 
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
 
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
 
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) 
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
 
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
 
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
at 
com.google.apphosting.runtime.jetty9.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:297)
 
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) 
at org.eclipse.jetty.server.Server.handle(Server.java:534) at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at 
com.google.apphosting.runtime.jetty9.RpcConnection.handle(RpcConnection.java:219)
 
at 
com.google.apphosting.runtime.jetty9.RpcConnector.serviceRequest(RpcConnector.java:81)
 
at 
com.google.apphosting.runtime.jetty9.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:108)
 
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.dispatchServletRequest(JavaRuntime.java:650)
 
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.dispatchRequest(JavaRuntime.java:612)
 
at 
com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:582)
 
at 
com.google.apphosting.runtime.JavaRuntime$NullSandboxRequestRunnable.run(JavaRuntime.java:776)
 
at 
com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:263)
 
at java.lang.Thread.run(Thread.java:745)

exception 2:
16:55:24.329 Uncaught exception from servlet java.lang.NullPointerException 
at com.google.api.server.spi.SystemServiceServlet.execute(
SystemServiceServlet.java:100