Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. 2019-09-19 10:59:19,255 7835304 [ INFO][com.tst.flow.service.PreviousBalanceFixer ] - Queue Size: 0
  2. 2019-09-19 10:59:22,404 7838453 [ INFO][com.tst.flow.service.PreviousBalanceFixer ] - starting correction of previous balances size 5118...
  3. 2019-09-19 10:59:22,461 7838510 [ INFO][s.b.a.l.ConditionEvaluationReportLoggingListener] -
  4.  
  5. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  6. 2019-09-19 10:59:22,467 7838516 [ERROR][org.springframework.boot.SpringApplication ] - Application run failed
  7. java.lang.IllegalStateException: Failed to execute CommandLineRunner
  8. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:783)
  9. at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:764)
  10. at org.springframework.boot.SpringApplication.run(SpringApplication.java:319)
  11. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1214)
  12. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1203)
  13. at com.tst.flow.Application.main(Application.java:36)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:498)
  18. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
  19. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  20. at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
  21. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52)
  22. Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@4e545e3a rejected from java.util.concurrent.ThreadPoolExecutor@6b9c7ec2[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5129]
  23. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  24. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  25. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
  26. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
  27. at com.tst.flow.service.PreviousBalanceFixer.lambda$updateBills$1(PreviousBalanceFixer.java:158)
  28. at java.util.ArrayList.forEach(ArrayList.java:1257)
  29. at com.tst.flow.service.PreviousBalanceFixer.updateBills(PreviousBalanceFixer.java:141)
  30. at com.tst.flow.service.PreviousBalanceFixer.updateByTargetMonth(PreviousBalanceFixer.java:52)
  31. at com.tst.flow.service.PreviousBalanceFixer.recalculate(PreviousBalanceFixer.java:44)
  32. at com.tst.flow.service.PreviousBalanceFixer$$FastClassBySpringCGLIB$$40715090.invoke(<generated>)
  33. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  34. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
  35. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  36. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
  37. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  38. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  39. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  40. at com.tst.flow.service.PreviousBalanceFixer$$EnhancerBySpringCGLIB$$36e17162.recalculate(<generated>)
  41. at com.tst.flow.Application.run(Application.java:43)
  42. at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:780)
  43. ... 13 common frames omitted
  44. 2019-09-19 10:59:22,473 7838522 [ INFO][o.s.s.concurrent.ThreadPoolTaskExecutor ] - Shutting down ExecutorService 'applicationTaskExecutor'
  45. 2019-09-19 10:59:22,493 7838542 [ INFO][o.s.o.j.LocalContainerEntityManagerFactoryBean ] - Closing JPA EntityManagerFactory for persistence unit 'default'
  46. 2019-09-19 10:59:22,497 7838546 [ INFO][com.zaxxer.hikari.HikariDataSource ] - HikariPool-1 - Shutdown initiated...
  47. 2019-09-19 10:59:22,505 7838554 [ INFO][com.zaxxer.hikari.HikariDataSource ] - HikariPool-1 - Shutdown completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement