Advertisement
guestAT

Untitled

Apr 9th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-04-10_00:15:54.203 [pool-5-thread-1] ERROR c.a.r.s.ReportGenerationScheduler - Something went wrong, exception: {}
  2. java.lang.NullPointerException: null
  3.         at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
  4.         at com.google.common.collect.SingletonImmutableList.<init>(SingletonImmutableList.java:40)
  5.         at com.google.common.collect.ImmutableList.of(ImmutableList.java:86)
  6.         at com.atcsibir.reportservice.slavedblayer.service.report.data_source.OrderHandlingDataSourceService.getRows(OrderHandlingDataSourceService.java:176)
  7.         at com.atcsibir.reportservice.slavedblayer.service.report.data_source.OrderHandlingDataSourceService.getDataSet(OrderHandlingDataSourceService.java:122)
  8.         at com.atcsibir.reportservice.service.ReportGenerationService.generatePrintData(ReportGenerationService.java:79)
  9.         at com.atcsibir.reportservice.service.ReportGenerationService$$FastClassBySpringCGLIB$$1e8a07a7.invoke(<generated>)
  10.         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  11.         at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  12.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  13.         at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  14.         at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
  15.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  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.atcsibir.reportservice.service.ReportGenerationService$$EnhancerBySpringCGLIB$$2f4c0154.generatePrintData(<generated>)
  19.         at com.atcsibir.reportservice.schedule.ReportGenerationScheduler.generatePrintDataAndUpdateEntity(ReportGenerationScheduler.java:88)
  20.         at com.atcsibir.reportservice.schedule.ReportGenerationScheduler.processReport(ReportGenerationScheduler.java:60)
  21.         at com.atcsibir.reportservice.schedule.ReportGenerationScheduler.processReports(ReportGenerationScheduler.java:43)
  22.         at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
  23.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24.         at java.lang.reflect.Method.invoke(Method.java:498)
  25.         at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:65)
  26.         at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  27.         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  28.         at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  29.         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  30.         at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  31.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  32.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  33.         at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement