Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. ExecuteTransitionWithGroupingAsyncService4
  2. State: [WAITING]
  3. Lock at: java.util.concurrent.ThreadPoolExecutor$Worker
  4. at sun.misc.Unsafe.park(Unsafe.java:-2)
  5. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:315)
  6. at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:153)
  7. at com.hazelcast.concurrent.lock.LockProxySupport.tryLock(LockProxySupport.java:136)
  8. at com.hazelcast.concurrent.lock.LockProxySupport.tryLock(LockProxySupport.java:125)
  9. at com.hazelcast.map.impl.proxy.MapProxyImpl.tryLock(MapProxyImpl.java:375)
  10. at com.otr.sufd.services.lock.HazelcastLockServiceImpl$LockAdapter.tryLock(HazelcastLockServiceImpl.java:73)
  11. at com.otr.sufd.services.lock.AbstractLockService.lock(AbstractLockService.java:27)
  12. at com.otr.sufd_new.lib.lifecycle.calls.LockByDocumentGuidCall.invokeWithCurrentDoc(LockByDocumentGuidCall.java:46)
  13. at com.otr.sufd.services.dlc.IterableLifeCycleOperation.innerInvoke(IterableLifeCycleOperation.java:25)
  14. at com.otr.sufd.services.dlc.AbstractLifeCycleOperation.invoke(AbstractLifeCycleOperation.java:30)
  15. at com.otr.sufd.services.dlc.model.LifeCycleActionDef.executeCallRef(LifeCycleActionDef.java:217)
  16. at com.otr.sufd.services.dlc.model.LifeCycleActionDef.executeStepRef(LifeCycleActionDef.java:120)
  17. at com.otr.sufd.services.dlc.model.LifeCycleActionDef.executeStepRefsList(LifeCycleActionDef.java:114)
  18. at com.otr.sufd.services.dlc.model.LifeCycleActionDef.execute(LifeCycleActionDef.java:84)
  19. at com.otr.sufd.services.dlc.LifeCycleExecutorImpl.executeActions(LifeCycleExecutorImpl.java:73)
  20. at com.otr.sufd.services.dlc.LifeCycleExecutorImpl.execute(LifeCycleExecutorImpl.java:49)
  21. at com.otr.sufd.services.dlc.LifeCycleServiceImpl.execute(LifeCycleServiceImpl.java:243)
  22. at com.otr.sufd.services.dlc.LifeCycleServiceImpl.executeSingleInNewTransaction(LifeCycleServiceImpl.java:123)
  23. at sun.reflect.GeneratedMethodAccessor755.invoke($ste.getFileName():-1)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:606)
  26. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  27. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  28. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  29. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  30. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  31. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  32. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  33. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
  34. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161)
  35. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91)
  36. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  37. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  38. at com.sun.proxy.$Proxy268.executeSingleInNewTransaction($ste.getFileName():-1)
  39. at com.otr.sufd_new.autoproc.ExecuteTransitionWithGroupingAutoproc$ExecuteLCTask.call(ExecuteTransitionWithGroupingAutoproc.java:398)
  40. at com.otr.sufd_new.autoproc.ExecuteTransitionWithGroupingAutoproc$ExecuteLCTask.call(ExecuteTransitionWithGroupingAutoproc.java:382)
  41. at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  42. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
  43. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
  44. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement