Advertisement
guestAT

Untitled

Sep 8th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-09-09_11:14:13.011 [http-8080-3] DEBUG c.sc.cpgu.load.CustomTemplateLoader [000-000-000 00] - Found DB record for template Entity of type com.sc.cpgu.domain.model.templates.CustomTemplate with id: 1305706
  2. 2019-09-09_11:14:13.012 [http-8080-3] ERROR c.s.c.s.f.FreemarkerTemplateExceptionHandler [000-000-000 00] - FREEMARKER_ERROR: InvalidReferenceException: The following has evaluated to null or missing:
  3. ==> form.SR_targetCode  [in template "pfr/pfr_data.ftl" at line 5, column 6]
  4.  
  5. ----
  6. Tip: It's the step after the last dot that caused this error, not those before it.
  7. ----
  8. Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
  9. ----
  10.  
  11. ----
  12. FTL stack trace ("~" means nesting-related):
  13.         - Failed at: #if form.SR_targetCode == "321176899"  [in template "pfr/pfr_data.ftl" at line 5, column 1]
  14. ----
  15. 2019-09-09_11:14:13.014 [http-8080-3] DEBUG c.s.cpgu.service.ExternalFileService [000-000-000 00] - fileName for save: PFR-700-Y-2019-ORG-080-001-952500-DCK-58675-DPT-000000-DCK-58675.xml
  16. 2019-09-09_11:14:13.014 [http-8080-3] DEBUG c.s.cpgu.service.ExternalFileService [000-000-000 00] - saving file to external base...
  17. 2019-09-09_11:14:13.046 [http-8080-3] DEBUG c.s.cpgu.service.ExternalFileService [000-000-000 00] - file with id:9b42f6f5-069f-493c-839b-adda25a67ca9
  18. 2019-09-09_11:14:13.046 [http-8080-3] DEBUG c.s.cpgu.service.ExternalFileService [000-000-000 00] - file name: PFR-700-Y-2019-ORG-080-001-952500-DCK-58675-DPT-000000-DCK-58675.xml
  19. 2019-09-09_11:14:13.046 [http-8080-3] DEBUG c.s.cpgu.service.ExternalFileService [000-000-000 00] - file size: 46
  20. 2019-09-09_11:14:13.052 [http-8080-3] ERROR c.s.c.s.a.i.SmartRouteIntegrationService [000-000-000 00] - Exception while create xml attachments
  21. com.sc.cpgu.exception.CpguApiException: Can't parse createXml result for order 12358675, where adapter name is fns-performdocreg
  22.        at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.convertParseResultToJavaObject(SmartRouteIntegrationService.java:185) [SmartRouteIntegrationService.class:na]
  23.        at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.addXmlAttachments(SmartRouteIntegrationService.java:161) [SmartRouteIntegrationService.class:na]
  24.        at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:120) [SmartRouteIntegrationService.class:na]
  25.        at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:108) [SmartRouteIntegrationService.class:na]
  26.        at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService$$FastClassByCGLIB$$56284855.invoke(<generated>) [cglib-nodep-2.2.2.jar:na]
  27.        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) [cglib-nodep-2.2.2.jar:na]
  28.        at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  29.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  30.        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) [spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  31.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  32.        at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) [spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  33.        at com.sc.cpgu.service.adapter.integration.SmartRouteIntegrationService$$EnhancerByCGLIB$$3d0b150a.send(<generated>) [cglib-nodep-2.2.2.jar:na]
  34.        at com.sc.cpgu.service.order.OrderService.sendSmartRoute(OrderService.jav
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement