Advertisement
guestAT

Untitled

Jul 2nd, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-07-02_19:04:12.998 [http-8080-5] ERROR c.r.e.controller.RouterController [000-000-000 00] - Error calling method: sendAsyncExternal
  2. java.lang.IllegalArgumentException: Not enough variable values available to expand 'id'
  3.         at org.springframework.web.util.UriComponents$VarArgsTemplateVariables.getValue(UriComponents.java:271) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  4.         at org.springframework.web.util.UriComponents.expandUriComponent(UriComponents.java:188) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  5.         at org.springframework.web.util.HierarchicalUriComponents$FullPathComponent.expand(HierarchicalUriComponents.java:665) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  6.         at org.springframework.web.util.HierarchicalUriComponents.expandInternal(HierarchicalUriComponents.java:314) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  7.         at org.springframework.web.util.HierarchicalUriComponents.expandInternal(HierarchicalUriComponents.java:1) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  8.         at org.springframework.web.util.UriComponents.expand(UriComponents.java:165) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  9.         at org.springframework.web.util.UriTemplate.expand(UriTemplate.java:121) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  10.         at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:408) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  11.         at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:385) ~[spring-web-3.1.3.RELEASE.jar:3.1.3.RELEASE]
  12.         at com.atcsibir.cpgu.service.adapter.AdapterApi.prefilterfiles(AdapterApi.java:365) ~[AdapterApi.class:na]
  13.         at com.atcsibir.cpgu.service.adapter.AdapterApi.getFilesIdsAndFormFieldsAfterPreFilter(AdapterApi.java:321) ~[AdapterApi.class:na]
  14.         at com.atcsibir.cpgu.service.adapter.integration.SmartRouteIntegrationService.removeNotSmartRouteFields(SmartRouteIntegrationService.java:138) ~[SmartRouteIntegrationService.class:na]
  15.         at com.atcsibir.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:101) ~[SmartRouteIntegrationService.class:na]
  16.         at com.atcsibir.cpgu.service.adapter.integration.SmartRouteIntegrationService.send(SmartRouteIntegrationService.java:88) ~[SmartRouteIntegrationService.class:na]
  17.         at com.atcsibir.cpgu.service.adapter.integration.SmartRouteIntegrationService$$FastClassByCGLIB$$f66f6bea.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.Cglib2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement