Skip to content

Instantly share code, notes, and snippets.

@Biacode
Created March 16, 2017 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Biacode/2dec7c35f5fafce38a1f03c77f17b42b to your computer and use it in GitHub Desktop.
Save Biacode/2dec7c35f5fafce38a1f03c77f17b42b to your computer and use it in GitHub Desktop.
2017-03-15 14:42:02,121 ERROR [pool-5-thread-1] com.sfl.coolmonkey.reporting.service.logging.impl.ActivityLogServiceImpl.assertActivityLogNotClosedForUuid(ActivityLogServiceImpl.java:183) - Activity log with uuid - 07c9ea12-c64b-4fc6-bcea-c03d362aeb81 already closed
2017-03-15 14:42:02,123 ERROR [pool-5-thread-1] org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler.handleError(TaskUtils.java:95) - Unexpected error occurred in scheduled task.
com.sfl.coolmonkey.reporting.service.common.exception.ServicesRuntimeException: Activity log with uuid - 07c9ea12-c64b-4fc6-bcea-c03d362aeb81 already closed
at com.sfl.coolmonkey.reporting.service.logging.impl.ActivityLogServiceImpl.assertActivityLogNotClosedForUuid(ActivityLogServiceImpl.java:184)
at com.sfl.coolmonkey.reporting.service.logging.impl.ActivityLogServiceImpl.close(ActivityLogServiceImpl.java:113)
at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
at com.sfl.coolmonkey.reporting.service.aspect.ServiceMethodLoggingAspect.around(ServiceMethodLoggingAspect.java:35)
at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:208)
at com.sun.proxy.$Proxy78.close(Unknown Source)
at com.sfl.coolmonkey.reporting.scheduler.job.report.impl.AddressActivityLogSchedulerJobImpl.lambda$null$2(AddressActivityLogSchedulerJobImpl.java:57)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at com.sfl.coolmonkey.reporting.scheduler.job.report.impl.AddressActivityLogSchedulerJobImpl.lambda$saveAddressIfTimeReached$3(AddressActivityLogSchedulerJobImpl.java:54)
at com.sfl.coolmonkey.reporting.persistence.repositories.utility.impl.PersistenceUtilityServiceImpl.runInPersistenceSession(PersistenceUtilityServiceImpl.java:81)
at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:302)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy79.runInPersistenceSession(Unknown Source)
at com.sfl.coolmonkey.reporting.scheduler.job.report.impl.AddressActivityLogSchedulerJobImpl.saveAddressIfTimeReached(AddressActivityLogSchedulerJobImpl.java:49)
at com.sfl.coolmonkey.reporting.scheduler.trigger.report.impl.AddressActivityLogSchedulerTriggerImpl.saveAddressIfTimeReached(AddressActivityLogSchedulerTriggerImpl.java:44)
at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:65)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment