Shiny proxy doesn't reactivate the docker when reload the page

Hello,

Before I reload the page, when i load the page, the loading is slow but it work and i see my app shiny.

But when I reload the page of the shiny container, I see the page that is all white and that it I can’t reload the application until 5 minutes after the initial .

I read that it is maybe the heartbeat parameter, but I don’t change it.

I deactivate the authentication, for those who asked.

This is the log of shiny proxy in the INFO level :

Log

2020-09-17 17:42:42.779 INFO 17068 — [main] o.g.jersey.internal.ServiceFinder : Running in a non-OSGi environment
2020-09-17 17:42:43.285 INFO 17068 — [main] e.o.containerproxy.service.LogService : Container logging enabled. Log files will be saved to /var/log/shinyproxy/container-logs
2020-09-17 17:42:43.503 INFO 17068 — [main] org.xnio : XNIO version 3.3.8.Final
2020-09-17 17:42:43.534 INFO 17068 — [main] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
2020-09-17 17:42:43.744 WARN 17068 — [main] io.undertow.websockets.jsr : UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
2020-09-17 17:42:43.745 WARN 17068 — [main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2020-09-17 17:42:43.769 INFO 17068 — [main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2020-09-17 17:42:43.769 INFO 17068 — [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2704 ms
2020-09-17 17:42:43.913 INFO 17068 — [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: ‘characterEncodingFilter’ to: [/]
2020-09-17 17:42:43.914 INFO 17068 — [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: ‘requestContextFilter’ to: [/
]
2020-09-17 17:42:43.914 INFO 17068 — [main] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: ‘springSecurityFilterChain’ to: [/]
2020-09-17 17:42:43.914 INFO 17068 — [main] o.s.boot.web.servlet.RegistrationBean : Filter orderedHiddenHttpMethodFilter was not registered (disabled)
2020-09-17 17:42:43.914 INFO 17068 — [main] o.s.boot.web.servlet.RegistrationBean : Filter orderedHttpPutFormContentFilter was not registered (disabled)
2020-09-17 17:42:43.914 INFO 17068 — [main] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2020-09-17 17:42:44.197 INFO 17068 — [main] e.o.c.stat.StatCollectorRegistry : Disabled. Usage statistics will not be processed.
2020-09-17 17:42:44.472 INFO 17068 — [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@bae47a0, org.springframework.security.web.context.SecurityContextPersistenceFilter@61e3a1fd, org.springframework.security.web.header.HeaderWriterFilter@3a71c100, org.springframework.security.web.csrf.CsrfFilter@19868320, org.springframework.security.web.authentication.logout.LogoutFilter@7a34b7b8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4d4d48a6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25243bc1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@74a9c4b0, org.springframework.security.web.session.SessionManagementFilter@7e8e8651, org.springframework.security.web.access.ExceptionTranslationFilter@11963225]
2020-09-17 17:42:44.504 WARN 17068 — [main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode ‘HTML5’ is deprecated. Using Template Mode ‘HTML’ instead.
2020-09-17 17:42:44.938 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@51b7e5df: startup date [Thu Sep 17 17:42:41 BST 2020]; root of context hierarchy
2020-09-17 17:42:45.013 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/app/
],methods=[GET]}" onto public java.lang.String eu.openanalytics.shinyproxy.controllers.AppController.app(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2020-09-17 17:42:45.014 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/app/*],methods=[POST]}” onto public java.util.Map<java.lang.String, java.lang.String> eu.openanalytics.shinyproxy.controllers.AppController.startApp(javax.servlet.http.HttpServletRequest)
2020-09-17 17:42:45.014 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/app_direct/]}" onto public void eu.openanalytics.shinyproxy.controllers.AppController.appDirect(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-09-17 17:42:45.015 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/issue],methods=[POST]}” onto public java.lang.String eu.openanalytics.shinyproxy.controllers.IssueController.postIssue(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-09-17 17:42:45.015 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/admin]}” onto private java.lang.String eu.openanalytics.shinyproxy.controllers.AdminController.admin(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2020-09-17 17:42:45.016 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/]}” onto private java.lang.Object eu.openanalytics.shinyproxy.controllers.IndexController.index(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2020-09-17 17:42:45.017 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxy],methods=[POST],produces=[application/json]}” onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.startProxy(eu.openanalytics.containerproxy.model.spec.ProxySpec)
2020-09-17 17:42:45.017 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxy/{proxySpecId}],methods=[POST],produces=[application/json]}” onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.startProxy(java.lang.String,java.util.Set<eu.openanalytics.containerproxy.model.runtime.RuntimeSetting>)
2020-09-17 17:42:45.018 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxy/{proxyId}],methods=[DELETE],produces=[application/json]}” onto public org.springframework.http.ResponseEntity<java.lang.String> eu.openanalytics.containerproxy.api.ProxyController.stopProxy(java.lang.String)
2020-09-17 17:42:45.018 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxy/{proxyId}],methods=[GET],produces=[application/json]}” onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.getProxy(java.lang.String)
2020-09-17 17:42:45.018 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxyspec],methods=[GET],produces=[application/json]}” onto public java.util.List<eu.openanalytics.containerproxy.model.spec.ProxySpec> eu.openanalytics.containerproxy.api.ProxyController.listProxySpecs()
2020-09-17 17:42:45.018 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxy],methods=[GET],produces=[application/json]}” onto public java.util.List<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.listProxies()
2020-09-17 17:42:45.018 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/api/proxyspec/{proxySpecId}],methods=[GET],produces=[application/json]}” onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.spec.ProxySpec> eu.openanalytics.containerproxy.api.ProxyController.getProxySpec(java.lang.String)
2020-09-17 17:42:45.019 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/route/
]}” onto public void eu.openanalytics.containerproxy.api.ProxyRouteController.route(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-09-17 17:42:45.021 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/error],consumes=[application/json],produces=[application/json]}” onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> eu.openanalytics.containerproxy.ui.ErrorController.error(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-09-17 17:42:45.022 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/error],produces=[text/html]}” onto public java.lang.String eu.openanalytics.containerproxy.ui.ErrorController.handleError(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-09-17 17:42:45.022 INFO 17068 — [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped “{[/login],methods=[GET]}” onto public java.lang.Object eu.openanalytics.containerproxy.ui.LoginController.getLoginPage(java.util.Optional<java.lang.String>,org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2020-09-17 17:42:45.075 INFO 17068 — [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/assets/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2020-09-17 17:42:45.075 INFO 17068 — [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/
] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2020-09-17 17:42:45.075 INFO 17068 — [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2020-09-17 17:42:45.095 INFO 17068 — [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in baseController.RestErrorHandler
2020-09-17 17:42:45.127 INFO 17068 — [main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/
/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2020-09-17 17:42:45.252 INFO 17068 — [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2020-09-17 17:42:45.341 INFO 17068 — [main] o.s.l.c.support.AbstractContextSource : Property ‘userDn’ not set - anonymous context will be used for read-write operations
2020-09-17 17:42:45.487 INFO 17068 — [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2020-09-17 17:42:45.488 INFO 17068 — [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name ‘dataSource’ has been autodetected for JMX exposure
2020-09-17 17:42:45.493 INFO 17068 — [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean ‘dataSource’: registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2020-09-17 17:42:45.614 INFO 17068 — [main] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8080 (http) with context path ‘’
2020-09-17 17:42:45.618 INFO 17068 — [main] e.o.c.ContainerProxyApplication : Started ContainerProxyApplication in 5.467 seconds (JVM running for 6.958)
2020-09-17 17:42:58.001 INFO 17068 — [XNIO-2 task-1] io.undertow.servlet : Initializing Spring FrameworkServlet ‘dispatcherServlet’
2020-09-17 17:42:58.001 INFO 17068 — [XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet ‘dispatcherServlet’: initialization started
2020-09-17 17:42:58.020 INFO 17068 — [XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet ‘dispatcherServlet’: initialization completed in 19 ms
2020-09-17 17:42:59.236 INFO 17068 — [XNIO-2 task-6] o.g.j.p.internal.ExecutorProviders : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2020-09-17 17:42:59.237 INFO 17068 — [XNIO-2 task-6] o.g.j.p.internal.ExecutorProviders : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2020-09-17 17:42:59.359 INFO 17068 — [XNIO-2 task-6] g.j.c.DefaultClientAsyncExecutorProvider : Zero or negative asynchronous thread pool size specified in the client configuration property: [0] Using default cached thread pool.
2020-09-17 17:43:00.169 INFO 17068 — [XNIO-2 task-6] c.s.docker.client.DefaultDockerClient : Starting container with Id: f75a8e270fc8bfa221b34b7d09239357003af859e6ea9a2dafb5d9a83b20c418
2020-09-17 17:43:02.647 WARN 17068 — [XNIO-2 task-6] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (2/10): http://localhost:20000
2020-09-17 17:43:04.649 WARN 17068 — [XNIO-2 task-6] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (3/10): http://localhost:20000
2020-09-17 17:43:06.650 WARN 17068 — [XNIO-2 task-6] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (4/10): http://localhost:20000
2020-09-17 17:43:08.652 WARN 17068 — [XNIO-2 task-6] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (5/10): http://localhost:20000
2020-09-17 17:43:11.049 INFO 17068 — [XNIO-2 task-6] e.o.containerproxy.service.ProxyService : Proxy activated [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [spec: nuance] [id: 5b493c7c-05bb-4baf-b8a8-d1a0abf22784]
2020-09-17 17:43:11.063 INFO 17068 — [pool-3-thread-1] o.g.j.p.internal.ExecutorProviders : Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2020-09-17 17:43:11.063 INFO 17068 — [pool-3-thread-1] o.g.j.p.internal.ExecutorProviders : Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2020-09-17 17:43:11.073 INFO 17068 — [pool-3-thread-1] g.j.c.DefaultClientAsyncExecutorProvider : Zero or negative asynchronous thread pool size specified in the client configuration property: [0] Using default cached thread pool.
2020-09-17 17:43:51.579 ERROR 17068 — [XNIO-2 I/O-4] io.undertow.proxy : UT005028: Proxy request to /proxy_endpoint/5b493c7c-05bb-4baf-b8a8-d1a0abf22784/ failed
2020-09-17 17:45:03.296 INFO 17068 — [InactiveProxyKiller] e.o.c.service.HeartbeatService : Releasing inactive proxy [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [spec: nuance] [id: 5b493c7c-05bb-4baf-b8a8-d1a0abf22784] [silence: 71713ms]
2020-09-17 17:45:03.338 INFO 17068 — [pool-2-thread-1] e.o.containerproxy.service.ProxyService : Proxy released [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [spec: nuance] [id: 5b493c7c-05bb-4baf-b8a8-d1a0abf22784]

I will also take the end with the log at debug level, only the intrested part :

DEBUG level

2020-09-17 17:43:51.576 DEBUG 17068 — [XNIO-2 I/O-4] i.u.client.http.HttpClientExchange : request terminated for request to localhost/127.0.0.1:20000 /
2020-09-17 17:43:51.579 ERROR 17068 — [XNIO-2 I/O-4] io.undertow.proxy : UT005028: Proxy request to /proxy_endpoint/5b493c7c-05bb-4baf-b8a8-d1a0abf22784/ failed

java.io.IOException: UT001000: Connection closed
at io.undertow.client.http.HttpClientConnection$ClientReadListener.handleEvent(HttpClientConnection.java:572) ~[undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.client.http.HttpClientConnection$ClientReadListener.handleEvent(HttpClientConnection.java:510) ~[undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92) ~[xnio-api-3.3.8.Final.jar!/:3.3.8.Final]
at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66) ~[xnio-api-3.3.8.Final.jar!/:3.3.8.Final]
at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:88) ~[xnio-nio-3.3.8.Final.jar!/:3.3.8.Final]
at org.xnio.nio.WorkerThread.run(WorkerThread.java:561) ~[xnio-nio-3.3.8.Final.jar!/:3.3.8.Final]

2020-09-17 17:43:51.582 DEBUG 17068 — [XNIO-2 I/O-4] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:43:51.582 DEBUG 17068 — [XNIO-2 I/O-4] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source
2020-09-17 17:43:51.582 DEBUG 17068 — [XNIO-2 I/O-4] e.o.c.service.HeartbeatService : Heartbeat received for proxy 5b493c7c-05bb-4baf-b8a8-d1a0abf22784
2020-09-17 17:43:51.583 DEBUG 17068 — [XNIO-2 I/O-4] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:43:51.583 DEBUG 17068 — [XNIO-2 I/O-4] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source
2020-09-17 17:43:51.583 DEBUG 17068 — [XNIO-2 I/O-4] e.o.c.service.HeartbeatService : Heartbeat received for proxy 5b493c7c-05bb-4baf-b8a8-d1a0abf22784
2020-09-17 17:43:51.583 DEBUG 17068 — [XNIO-2 I/O-4] i.u.client.http.HttpClientConnection : close called on connection to localhost/127.0.0.1:20000
2020-09-17 17:43:51.584 DEBUG 17068 — [XNIO-2 I/O-4] i.u.client.http.HttpClientConnection : connection to localhost/127.0.0.1:20000 closed
2020-09-17 17:43:51.735 DEBUG 17068 — [pool-3-thread-1] org.apache.http.wire : http-outgoing-2 << “0[\r][\n]”
2020-09-17 17:43:51.735 DEBUG 17068 — [pool-3-thread-1] org.apache.http.wire : http-outgoing-2 << “[\r][\n]”
2020-09-17 17:43:51.736 DEBUG 17068 — [pool-3-thread-1] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 2][route: {}->unix://localhost:80] can be kept alive indefinitely
2020-09-17 17:43:51.736 DEBUG 17068 — [pool-3-thread-1] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-2: set socket timeout to 0
2020-09-17 17:43:51.736 DEBUG 17068 — [pool-3-thread-1] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 2][route: {}->unix://localhost:80][total kept alive: 1; route allocated: 1 of 100; total allocated: 1 of 100]
2020-09-17 17:43:51.736 DEBUG 17068 — [pool-3-thread-1] e.o.containerproxy.service.LogService : Container logging ended for proxy 5b493c7c-05bb-4baf-b8a8-d1a0abf22784
2020-09-17 17:44:03.294 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:44:03.294 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source
2020-09-17 17:44:12.207 DEBUG 17068 — [XNIO-2 I/O-2] io.undertow.request : Timing out idle connection from /147.99.80.124:51928
2020-09-17 17:44:12.212 DEBUG 17068 — [XNIO-2 I/O-4] io.undertow.request : Timing out idle connection from /147.99.80.124:51910
2020-09-17 17:44:23.295 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:44:23.295 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source
2020-09-17 17:44:43.296 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:44:43.296 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source
2020-09-17 17:44:51.455 DEBUG 17068 — [XNIO-2 I/O-4] io.undertow.request : Timing out idle connection from /147.99.80.124:51914
2020-09-17 17:44:51.475 DEBUG 17068 — [XNIO-2 I/O-2] io.undertow.request : Timing out idle connection from /147.99.80.124:51912
2020-09-17 17:44:51.475 DEBUG 17068 — [XNIO-2 I/O-2] io.undertow.request : Timing out idle connection from /147.99.80.124:51916
2020-09-17 17:44:51.634 DEBUG 17068 — [XNIO-2 I/O-4] io.undertow.request : Timing out idle connection from /147.99.80.124:51926
2020-09-17 17:45:03.296 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:45:03.296 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source
2020-09-17 17:45:03.296 INFO 17068 — [InactiveProxyKiller] e.o.c.service.HeartbeatService : Releasing inactive proxy [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [spec: nuance] [id: 5b493c7c-05bb-4baf-b8a8-d1a0abf22784] [silence: 71713ms]
2020-09-17 17:45:03.299 DEBUG 17068 — [jersey-client-async-executor-1] o.a.h.client.protocol.RequestAddCookies : CookieSpec selected: default
2020-09-17 17:45:03.299 DEBUG 17068 — [jersey-client-async-executor-1] o.a.h.client.protocol.RequestAuthCache : Auth cache not set in the context
2020-09-17 17:45:03.299 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.PoolingHttpClientConnectionManager : Connection request: [route: {}->unix://localhost:80][total kept alive: 1; route allocated: 1 of 100; total allocated: 1 of 100]
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.PoolingHttpClientConnectionManager : Connection leased: [id: 1][route: {}->unix://localhost:80][total kept alive: 0; route allocated: 1 of 100; total allocated: 1 of 100]
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-1: set socket timeout to 0
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-1: set socket timeout to 30000
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] o.a.http.impl.execchain.MainClientExec : Executing request DELETE /containers/f75a8e270fc8bfa221b34b7d09239357003af859e6ea9a2dafb5d9a83b20c418?force=1 HTTP/1.1
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] o.a.http.impl.execchain.MainClientExec : Target auth state: UNCHALLENGED
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] o.a.http.impl.execchain.MainClientExec : Proxy auth state: UNCHALLENGED
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 >> DELETE /containers/f75a8e270fc8bfa221b34b7d09239357003af859e6ea9a2dafb5d9a83b20c418?force=1 HTTP/1.1
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 >> Accept: application/json
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 >> User-Agent: Jersey/2.26 (Apache HttpClient 4.5.5)
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 >> Host: localhost:80
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 >> Connection: Keep-Alive
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 >> Accept-Encoding: gzip,deflate
2020-09-17 17:45:03.313 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “DELETE /containers/f75a8e270fc8bfa221b34b7d09239357003af859e6ea9a2dafb5d9a83b20c418?force=1 HTTP/1.1[\r][\n]”
2020-09-17 17:45:03.331 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “Accept: application/json[\r][\n]”
2020-09-17 17:45:03.331 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “User-Agent: Jersey/2.26 (Apache HttpClient 4.5.5)[\r][\n]”
2020-09-17 17:45:03.331 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “Host: localhost:80[\r][\n]”
2020-09-17 17:45:03.331 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “Connection: Keep-Alive[\r][\n]”
2020-09-17 17:45:03.331 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “Accept-Encoding: gzip,deflate[\r][\n]”
2020-09-17 17:45:03.331 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 >> “[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “HTTP/1.1 204 No Content[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “Api-Version: 1.40[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “Docker-Experimental: false[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “Ostype: linux[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “Server: Docker/19.03.12 (linux)[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “Date: Thu, 17 Sep 2020 16:45:03 GMT[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.wire : http-outgoing-1 << “[\r][\n]”
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 << HTTP/1.1 204 No Content
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 << Api-Version: 1.40
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 << Docker-Experimental: false
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 << Ostype: linux
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 << Server: Docker/19.03.12 (linux)
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] org.apache.http.headers : http-outgoing-1 << Date: Thu, 17 Sep 2020 16:45:03 GMT
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] o.a.http.impl.execchain.MainClientExec : Connection can be kept alive indefinitely
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.PoolingHttpClientConnectionManager : Connection [id: 1][route: {}->unix://localhost:80] can be kept alive indefinitely
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.DefaultManagedHttpClientConnection : http-outgoing-1: set socket timeout to 0
2020-09-17 17:45:03.336 DEBUG 17068 — [jersey-client-async-executor-1] h.i.c.PoolingHttpClientConnectionManager : Connection released: [id: 1][route: {}->unix://localhost:80][total kept alive: 1; route allocated: 1 of 100; total allocated: 1 of 100]
2020-09-17 17:45:03.338 INFO 17068 — [pool-2-thread-1] e.o.containerproxy.service.ProxyService : Proxy released [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [spec: nuance] [id: 5b493c7c-05bb-4baf-b8a8-d1a0abf22784]
2020-09-17 17:45:03.338 DEBUG 17068 — [pool-2-thread-1] e.o.containerproxy.service.EventService : Post event [type: ProxyStop] [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [data: nuance]
2020-09-17 17:45:03.338 DEBUG 17068 — [pool-2-thread-1] e.o.containerproxy.service.EventService : Post event [type: ProxyStop] [user: -ajeXSi8JfwTcmEneh75jJZNJM0vdgO1d86gZoau] [data: nuance]
2020-09-17 17:45:23.298 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups’ in any property source
2020-09-17 17:45:23.298 DEBUG 17068 — [InactiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key ‘proxy.admin-groups[0]’ in any property source

I hope you can help me,
Best,
Arthur

Hello,

did you resolve this issue?

Best,
Alex