Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. com.eagleinvsys.framework.rest.exception.InternalServiceException: Exception occurred retrieving accounts
  2. at com.eagleinvsys.performance.repository.spec.AccountsSpec.query(AccountsSpec.java:70)
  3. at com.eagleinvsys.performance.repository.FinancialEntityRepository.getAccountInfo(FinancialEntityRepository.java:76)
  4. at com.eagleinvsys.performance.repository.FinancialEntityRepository.findOneByAccountId(FinancialEntityRepository.java:91)
  5. at com.eagleinvsys.performance.repository.FinancialEntityRepository.getAccountInfo(FinancialEntityRepository.java:48)
  6. at com.eagleinvsys.performance.repository.FinancialEntityRepository$$FastClassBySpringCGLIB$$ee3194ab.invoke(<generated>)
  7. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  8. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  9. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  10. at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136)
  11. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  12. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
  13. at com.eagleinvsys.performance.repository.FinancialEntityRepository$$EnhancerBySpringCGLIB$$4001c9bb.getAccountInfo(<generated>)
  14. at com.eagleinvsys.performance.service.PositionAttributionService.calculatePositionAttribution(PositionAttributionService.java:162)
  15. at com.eagleinvsys.performance.service.PositionAttributionService$$FastClassBySpringCGLIB$$1bdadfb1.invoke(<generated>)
  16. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  17. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  18. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  19. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  20. at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:344)
  21. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:407)
  22. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:326)
  23. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  24. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  25. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
  26. at com.eagleinvsys.performance.service.PositionAttributionService$$EnhancerBySpringCGLIB$$857276fc.calculatePositionAttribution(<generated>)
  27. at com.eagleinvsys.performance.service.PositionAttributionService.calculatePositionAttributionPaginated(PositionAttributionService.java:105)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement