guestAT

Untitled

Sep 24th, 2019
1,042
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-09-25_10:06:58.455 [http-8080-5] ERROR c.s.c.service.adapter.AdapterService [000-000-000 00] - Conversation ID is blank for orderId = 12358883
  2. сСн 25, 2019 10:06:58 AM org.apache.catalina.core.StandardWrapperValve invoke
  3. SEVERE: Servlet.service() for servlet action threw exception
  4. java.lang.RuntimeException: Conversation ID is blank
  5.         at com.sc.cpgu.service.adapter.AdapterService.checkOnErrors(AdapterService.java:1186)
  6.         at com.sc.cpgu.service.adapter.AdapterService.adapterPrintFormExistCheck(AdapterService.java:1307)
  7.         at com.sc.cpgu.service.adapter.AdapterService.checkAdapterPrintFormExistAndGetAllowedStatuses(AdapterService.java:1132)
  8.         at com.sc.cpgu.service.adapter.AdapterService$$FastClassByCGLIB$$4ad7cf00.invoke(<generated>)
  9.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  10.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:618)
  11.         at com.sc.cpgu.service.adapter.AdapterService$$EnhancerByCGLIB$$271b176a.checkAdapterPrintFormExistAndGetAllowedStatuses(<generated>)
  12.         at com.sc.cpgu.controller.adapter.AdapterController.checkAdapterPrintFormExistAndGetAllowedStatuses(AdapterController.java:486)
  13.         at com.sc.cpgu.controller.adapter.AdapterController$$FastClassByCGLIB$$136a3c9c.invoke(<generated>)
  14.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  15.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:618)
  16.         at com.sc.cpgu.controller.adapter.AdapterController$$EnhancerByCGLIB$$617db55e.checkAdapterPrintFormExistAndGetAllowedStatuses(<generated>)
  17.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  19.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20.         at java.lang.reflect.Method.invoke(Method.java:601)
  21.         at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:219)
  22.         at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:132)
  23.         at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:100)
  24.         at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:604)
  25.         at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:565)
  26.         at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
  27.         at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
  28.         at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
  29.         at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
  30.         at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
  31.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
  32.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
  33.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  34.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  35.         at com.sc.cpgu.configuration.logging.UserLoggingFilter.doFilter(UserLoggingFilter.java:27)
  36.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  37.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  38.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  39.         at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)
  40.         at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)
  41.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  42.         at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
  43.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  44.         at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)
  45.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  46.         at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
  47.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  48.         at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
  49.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  50.         at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
  51.         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  52. --
Advertisement
Add Comment
Please, Sign In to add comment