Advertisement
guestAT

Untitled

Sep 15th, 2019
1,048
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-09-16_11:42:02.349 [http-8080-12] ERROR c.r.e.controller.RouterController [000-000-000 00] - Error calling method: sendAsyncExternal
  2. org.springframework.web.client.HttpServerErrorException: 500 Internal Server Error
  3.         at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:92) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  4.         at org.springframework.web.client.RestTemplate.handleResponseError(RestTemplate.java:494) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  5.         at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:451) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  6.         at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:409) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  7.         at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:385) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  8.         at com.sc.cpgu.service.adapter.AdapterApi.filterFiles(AdapterApi.java:225) ~[AdapterApi.class:na]
  9.         at com.sc.cpgu.service.adapter.AdapterService.getFormAndFileUuidsAfterFilter(AdapterService.java:1301) ~[AdapterService.class:na]
  10.         at com.sc.cpgu.service.adapter.AdapterService$$FastClassByCGLIB$$4ad7cf00.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  11.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  12.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:618) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  13.         at com.sc.cpgu.service.adapter.AdapterService$$EnhancerByCGLIB$$43775fd8.getFormAndFileUuidsAfterFilter(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  14.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.getForm(SmartRouteIntegrationService.java:244) ~[SmartRouteIntegrationService.class:na]
  15.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:131) ~[SmartRouteIntegrationService.class:na]
  16.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:117) ~[SmartRouteIntegrationService.class:na]
  17.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService$$FastClassByCGLIB$$56284855.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  18.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  19.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  20.  
  21.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  22.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) ~[spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  23.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  24.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  25.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService$$EnhancerByCGLIB$$bab1d70f.send(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  26.         at com.sc.cpgu.service.order.OrderService.sendSmartRoute(OrderService.java:1578) ~[OrderService.class:na]
  27.         at com.sc.cpgu.service.order.OrderService.sendAsyncInternalCall(OrderService.java:1515) ~[OrderService.class:na]
  28.         at com.sc.cpgu.service.order.OrderService.sendAsync(OrderService.java:1636) ~[OrderService.class:na]
  29.         at com.sc.cpgu.service.order.OrderService.sendAsyncExternal(OrderService.java:1627) ~[OrderService.class:na]
  30.         at com.sc.cpgu.service.order.OrderService$$FastClassByCGLIB$$bf52e1c2.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  31.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  32.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  33.  
  34.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  35.         at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  36.         at com.sc.cpgu.utils.profiler.TimeExecutionAspect.invoke(TimeExecutionAspect.java:45) ~[TimeExecutionAspect.class:na]
  37.         at sun.reflect.GeneratedMethodAccessor490.invoke(Unknown Source) ~[na:na]
  38.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_13]
  39.         at java.lang.reflect.Method.invoke(Method.java:601) ~[na:1.7.0_13]
  40.         at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  41.         at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  42.         at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  43.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  44.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) ~[spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  45.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  46.         at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64) ~[spring-security-core-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  47.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  48.         at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  49.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  50.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  51.         at com.sc.cpgu.service.order.OrderService$$EnhancerByCGLIB$$8cfc2f88.sendAsyncExternal(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  52.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_13]
  53.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_13]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement