Advertisement
Guest User

Untitled

a guest
Aug 10th, 2017
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.89 KB | None | 0 0
  1. 2017-08-11 11:55:12.079 WARN 3263 --- [qtp559381997-63] o.eclipse.jetty.servlet.ServletHandler :
  2.  
  3. org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: protocol = http host = null
  4. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:980) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  5. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:870) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  6. at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) ~[javax.servlet-api-3.1.0.jar!/:3.1.0]
  7. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:844) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  8. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[javax.servlet-api-3.1.0.jar!/:3.1.0]
  9. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  10. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  11. at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:224) ~[websocket-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  12. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  13. at org.springframework.web.servlet.resource.ResourceUrlEncodingFilter.doFilterInternal(ResourceUrlEncodingFilter.java:52) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  14. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  15. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  16. at org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration$ApplicationContextHeaderFilter.doFilterInternal(EndpointWebMvcAutoConfiguration.java:237) ~[spring-boot-actuator-1.3.3.RELEASE.jar!/:1.3.3.RELEASE]
  17. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  18. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  19. at org.springframework.boot.actuate.trace.WebRequestTraceFilter.doFilterInternal(WebRequestTraceFilter.java:112) ~[spring-boot-actuator-1.3.3.RELEASE.jar!/:1.3.3.RELEASE]
  20. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  21. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  22. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  23. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  24. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  25. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  26. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:115) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  27. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  28. at com.safesat.bds.web.filter.SafeSatBdsResourceServerFilter.doFilterInternal(SafeSatBdsResourceServerFilter.java:28) ~[safesat-bds-web.jar!/:na]
  29. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  30. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  31. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  32. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  33. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  34. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  35. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  36. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  37. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  38. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  39. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  40. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  41. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:121) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  42. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  43. at com.safesat.bd.auth.filter.CsrfHeaderFilter.doFilterInternal(CsrfHeaderFilter.java:34) ~[ssbd-uaa-0.15.jar!/:na]
  44. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  45. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  46. at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:124) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  47. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  48. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  49. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  50. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  51. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  52. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  53. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  54. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  55. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  56. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  57. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  58. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  59. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  60. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  61. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177) ~[spring-security-web-4.1.1.RELEASE.jar!/:4.1.1.RELEASE]
  62. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  63. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  64. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  65. at org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter.doFilter(OAuth2ClientContextFilter.java:60) ~[spring-security-oauth2-2.0.9.RELEASE.jar!/:na]
  66. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  67. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  68. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  69. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  70. at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:87) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  71. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  72. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  73. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  74. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  75. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  76. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:121) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  77. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  78. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  79. at org.springframework.boot.actuate.autoconfigure.MetricsFilter.doFilterInternal(MetricsFilter.java:103) ~[spring-boot-actuator-1.3.3.RELEASE.jar!/:1.3.3.RELEASE]
  80. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  81. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) ~[jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  82. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) [jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  83. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  84. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577) [jetty-security-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  85. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  86. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  87. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [jetty-servlet-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  88. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  89. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  90. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  91. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  92. at org.eclipse.jetty.server.Server.handle(Server.java:499) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  93. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  94. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) [jetty-server-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  95. at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544) [jetty-io-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  96. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) [jetty-util-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  97. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) [jetty-util-9.2.15.v20160210.jar!/:9.2.15.v20160210]
  98. at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101]
  99. Caused by: java.lang.IllegalArgumentException: protocol = http host = null
  100. at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:176) ~[na:1.8.0_101]
  101. at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1099) ~[na:1.8.0_101]
  102. at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:999) ~[na:1.8.0_101]
  103. at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:933) ~[na:1.8.0_101]
  104. at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:80) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  105. at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  106. at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  107. at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:93) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  108. at org.springframework.cloud.netflix.metrics.MetricsClientHttpRequestInterceptor.intercept(MetricsClientHttpRequestInterceptor.java:65) ~[spring-cloud-netflix-core-1.1.0.M3.jar!/:1.1.0.M3]
  109. at org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.execute(InterceptingClientHttpRequest.java:85) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  110. at org.springframework.http.client.InterceptingClientHttpRequest.executeInternal(InterceptingClientHttpRequest.java:69) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  111. at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  112. at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  113. at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:596) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  114. at org.springframework.security.oauth2.client.OAuth2RestTemplate.doExecute(OAuth2RestTemplate.java:128) ~[spring-security-oauth2-2.0.9.RELEASE.jar!/:na]
  115. at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:557) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  116. at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:264) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  117. at org.springframework.web.client.RestTemplate$$FastClassBySpringCGLIB$$aa4e9ed0.invoke(<generated>) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  118. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  119. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  120. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  121. at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  122. at org.springframework.cloud.netflix.metrics.RestTemplateUrlTemplateCapturingAspect.captureUrlTemplate(RestTemplateUrlTemplateCapturingAspect.java:33) ~[spring-cloud-netflix-core-1.1.0.M3.jar!/:1.1.0.M3]
  123. at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source) ~[na:na]
  124. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_101]
  125. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_101]
  126. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:620) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  127. at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:609) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  128. at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  129. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  130. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  131. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  132. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655) ~[spring-aop-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  133. at org.springframework.security.oauth2.client.OAuth2RestTemplate$$EnhancerBySpringCGLIB$$1f2d14ee.getForObject(<generated>) ~[spring-security-oauth2-2.0.9.RELEASE.jar!/:na]
  134. at com.safesat.bds.web.user.controller.UserInfoController.loadUserMetaData(UserInfoController.java:43) ~[safesat-bds-web.jar!/:na]
  135. at sun.reflect.GeneratedMethodAccessor99.invoke(Unknown Source) ~[na:na]
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_101]
  137. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_101]
  138. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  139. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) ~[spring-web-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  140. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  141. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:817) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  142. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:731) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  143. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  144. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  145. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  146. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:968) ~[spring-webmvc-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
  147. ... 94 common frames omitted
  148.  
  149. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/**/favicon.ico'
  150. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/error']
  151. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/error'
  152. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  153. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 1 of 15 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  154. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 2 of 15 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  155. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-63] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /error
  156. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] w.c.HttpSessionSecurityContextRepository : Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@7138cb24: Authentication: org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE'
  157. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 3 of 15 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  158. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 4 of 15 in additional filter chain; firing Filter: 'CorsFilter'
  159. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 5 of 15 in additional filter chain; firing Filter: 'CsrfFilter'
  160. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 6 of 15 in additional filter chain; firing Filter: 'CsrfHeaderFilter'
  161. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 7 of 15 in additional filter chain; firing Filter: 'LogoutFilter'
  162. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /fonts/glyphicons-halflings-regular.woff2' doesn't match 'POST /logout
  163. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 8 of 15 in additional filter chain; firing Filter: 'OAuth2ClientAuthenticationProcessingFilter'
  164. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/login'
  165. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 9 of 15 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  166. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 10 of 15 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  167. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 11 of 15 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  168. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE'
  169. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 12 of 15 in additional filter chain; firing Filter: 'SessionManagementFilter'
  170. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-63] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/error]
  171. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 13 of 15 in additional filter chain; firing Filter: 'SafeSatBdsResourceServerFilter'
  172. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 14 of 15 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  173. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 at position 15 of 15 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  174. 2017-08-11 11:55:12.079 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /fonts/glyphicons-halflings-regular.woff2' doesn't match 'POST /logout
  175. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/index'
  176. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/home'
  177. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/'
  178. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/login'
  179. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/**/*.css'
  180. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/**/*.css.map'
  181. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/**/*.js'
  182. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/page/**'
  183. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/fonts/glyphicons-halflings-regular.woff2'; against '/fonts/**'
  184. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /fonts/glyphicons-halflings-regular.woff2; Attributes: [permitAll]
  185. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE
  186. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@41010d82, returned: 1
  187. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  188. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  189. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.security.web.FilterChainProxy : /fonts/glyphicons-halflings-regular.woff2 reached end of additional filter chain; proceeding with original chain
  190. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /fonts/glyphicons-halflings-regular.woff2
  191. 2017-08-11 11:55:12.080 DEBUG 3263 --- [qtp559381997-66] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/fonts/glyphicons-halflings-regular.woff2]
  192. 2017-08-11 11:55:12.081 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@3c2a60df
  193. 2017-08-11 11:55:12.081 DEBUG 3263 --- [qtp559381997-66] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  194. 2017-08-11 11:55:12.081 DEBUG 3263 --- [qtp559381997-66] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  195. 2017-08-11 11:55:12.081 DEBUG 3263 --- [qtp559381997-66] o.s.b.c.web.OrderedRequestContextFilter : Cleared thread-bound request context: Request(GET /fonts/glyphicons-halflings-regular.woff2)@314d49ef
  196. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.b.c.web.OrderedRequestContextFilter : Bound request context to thread: Request(GET /sections/ssbd-input.html)@314d49ef
  197. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/css/**']
  198. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/css/**'
  199. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/js/**']
  200. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/js/**'
  201. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/images/**']
  202. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/images/**'
  203. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/**/favicon.ico']
  204. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/**/favicon.ico'
  205. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/error']
  206. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/error'
  207. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  208. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 1 of 15 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  209. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 2 of 15 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  210. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] w.c.HttpSessionSecurityContextRepository : Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@7138cb24: Authentication: org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE'
  211. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 3 of 15 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  212. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 4 of 15 in additional filter chain; firing Filter: 'CorsFilter'
  213. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 5 of 15 in additional filter chain; firing Filter: 'CsrfFilter'
  214. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 6 of 15 in additional filter chain; firing Filter: 'CsrfHeaderFilter'
  215. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 7 of 15 in additional filter chain; firing Filter: 'LogoutFilter'
  216. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /sections/ssbd-input.html' doesn't match 'POST /logout
  217. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 8 of 15 in additional filter chain; firing Filter: 'OAuth2ClientAuthenticationProcessingFilter'
  218. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/login'
  219. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 9 of 15 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
  220. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 10 of 15 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
  221. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 11 of 15 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
  222. 2017-08-11 11:55:12.097 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.a.AnonymousAuthenticationFilter : SecurityContextHolder not populated with anonymous token, as it already contained: 'org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE'
  223. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 12 of 15 in additional filter chain; firing Filter: 'SessionManagementFilter'
  224. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 13 of 15 in additional filter chain; firing Filter: 'SafeSatBdsResourceServerFilter'
  225. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 14 of 15 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
  226. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html at position 15 of 15 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
  227. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /sections/ssbd-input.html' doesn't match 'POST /logout
  228. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/index'
  229. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/home'
  230. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/'
  231. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/login'
  232. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/**/*.css'
  233. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/**/*.css.map'
  234. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/**/*.js'
  235. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/page/**'
  236. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/fonts/**'
  237. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/bookings'
  238. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/create_booking'
  239. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/update_booking'
  240. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/customers'
  241. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/locations'
  242. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/notifications'
  243. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/topic'
  244. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/topic/messages'
  245. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/sections/ssbd-input.html'; against '/test'
  246. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /sections/ssbd-input.html; Attributes: [authenticated]
  247. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE
  248. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@41010d82, returned: 1
  249. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
  250. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
  251. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.security.web.FilterChainProxy : /sections/ssbd-input.html reached end of additional filter chain; proceeding with original chain
  252. 2017-08-11 11:55:12.098 DEBUG 3263 --- [qtp559381997-44] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /sections/ssbd-input.html
  253. 2017-08-11 11:55:12.099 DEBUG 3263 --- [qtp559381997-44] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/sections/ssbd-input.html]
  254. 2017-08-11 11:55:12.100 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@3c2a60df
  255. 2017-08-11 11:55:12.100 DEBUG 3263 --- [qtp559381997-44] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
  256. 2017-08-11 11:55:12.100 DEBUG 3263 --- [qtp559381997-44] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
  257. 2017-08-11 11:55:12.100 DEBUG 3263 --- [qtp559381997-44] o.s.b.c.web.OrderedRequestContextFilter : Cleared thread-bound request context: Request(GET /sections/ssbd-input.html)@314d49ef
  258. 2017-08-11 11:55:12.156 DEBUG 3263 --- [qtp559381997-67] o.s.b.c.web.OrderedRequestContextFilter : Bound request context to thread: Request(GET /notifications/info?t=1502423714314)@314d49ef
  259. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/css/**']
  260. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/notifications/info'; against '/css/**'
  261. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/js/**']
  262. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/notifications/info'; against '/js/**'
  263. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/images/**']
  264. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/notifications/info'; against '/images/**'
  265. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/**/favicon.ico']
  266. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/notifications/info'; against '/**/favicon.ico'
  267. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern='/error']
  268. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/notifications/info'; against '/error'
  269. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
  270. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.security.web.FilterChainProxy : /notifications/info?t=1502423714314 at position 1 of 15 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
  271. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.security.web.FilterChainProxy : /notifications/info?t=1502423714314 at position 2 of 15 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
  272. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] w.c.HttpSessionSecurityContextRepository : Obtained a valid SecurityContext from SPRING_SECURITY_CONTEXT: 'org.springframework.security.core.context.SecurityContextImpl@7138cb24: Authentication: org.springframework.security.oauth2.provider.OAuth2Authentication@7138cb24: Principal: rosbel@gmail.com; Credentials: [PROTECTED]; Authenticated: true; Details: remoteAddress=172.16.0.143, sessionId=<SESSION>, tokenType=bearertokenValue=<TOKEN>; Granted Authorities: POS_INVENTORY, HOURA_MW, HOURA, POS_MOBILE, OAUTH2_DASHBOARD, SSM_MOBILE, INVENTORY, ROLE_USER, ROLE_USER_ADMIN, POS_WEB, SAFESAT_MONITORING, SSO_AUTH, BOOKING_DISPATCHING, PARKING, INVENTORY_MOBILE, SW_MOBILE'
  273. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.security.web.FilterChainProxy : /notifications/info?t=1502423714314 at position 3 of 15 in additional filter chain; firing Filter: 'HeaderWriterFilter'
  274. 2017-08-11 11:55:12.157 DEBUG 3263 --- [qtp559381997-67] o.s.security.web.FilterChainProxy : /notifications/info?t=1502423714314 at position 4 of 15 in additional filter chain; firing Filter: 'CorsFilter'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement