Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.61 KB | None | 0 0
  1. 2019-04-24 12:39:39,115 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.comarch.fbi.ccb.apigateway.common.services.service.RestServiceCall] - Call ended: RestServiceCall[service='Service{method=POST, name='com.comarch.fbi.ccb.login.composite.api.user.LoginUserDataQuery', module='login-service', path='login/LoginUserDataQuery'}, queryParams=[], templateParams=[], responseStatus=500]
  2. 2019-04-24 12:39:39,118 ERROR [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet]] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception
  3. java.lang.NullPointerException: null
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  6. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  7. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  8. at com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.call1(AnnotatedConstructor.java:129)
  9. at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.createFromString(StdValueInstantiator.java:318)
  10. at com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer.deserializeFromObject(ThrowableDeserializer.java:143)
  11. at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:183)
  12. at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:150)
  13. at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:129)
  14. at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:97)
  15. at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeWithType(BeanDeserializerBase.java:1089)
  16. at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:63)
  17. at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3798)
  18. at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2842)
  19. at com.comarch.fbu.ccb.module.utility.util.mapper.JacksonObjectMapper.deserialize(JacksonObjectMapper.java:19)
  20. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.unsuccessful.ErrorRethrowingResponseHandler.recreateException(ErrorRethrowingResponseHandler.java:36)
  21. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.unsuccessful.ErrorRethrowingResponseHandler.processResponse(ErrorRethrowingResponseHandler.java:23)
  22. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:28)
  23. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  24. at java.util.Optional.map(Optional.java:215)
  25. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  26. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  27. at java.util.Optional.map(Optional.java:215)
  28. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  29. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  30. at java.util.Optional.map(Optional.java:215)
  31. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  32. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  33. at java.util.Optional.map(Optional.java:215)
  34. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  35. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:1)
  36. at com.comarch.fbi.ccb.apigateway.common.services.service.RestServiceCall.execute(RestServiceCall.java:107)
  37. at com.comarch.fbi.ccb.apigateway.common.services.security.userdetails.UserDetailsApiService.getUserDetails(UserDetailsApiService.java:24)
  38. at com.comarch.fbi.ccb.apigateway.common.services.security.userdetails.impl.AuthenticationUserDetailsServiceImpl.prepareUserDetails(AuthenticationUserDetailsServiceImpl.java:45)
  39. at com.comarch.fbi.ccb.apigateway.common.services.security.userdetails.PreAuthenticatedUserDetailsServiceImpl.createUserDetails(PreAuthenticatedUserDetailsServiceImpl.java:42)
  40. at org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService.loadUserDetails(PreAuthenticatedGrantedAuthoritiesUserDetailsService.java:61)
  41. at org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService.loadUserDetails(PreAuthenticatedGrantedAuthoritiesUserDetailsService.java:48)
  42. at org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider.authenticate(PreAuthenticatedAuthenticationProvider.java:103)
  43. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174)
  44. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199)
  45. at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:494)
  46. at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doAuthenticate(AbstractPreAuthenticatedProcessingFilter.java:184)
  47. at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:118)
  48. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  49. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
  50. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  51. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
  52. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  53. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  54. at com.comarch.fbi.ccb.apigateway.common.services.security.filters.ChangeContextFilter.doFilter(ChangeContextFilter.java:38)
  55. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  56. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
  57. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  58. at com.comarch.fbi.ccb.apigateway.common.services.security.filters.ContextDataFilter.doFilter(ContextDataFilter.java:31)
  59. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  60. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
  61. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  62. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  63. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
  64. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
  65. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  66. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
  67. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  68. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  69. at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:167)
  70. at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:80)
  71. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  72. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  73. at com.comarch.fbi.ccb.apigateway.common.services.security.config.session.MockCCBSessionAccessTimeFilter.doFilter(MockCCBSessionAccessTimeFilter.java:22)
  74. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  75. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  76. at com.comarch.fbi.ccb.apigateway.common.services.support.context.time.LoggingRequestFilter.proceed(LoggingRequestFilter.java:87)
  77. at com.comarch.fbi.ccb.apigateway.common.services.support.context.time.LoggingRequestFilter.doFilter(LoggingRequestFilter.java:68)
  78. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  79. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  80. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  81. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  82. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  83. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  84. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  85. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  86. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474)
  87. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  88. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  89. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  90. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
  91. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783)
  92. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  93. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798)
  94. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434)
  95. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  96. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  97. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  98. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  99. at java.lang.Thread.run(Thread.java:748)
  100. 2019-04-24 12:39:39,119 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.springframework.web.servlet.DispatcherServlet] - DispatcherServlet with name 'dispatcherServlet' processing GET request for [/services/error]
  101. 2019-04-24 12:39:39,119 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] - Looking up handler method for path /error
  102. 2019-04-24 12:39:39,120 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] - Returning handler method [public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)]
  103. 2019-04-24 12:39:39,120 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.springframework.web.servlet.DispatcherServlet] - Last-Modified value for [/services/error] is: -1
  104. 2019-04-24 12:39:39,147 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.springframework.web.servlet.DispatcherServlet] - Rendering view [org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$SpelView@3cf82a66] in DispatcherServlet with name 'dispatcherServlet'
  105. 2019-04-24 12:39:39,147 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.springframework.web.servlet.DispatcherServlet] - Successfully completed request
  106. 2019-04-24 12:39:39,179 INFO [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [
  107. ] -
  108. 2019-04-24 12:39:39,179 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.comarch.fbi.ccb.apigateway.common.services.security.filters.ContextDataFilter] - Created context UserContext(super=BaseContext(type=HTTP, locale=en, sessionId=f7dac376-3191-400e-9d94-b43c40f4509c, requestId=acc0c77b-923c-c330-5d02-9b3c21833f0f, auditId=null, applicationMode=DEFAULT, userId=null, customerIds=null, deviceId=null, channel=null), permissionChecker=com.comarch.fbi.ccb.apigateway.common.services.api.domain.permission.ApiGatewayPermissionChecker@272e0328) for sessionId: f7dac376-3191-400e-9d94-b43c40f4509c and request path: null.
  109. 2019-04-24 12:39:39,180 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.comarch.fbi.ccb.apigateway.common.services.security.filters.AutoLoginAuthenticationProcessingFilter] - Checking secure context token: null
  110. 2019-04-24 12:39:39,180 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.comarch.fbi.ccb.apigateway.common.services.security.filters.AutoLoginAuthenticationProcessingFilter] - preAuthenticatedPrincipal = jankow1413, trying to authenticate
  111. 2019-04-24 12:39:39,180 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.comarch.fbi.ccb.apigateway.common.services.service.RestServiceCall] - Call: RestServiceCall[service='Service{method=POST, name='com.comarch.fbi.ccb.login.composite.api.user.LoginUserDataQuery', module='login-service', path='login/LoginUserDataQuery'}, queryParams=[], templateParams=[], payload=LoginUserDataQuery(loginCredentials=LoginCredentials [userName=jankow1413, userId=null, password=[???], deviceId=null, serviceUrl=null, sessionId=null, channelType=WWW, operatorId=null, contextId=null]), converter=null]
  112. 2019-04-24 12:39:39,188 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.codahale.metrics.httpclient.InstrumentedHttpClientConnectionManager] - Connection request: [route: {}->http://localhost:8080][total kept alive: 0; route allocated: 0 of 2000; total allocated: 0 of 2000]
  113. 2019-04-24 12:39:39,189 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.codahale.metrics.httpclient.InstrumentedHttpClientConnectionManager] - Connection leased: [id: 9][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 1 of 2000; total allocated: 1 of 2000]
  114. 2019-04-24 12:39:39,215 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.codahale.metrics.httpclient.InstrumentedHttpClientConnectionManager] - Connection released: [id: 9][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 0 of 2000; total allocated: 0 of 2000]
  115. 2019-04-24 12:39:39,216 DEBUG [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [com.comarch.fbi.ccb.apigateway.common.services.service.RestServiceCall] - Call ended: RestServiceCall[service='Service{method=POST, name='com.comarch.fbi.ccb.login.composite.api.user.LoginUserDataQuery', module='login-service', path='login/LoginUserDataQuery'}, queryParams=[], templateParams=[], responseStatus=500]
  116. 2019-04-24 12:39:39,217 ERROR [00000000-0000-0000-0000-0000000000 00000000-0000-0000-0000-0000000000] [] [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[default]] - Servlet.service() for servlet [default] in context with path [] threw exception
  117. java.lang.NullPointerException: null
  118. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  119. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  120. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  121. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  122. at com.fasterxml.jackson.databind.introspect.AnnotatedConstructor.call1(AnnotatedConstructor.java:129)
  123. at com.fasterxml.jackson.databind.deser.std.StdValueInstantiator.createFromString(StdValueInstantiator.java:318)
  124. at com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer.deserializeFromObject(ThrowableDeserializer.java:143)
  125. at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeOther(BeanDeserializer.java:183)
  126. at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:150)
  127. at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer._deserializeTypedForId(AsPropertyTypeDeserializer.java:129)
  128. at com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer.deserializeTypedFromObject(AsPropertyTypeDeserializer.java:97)
  129. at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeWithType(BeanDeserializerBase.java:1089)
  130. at com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer.deserialize(TypeWrappedDeserializer.java:63)
  131. at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:3798)
  132. at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2842)
  133. at com.comarch.fbu.ccb.module.utility.util.mapper.JacksonObjectMapper.deserialize(JacksonObjectMapper.java:19)
  134. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.unsuccessful.ErrorRethrowingResponseHandler.recreateException(ErrorRethrowingResponseHandler.java:36)
  135. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.unsuccessful.ErrorRethrowingResponseHandler.processResponse(ErrorRethrowingResponseHandler.java:23)
  136. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:28)
  137. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  138. at java.util.Optional.map(Optional.java:215)
  139. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  140. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  141. at java.util.Optional.map(Optional.java:215)
  142. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  143. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  144. at java.util.Optional.map(Optional.java:215)
  145. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  146. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.lambda$0(ResponseHandler.java:30)
  147. at java.util.Optional.map(Optional.java:215)
  148. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:30)
  149. at com.comarch.fbi.ccb.apigateway.common.services.service.responsehandler.ResponseHandler.handle(ResponseHandler.java:1)
  150. at com.comarch.fbi.ccb.apigateway.common.services.service.RestServiceCall.execute(RestServiceCall.java:107)
  151. at com.comarch.fbi.ccb.apigateway.common.services.security.userdetails.UserDetailsApiService.getUserDetails(UserDetailsApiService.java:24)
  152. at com.comarch.fbi.ccb.apigateway.common.services.security.userdetails.impl.AuthenticationUserDetailsServiceImpl.prepareUserDetails(AuthenticationUserDetailsServiceImpl.java:45)
  153. at com.comarch.fbi.ccb.apigateway.common.services.security.userdetails.PreAuthenticatedUserDetailsServiceImpl.createUserDetails(PreAuthenticatedUserDetailsServiceImpl.java:42)
  154. at org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService.loadUserDetails(PreAuthenticatedGrantedAuthoritiesUserDetailsService.java:61)
  155. at org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService.loadUserDetails(PreAuthenticatedGrantedAuthoritiesUserDetailsService.java:48)
  156. at org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationProvider.authenticate(PreAuthenticatedAuthenticationProvider.java:103)
  157. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174)
  158. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199)
  159. at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:494)
  160. at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doAuthenticate(AbstractPreAuthenticatedProcessingFilter.java:184)
  161. at org.springframework.security.web.authentication.preauth.AbstractPreAuthenticatedProcessingFilter.doFilter(AbstractPreAuthenticatedProcessingFilter.java:118)
  162. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  163. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
  164. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  165. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
  166. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  167. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  168. at com.comarch.fbi.ccb.apigateway.common.services.security.filters.ChangeContextFilter.doFilter(ChangeContextFilter.java:38)
  169. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  170. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
  171. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  172. at com.comarch.fbi.ccb.apigateway.common.services.security.filters.ContextDataFilter.doFilter(ContextDataFilter.java:31)
  173. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  174. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
  175. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  176. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
  177. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
  178. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
  179. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  180. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
  181. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  182. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  183. at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:167)
  184. at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:80)
  185. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  186. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  187. at com.comarch.fbi.ccb.apigateway.common.services.security.config.session.MockCCBSessionAccessTimeFilter.doFilter(MockCCBSessionAccessTimeFilter.java:22)
  188. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  189. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  190. at com.comarch.fbi.ccb.apigateway.common.services.support.context.time.LoggingRequestFilter.proceed(LoggingRequestFilter.java:87)
  191. at com.comarch.fbi.ccb.apigateway.common.services.support.context.time.LoggingRequestFilter.doFilter(LoggingRequestFilter.java:68)
  192. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  193. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  194. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
  195. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  196. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
  197. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
  198. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
  199. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
  200. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474)
  201. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
  202. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  203. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
  204. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
  205. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:783)
  206. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
  207. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:798)
  208. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1434)
  209. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  210. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  211. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  212. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  213. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement