Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. java.lang.NullPointerException: null
  2. at java.util.Objects.requireNonNull(Objects.java:203)
  3. at java.util.Comparator.comparing(Comparator.java:433)
  4. at com.eagleinvsys.performance.processor.FixedIncomePositionAttributionResponseBuilder.buildPositionsList(FixedIncomePositionAttributionResponseBuilder.java:75)
  5. at com.eagleinvsys.performance.processor.FixedIncomePositionAttributionResponseBuilder.buildResponse(FixedIncomePositionAttributionResponseBuilder.java:63)
  6. at com.eagleinvsys.performance.service.PositionAttributionService.calculatePositionAttribution(PositionAttributionService.java:220)
  7. at com.eagleinvsys.performance.service.PositionAttributionService$$FastClassBySpringCGLIB$$1bdadfb1.invoke(<generated>)
  8. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  9. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  10. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  11. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  12. at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:344)
  13. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:407)
  14. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:326)
  15. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  16. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  17. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
  18. at com.eagleinvsys.performance.service.PositionAttributionService$$EnhancerBySpringCGLIB$$ba3c6187.calculatePositionAttribution(<generated>)
  19. at com.eagleinvsys.performance.service.PositionAttributionService.calculatePositionAttributionPaginated(PositionAttributionService.java:105)
  20. at com.eagleinvsys.performance.service.PositionAttributionService$$FastClassBySpringCGLIB$$1bdadfb1.invoke(<generated>)
  21. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  22. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:669)
  23. at com.eagleinvsys.performance.service.PositionAttributionService$$EnhancerBySpringCGLIB$$ba3c6187.calculatePositionAttributionPaginated(<generated>)
  24. at com.eagleinvsys.performance.controller.AttributionController.getPositionAttribution(AttributionController.java:160)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement