Advertisement
guestAT

Untitled

Jul 23rd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-07-23_12:18:49.568 [http-8080-1] ERROR c.r.e.controller.RouterController [000-000-000 00] - Error calling method: setWorkingMfcId
  2. java.lang.IllegalArgumentException: mfc must be not null
  3.         at org.springframework.util.Assert.notNull(Assert.java:112) ~[spring-core-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  4.         at com.atcsibir.cpgu.service.AuthInfoService.getWorkingMfcId(AuthInfoService.java:414) ~[AuthInfoService.class:na]
  5.         at com.atcsibir.cpgu.service.AuthInfoService.getCurrentMfc(AuthInfoService.java:359) ~[AuthInfoService.class:na]
  6.         at com.atcsibir.cpgu.extdirect.ChangeWorkingAttributesService.setWorkingMfcId(ChangeWorkingAttributesService.java:67) ~[ChangeWorkingAttributesService.class:na]
  7.  
  8.         at com.atcsibir.cpgu.extdirect.ChangeWorkingAttributesService$$FastClassByCGLIB$$bb9314f8.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  9.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  10.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  11.  
  12.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  13.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) ~[spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  14.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  15.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement