Advertisement
guestAT

Untitled

Jun 27th, 2021
1,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2021-06-28_11:34:12.309 [http-8080-119] ERROR c.sc.cpgu.service.atcfs.AtcFSClient [113-975-862 84] - org.apache.http.client.HttpResponseException: {"timestamp":1624854852303,"status":500,"error":"Internal Server Error","message":"Reading file (d70d8b73-8833-42ce-a38f-a5de197107a5) failed./tmp/atcfs/atcfs_archive/2020-06-11/15/_2/d70d8b73-8833-42ce-a38f-a5de197107a5 (No such file or directory)","path":"/atcfs/files/d70d8b73-8833-42ce-a38f-a5de197107a5"}
  2. atc.fs.client.AtcFsClientException: org.apache.http.client.HttpResponseException: {"timestamp":1624854852303,"status":500,"error":"Internal Server Error","message":"Reading file (d70d8b73-8833-42ce-a38f-a5de197107a5) failed./tmp/atcfs/atcfs_archive/2020-06-11/15/_2/d70d8b73-8833-42ce-a38f-a5de197107a5 (No such file or directory)","path":"/atcfs/files/d70d8b73-8833-42ce-a38f-a5de197107a5"}
  3.         at atc.fs.client.AtcFsClientClassic.checkResponseStatus(AtcFsClientClassic.java:903) ~[atcfs-client-1.0.1.jar:na]
  4.         at atc.fs.client.AtcFsClientClassic.getAtcFileDtoWithStream(AtcFsClientClassic.java:700) ~[atcfs-client-1.0.1.jar:na]
  5.         at atc.fs.client.AtcFsClientClassic.getFileDtoWithStream(AtcFsClientClassic.java:646) ~[atcfs-client-1.0.1.jar:na]
  6.         at atc.fs.client.AtcFsClient.getFileDtoWithStream(AtcFsClient.java:114) ~[atcfs-client-1.0.1.jar:na]
  7.         at com.sc.cpgu.service.atcfs.AtcFSClient.loadFile(AtcFSClient.java:92) ~[cpgu-atcfs-service-1.0-SNAPSHOT.jar:na]
  8.         at com.sc.cpgu.domain.model.parser.Parser.getCodeFile(Parser.java:37) [cpgu-model-1.0-SNAPSHOT.jar:na]
  9.         at com.sc.cpgu.service.parser.ParserService.getParsingScript(ParserService.java:106) [ParserService.class:na]
  10.         at com.sc.cpgu.service.parser.ParserService$$FastClassByCGLIB$$d94e1aa2.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.parser.ParserService$$EnhancerByCGLIB$$7d5d4ea5.getParsingScript(<generated>) [cglib-nodep-2.2.2.jar:na]
  14.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.addXmlAttachments(SmartRouteIntegrationService.java:184) [SmartRouteIntegrationService.class:na]
  15.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:148) [SmartRouteIntegrationService.class:na]
  16.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:136) [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.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  21.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  22. --
  23. 2021-06-28_11:34:12.314 [http-8080-119] ERROR c.r.e.controller.RouterController [113-975-862 84] - Error calling method: sendAsyncExternal
  24. java.lang.RuntimeException: Error while accessing ATCFS...
  25.         at com.sc.cpgu.service.atcfs.AtcFSClient.loadFile(AtcFSClient.java:96) ~[cpgu-atcfs-service-1.0-SNAPSHOT.jar:na]
  26.         at com.sc.cpgu.domain.model.parser.Parser.getCodeFile(Parser.java:37) ~[cpgu-model-1.0-SNAPSHOT.jar:na]
  27.         at com.sc.cpgu.service.parser.ParserService.getParsingScript(ParserService.java:106) ~[ParserService.class:na]
  28.         at com.sc.cpgu.service.parser.ParserService$$FastClassByCGLIB$$d94e1aa2.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  29.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  30.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:618) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  31.         at com.sc.cpgu.service.parser.ParserService$$EnhancerByCGLIB$$7d5d4ea5.getParsingScript(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  32.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.addXmlAttachments(SmartRouteIntegrationService.java:184) ~[SmartRouteIntegrationService.class:na]
  33.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:148) ~[SmartRouteIntegrationService.class:na]
  34.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:136) ~[SmartRouteIntegrationService.class:na]
  35.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService$$FastClassByCGLIB$$56284855.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  36.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  37.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  38.  
  39.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  40.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) ~[spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  41.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  42.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  43.         at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService$$EnhancerByCGLIB$$e373c4a6.send(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  44.         at com.sc.cpgu.service.order.OrderService.sendToMev(OrderService.java:1502) ~[OrderService.class:na]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement