Advertisement
guestAT

Untitled

Mar 14th, 2020
1,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2020-03-15_09:35:25.179 [http-127.0.0.1-8082-7] ERROR c.r.e.controller.RouterController [000-000-000 54] - Error calling method: getRequester
  2. java.lang.NullPointerException: null
  3.         at com.sc.cpgu.requester.RequesterDto.<init>(RequesterDto.java:162) ~[cpgu-dto-1.0-SNAPSHOT.jar:na]
  4.         at com.sc.cpgu.service.requester.RequesterFullDataService.loadRequesterFullData(RequesterFullDataService.java:57) ~[RequesterFullDataService.class:na]
  5.         at com.sc.cpgu.service.requester.RequesterFullDataService$$FastClassByCGLIB$$5d4624d.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  6.         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[cglib-nodep-2.2.2.jar:na]
  7.         at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  8.  
  9.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  10.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) ~[spring-tx-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  11.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  12.         at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622) ~[spring-aop-3.1.2.RELEASE.jar:3.1.2.RELEASE]
  13.         at com.sc.cpgu.service.requester.RequesterFullDataService$$EnhancerByCGLIB$$c9039c54.loadRequesterFullData(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  14.         at com.sc.cpgu.service.requester.RequesterService.getRequester(RequesterService.java:456) ~[RequesterService.class:na]
  15.         at com.sc.cpgu.service.requester.RequesterService$$FastClassByCGLIB$$b5926866.invoke(<generated>) ~[cglib-nodep-2.2.2.jar:na]
  16.         at net.sf.cglib.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement