Skip to content

Instantly share code, notes, and snippets.

@mentos1386
Last active December 16, 2019 09:03
Show Gist options
  • Save mentos1386/792db2add7c00af705f1c1744452e1e9 to your computer and use it in GitHub Desktop.
Save mentos1386/792db2add7c00af705f1c1744452e1e9 to your computer and use it in GitHub Desktop.
2019-12-16 08:57:52.435 DEBUG 1 --- [ XNIO-2 task-7] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/webjars/bootstrap/3.3.7/css/bootstrap.min.css.map] is: -1
2019-12-16 08:57:52.437 DEBUG 1 --- [ XNIO-2 task-9] io.undertow.request.security : Attempting to authenticate /img/loading.gif, authentication required: false
2019-12-16 08:57:52.439 DEBUG 1 --- [ XNIO-2 task-8] io.undertow.request : Matched default handler path /app/01_hello
2019-12-16 08:57:52.440 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.w.s.f.OrderedRequestContextFilter : Bound request context to thread: HttpServletRequestImpl [ POST /app/01_hello ]
2019-12-16 08:57:52.440 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/app/01_hello'; against '/css/**'
2019-12-16 08:57:52.440 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/app/01_hello'; against '/img/**'
2019-12-16 08:57:52.441 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/app/01_hello'; against '/js/**'
2019-12-16 08:57:52.441 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/app/01_hello'; against '/assets/**'
2019-12-16 08:57:52.441 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/app/01_hello'; against '/webjars/**'
2019-12-16 08:57:52.441 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 1 of 9 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-12-16 08:57:52.441 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 2 of 9 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-12-16 08:57:52.442 DEBUG 1 --- [ XNIO-2 task-8] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
2019-12-16 08:57:52.442 DEBUG 1 --- [ XNIO-2 task-8] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
2019-12-16 08:57:52.442 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 3 of 9 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-12-16 08:57:52.442 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 4 of 9 in additional filter chain; firing Filter: 'LogoutFilter'
2019-12-16 08:57:52.442 DEBUG 1 --- [ XNIO-2 task-9] io.undertow.request.security : Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@5031ec1e for /img/loading.gif
2019-12-16 08:57:52.443 DEBUG 1 --- [ XNIO-2 task-9] io.undertow.request.security : Authentication result was ATTEMPTED for /img/loading.gif
2019-12-16 08:57:52.443 DEBUG 1 --- [ XNIO-2 task-9] io.undertow.request : Matched default handler path /img/loading.gif
2019-12-16 08:57:52.443 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', GET]
2019-12-16 08:57:52.444 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /app/01_hello' doesn't match 'GET /logout
2019-12-16 08:57:52.444 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', POST]
2019-12-16 08:57:52.444 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/app/01_hello'; against '/logout'
2019-12-16 08:57:52.444 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', PUT]
2019-12-16 08:57:52.444 DEBUG 1 --- [ XNIO-2 task-9] io.undertow.request : Matched default handler path /img/loading.gif
2019-12-16 08:57:52.444 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /app/01_hello' doesn't match 'PUT /logout
2019-12-16 08:57:52.537 DEBUG 1 --- [ XNIO-2 task-9] o.s.b.w.s.f.OrderedRequestContextFilter : Bound request context to thread: HttpServletRequestImpl [ GET /img/loading.gif ]
2019-12-16 08:57:52.537 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/logout', DELETE]
2019-12-16 08:57:52.537 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'POST /app/01_hello' doesn't match 'DELETE /logout
2019-12-16 08:57:52.538 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
2019-12-16 08:57:52.538 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 5 of 9 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-12-16 08:57:52.538 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 6 of 9 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-12-16 08:57:52.539 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 7 of 9 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-12-16 08:57:52.541 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@3073eacc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@957e: RemoteIpAddress: 127.0.0.1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
2019-12-16 08:57:52.541 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 8 of 9 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-12-16 08:57:52.541 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.session.SessionManagementFilter : Requested session ID u_YCUZuXIaQvIkfAD_qcIIfmWVgsm1io_CYEG8Mk is invalid.
2019-12-16 08:57:52.541 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello at position 9 of 9 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-12-16 08:57:52.541 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /app/01_hello reached end of additional filter chain; proceeding with original chain
2019-12-16 08:57:52.539 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/img/loading.gif'; against '/css/**'
2019-12-16 08:57:52.542 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/img/loading.gif'; against '/img/**'
2019-12-16 08:57:52.542 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /img/loading.gif has an empty filter list
2019-12-16 08:57:52.542 DEBUG 1 --- [ XNIO-2 task-9] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing GET request for [/img/loading.gif]
2019-12-16 08:57:52.542 DEBUG 1 --- [ XNIO-2 task-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /img/loading.gif
2019-12-16 08:57:52.542 DEBUG 1 --- [ XNIO-2 task-8] o.s.web.servlet.DispatcherServlet : DispatcherServlet with name 'dispatcherServlet' processing POST request for [/app/01_hello]
2019-12-16 08:57:52.550 DEBUG 1 --- [ XNIO-2 task-9] s.w.s.m.m.a.RequestMappingHandlerMapping : Did not find handler method for [/img/loading.gif]
2019-12-16 08:57:52.550 DEBUG 1 --- [ XNIO-2 task-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Matching patterns for request [/img/loading.gif] are [/**]
2019-12-16 08:57:52.550 DEBUG 1 --- [ XNIO-2 task-9] o.s.w.s.handler.SimpleUrlHandlerMapping : URI Template variables for request [/img/loading.gif] are {}
2019-12-16 08:57:52.550 DEBUG 1 --- [ XNIO-2 task-9] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapping [/img/loading.gif] to HandlerExecutionChain with handler [ResourceHttpRequestHandler [locations=[class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], ServletContext resource [/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@62656be4]]] and 1 interceptor
2019-12-16 08:57:52.550 DEBUG 1 --- [ XNIO-2 task-9] o.s.web.servlet.DispatcherServlet : Last-Modified value for [/img/loading.gif] is: -1
2019-12-16 08:57:52.635 DEBUG 1 --- [ XNIO-2 task-9] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2019-12-16 08:57:52.636 DEBUG 1 --- [ XNIO-2 task-9] o.s.web.servlet.DispatcherServlet : Successfully completed request
2019-12-16 08:57:52.636 DEBUG 1 --- [ XNIO-2 task-9] o.s.b.w.s.f.OrderedRequestContextFilter : Cleared thread-bound request context: HttpServletRequestImpl [ GET /img/loading.gif ]
2019-12-16 08:57:52.543 DEBUG 1 --- [ XNIO-2 task-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking up handler method for path /app/01_hello
2019-12-16 08:57:52.541 DEBUG 1 --- [ XNIO-2 task-7] o.s.web.servlet.DispatcherServlet : Null ModelAndView returned to DispatcherServlet with name 'dispatcherServlet': assuming HandlerAdapter completed request handling
2019-12-16 08:57:52.638 DEBUG 1 --- [ XNIO-2 task-7] o.s.web.servlet.DispatcherServlet : Successfully completed request
2019-12-16 08:57:52.643 DEBUG 1 --- [ XNIO-2 task-7] o.s.b.w.s.f.OrderedRequestContextFilter : Cleared thread-bound request context: HttpServletRequestImpl [ GET /webjars/bootstrap/3.3.7/css/bootstrap.min.css.map ]
2019-12-16 08:57:52.644 DEBUG 1 --- [ XNIO-2 task-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Returning handler method [public java.util.Map<java.lang.String, java.lang.String> eu.openanalytics.shinyproxy.controllers.AppController.startApp(javax.servlet.http.HttpServletRequest)]
2019-12-16 08:57:52.645 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'appController'
2019-12-16 08:57:52.837 DEBUG 1 --- [ XNIO-2 task-8] o.s.web.cors.DefaultCorsProcessor : Skip CORS processing: request is from same origin
2019-12-16 08:57:52.839 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:57:52.840 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:57:52.842 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'authenticationBackend'
2019-12-16 08:57:52.842 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'SAMLAuthenticationBackend'
2019-12-16 08:57:52.842 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'keycloakAuthenticationBackend'
2019-12-16 08:57:52.844 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'authenticationBackend'
2019-12-16 08:57:52.844 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'SAMLAuthenticationBackend'
2019-12-16 08:57:52.844 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'keycloakAuthenticationBackend'
2019-12-16 08:57:52.933 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.namespace' in any property source
2019-12-16 08:57:52.933 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.api-version' in any property source
2019-12-16 08:57:52.940 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'authenticationBackend'
2019-12-16 08:57:52.940 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'SAMLAuthenticationBackend'
2019-12-16 08:57:52.940 DEBUG 1 --- [ XNIO-2 task-8] o.s.b.f.s.DefaultListableBeanFactory : Returning cached instance of singleton bean 'keycloakAuthenticationBackend'
2019-12-16 08:57:53.048 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2019-12-16 08:57:53.143 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.internal.xml.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration.
2019-12-16 08:57:53.143 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.internal.xml.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL
2019-12-16 08:57:53.144 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.internal.xml.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2019-12-16 08:57:53.146 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.internal.xml.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only.
2019-12-16 08:57:53.239 DEBUG 1 --- [ XNIO-2 task-8] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2019-12-16 08:57:53.239 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2019-12-16 08:57:53.240 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2019-12-16 08:57:53.240 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2019-12-16 08:57:53.241 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2019-12-16 08:57:53.241 DEBUG 1 --- [ XNIO-2 task-8] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2019-12-16 08:57:56.234 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.image-pull-policy' in any property source
2019-12-16 08:57:56.235 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.image-pull-secret' in any property source
2019-12-16 08:57:56.235 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.image-pull-secrets' in any property source
2019-12-16 08:57:58.336 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.node-selector' in any property source
2019-12-16 08:58:00.133 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:58:00.134 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:58:20.135 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:58:20.135 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:58:40.136 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:58:40.136 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:58:51.298 DEBUG 1 --- [ XNIO-2 I/O-1] io.undertow.request : Timing out idle connection from /127.0.0.1:35056
2019-12-16 08:58:52.391 DEBUG 1 --- [ XNIO-2 I/O-1] io.undertow.request : Timing out idle connection from /127.0.0.1:35054
2019-12-16 08:58:52.686 DEBUG 1 --- [ XNIO-2 I/O-1] io.undertow.request : Timing out idle connection from /127.0.0.1:35028
2019-12-16 08:58:52.785 DEBUG 1 --- [ XNIO-2 I/O-1] io.undertow.request : Timing out idle connection from /127.0.0.1:35050
2019-12-16 08:59:00.136 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:59:00.137 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:59:07.935 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.kubernetes.container-protocol' in any property source
2019-12-16 08:59:07.936 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Found key 'proxy.container-wait-time' in PropertySource 'configurationProperties' with value of type Integer
2019-12-16 08:59:07.936 DEBUG 1 --- [ XNIO-2 task-8] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.container-wait-timeout' in any property source
2019-12-16 08:59:10.042 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (2/60): http://null:3838
2019-12-16 08:59:12.043 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (3/60): http://null:3838
2019-12-16 08:59:14.044 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (4/60): http://null:3838
2019-12-16 08:59:16.045 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (5/60): http://null:3838
2019-12-16 08:59:18.069 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (6/60): http://null:3838
2019-12-16 08:59:20.069 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (7/60): http://null:3838
2019-12-16 08:59:20.137 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:59:20.137 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:59:22.070 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (8/60): http://null:3838
2019-12-16 08:59:24.071 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (9/60): http://null:3838
2019-12-16 08:59:26.072 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (10/60): http://null:3838
2019-12-16 08:59:28.077 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (11/60): http://null:3838
2019-12-16 08:59:30.078 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (12/60): http://null:3838
2019-12-16 08:59:32.079 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (13/60): http://null:3838
2019-12-16 08:59:34.080 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (14/60): http://null:3838
2019-12-16 08:59:36.080 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (15/60): http://null:3838
2019-12-16 08:59:38.088 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (16/60): http://null:3838
2019-12-16 08:59:40.089 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (17/60): http://null:3838
2019-12-16 08:59:40.138 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 08:59:40.138 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 08:59:42.089 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (18/60): http://null:3838
2019-12-16 08:59:44.090 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (19/60): http://null:3838
2019-12-16 08:59:46.091 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (20/60): http://null:3838
2019-12-16 08:59:48.097 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (21/60): http://null:3838
2019-12-16 08:59:50.098 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (22/60): http://null:3838
2019-12-16 08:59:52.098 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (23/60): http://null:3838
2019-12-16 08:59:54.099 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (24/60): http://null:3838
2019-12-16 08:59:56.100 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (25/60): http://null:3838
2019-12-16 08:59:58.106 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (26/60): http://null:3838
2019-12-16 09:00:00.107 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (27/60): http://null:3838
2019-12-16 09:00:00.139 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 09:00:00.139 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 09:00:02.108 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (28/60): http://null:3838
2019-12-16 09:00:04.115 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (29/60): http://null:3838
2019-12-16 09:00:06.116 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (30/60): http://null:3838
2019-12-16 09:00:08.122 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (31/60): http://null:3838
2019-12-16 09:00:10.122 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (32/60): http://null:3838
2019-12-16 09:00:12.123 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (33/60): http://null:3838
2019-12-16 09:00:14.124 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (34/60): http://null:3838
2019-12-16 09:00:16.125 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (35/60): http://null:3838
2019-12-16 09:00:18.147 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (36/60): http://null:3838
2019-12-16 09:00:20.139 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 09:00:20.140 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 09:00:20.148 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (37/60): http://null:3838
2019-12-16 09:00:22.149 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (38/60): http://null:3838
2019-12-16 09:00:24.150 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (39/60): http://null:3838
2019-12-16 09:00:26.151 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (40/60): http://null:3838
^[[B2019-12-16 09:00:28.157 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (41/60): http://null:3838
2019-12-16 09:00:30.158 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (42/60): http://null:3838
2019-12-16 09:00:32.159 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (43/60): http://null:3838
2019-12-16 09:00:34.160 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (44/60): http://null:3838
2019-12-16 09:00:36.160 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (45/60): http://null:3838
2019-12-16 09:00:38.170 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (46/60): http://null:3838
2019-12-16 09:00:40.140 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 09:00:40.140 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 09:00:40.171 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (47/60): http://null:3838
2019-12-16 09:00:42.171 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (48/60): http://null:3838
2019-12-16 09:00:44.172 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (49/60): http://null:3838
2019-12-16 09:00:46.173 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (50/60): http://null:3838
2019-12-16 09:00:48.179 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (51/60): http://null:3838
2019-12-16 09:00:50.179 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (52/60): http://null:3838
2019-12-16 09:00:52.181 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (53/60): http://null:3838
2019-12-16 09:00:54.182 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (54/60): http://null:3838
2019-12-16 09:00:56.183 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (55/60): http://null:3838
2019-12-16 09:00:58.188 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (56/60): http://null:3838
2019-12-16 09:01:00.141 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups' in any property source
2019-12-16 09:01:00.141 DEBUG 1 --- [tiveProxyKiller] o.s.c.e.PropertySourcesPropertyResolver : Could not find key 'proxy.admin-groups[0]' in any property source
2019-12-16 09:01:00.189 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (57/60): http://null:3838
2019-12-16 09:01:02.190 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (58/60): http://null:3838
2019-12-16 09:01:04.190 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (59/60): http://null:3838
2019-12-16 09:01:06.191 WARN 1 --- [ XNIO-2 task-8] e.o.shinyproxy.ShinyProxyTestStrategy : Container unresponsive, trying again (60/60): http://null:3838
2019-12-16 09:01:08.214 DEBUG 1 --- [ XNIO-2 task-8] .m.m.a.ExceptionHandlerExceptionResolver : Resolving exception from handler [public java.util.Map<java.lang.String, java.lang.String> eu.openanalytics.shinyproxy.controllers.AppController.startApp(javax.servlet.http.HttpServletRequest)]: eu.openanalytics.containerproxy.ContainerProxyException: Container did not respond in time
2019-12-16 09:01:08.215 DEBUG 1 --- [ XNIO-2 task-8] .w.s.m.a.ResponseStatusExceptionResolver : Resolving exception from handler [public java.util.Map<java.lang.String, java.lang.String> eu.openanalytics.shinyproxy.controllers.AppController.startApp(javax.servlet.http.HttpServletRequest)]: eu.openanalytics.containerproxy.ContainerProxyException: Container did not respond in time
2019-12-16 09:01:08.220 DEBUG 1 --- [ XNIO-2 task-8] .w.s.m.s.DefaultHandlerExceptionResolver : Resolving exception from handler [public java.util.Map<java.lang.String, java.lang.String> eu.openanalytics.shinyproxy.controllers.AppController.startApp(javax.servlet.http.HttpServletRequest)]: eu.openanalytics.containerproxy.ContainerProxyException: Container did not respond in time
2019-12-16 09:01:08.236 DEBUG 1 --- [ XNIO-2 task-8] o.s.web.servlet.DispatcherServlet : Could not complete request
eu.openanalytics.containerproxy.ContainerProxyException: Container did not respond in time
at eu.openanalytics.containerproxy.backend.AbstractContainerBackend.startProxy(AbstractContainerBackend.java:118) ~[containerproxy-0.8.3.jar!/:0.8.3]
at eu.openanalytics.containerproxy.service.ProxyService.startProxy(ProxyService.java:213) ~[containerproxy-0.8.3.jar!/:0.8.3]
at eu.openanalytics.shinyproxy.controllers.AppController.getOrStart(AppController.java:109) ~[classes!/:2.3.0]
at eu.openanalytics.shinyproxy.controllers.AppController.startApp(AppController.java:68) ~[classes!/:2.3.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_232]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_232]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:209) ~[spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) ~[spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) ~[spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:870) ~[spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:776) ~[spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991) ~[spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925) ~[spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:978) [spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:881) [spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [javax.servlet-api-3.1.0.jar!/:3.1.0]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:855) [spring-webmvc-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar!/:3.1.0]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at eu.openanalytics.containerproxy.util.ProxyMappingManager$ProxyPathHandler.handleRequest(ProxyMappingManager.java:159) [containerproxy-0.8.3.jar!/:0.8.3]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:336) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_232]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment