Skip to content

Instantly share code, notes, and snippets.

@joshitagaki
Created August 28, 2019 23:33
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 joshitagaki/c2ac23cd2f283eb5770aee1f153a9bb1 to your computer and use it in GitHub Desktop.
Save joshitagaki/c2ac23cd2f283eb5770aee1f153a9bb1 to your computer and use it in GitHub Desktop.
[junit] 22:21:16,470 ERROR [liferay/background_task-1][BackgroundTaskMessageListener:172] Unable to execute background task
[junit] java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.lock.model.impl.LockImpl Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.putInternal(Cache.java:1566)
[junit] at net.sf.ehcache.Cache.put(Cache.java:1542)
[junit] at net.sf.ehcache.Cache.put(Cache.java:1507)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.doPut(EhcachePortalCache.java:99)
[junit] at com.liferay.portal.cache.BasePortalCache.put(BasePortalCache.java:74)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$ValueEntry.commitTo(TransactionalPortalCacheHelper.java:503)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:435)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1877)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInvokerImpl.invoke(TransactionInvokerImpl.java:39)
[junit] at com.liferay.portal.kernel.transaction.TransactionInvokerUtil.invoke(TransactionInvokerUtil.java:28)
[junit] at com.liferay.portal.lock.service.impl.LockLocalServiceImpl.lock(LockLocalServiceImpl.java:273)
[junit] at com.liferay.portal.lock.service.impl.LockLocalServiceImpl.lock(LockLocalServiceImpl.java:262)
[junit] at sun.reflect.GeneratedMethodAccessor272.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:498)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.lambda$invoke$0(TransactionInterceptor.java:64)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:128)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy829.lock(Unknown Source)
[junit] at com.liferay.portal.lock.internal.LockManagerImpl.lock(LockManagerImpl.java:193)
[junit] at com.liferay.portal.background.task.internal.lock.BackgroundTaskLockHelper.lockBackgroundTask(BackgroundTaskLockHelper.java:44)
[junit] at com.liferay.portal.background.task.internal.SerialBackgroundTaskExecutor.acquireLock(SerialBackgroundTaskExecutor.java:78)
[junit] at com.liferay.portal.background.task.internal.SerialBackgroundTaskExecutor.execute(SerialBackgroundTaskExecutor.java:56)
[junit] at com.liferay.portal.kernel.backgroundtask.DelegatingBackgroundTaskExecutor.execute(DelegatingBackgroundTaskExecutor.java:41)
[junit] at com.liferay.portal.background.task.internal.ThreadLocalAwareBackgroundTaskExecutor.execute(ThreadLocalAwareBackgroundTaskExecutor.java:72)
[junit] at com.liferay.portal.background.task.internal.messaging.BackgroundTaskMessageListener.doReceive(BackgroundTaskMessageListener.java:131)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 22:21:16,554 ERROR [liferay/background_task-2][BackgroundTaskMessageListener:172] Unable to execute background task
[junit] java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.lock.model.impl.LockImpl Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.removeInternal(Cache.java:2406)
[junit] at net.sf.ehcache.Cache.remove(Cache.java:2325)
[junit] at net.sf.ehcache.Cache.remove(Cache.java:2244)
[junit] at net.sf.ehcache.Cache.remove(Cache.java:2223)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.doRemove(EhcachePortalCache.java:121)
[junit] at com.liferay.portal.cache.BasePortalCache.remove(BasePortalCache.java:122)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$ValueEntry.commitToByRemove(TransactionalPortalCacheHelper.java:515)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:432)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1877)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInvokerImpl.invoke(TransactionInvokerImpl.java:39)
[junit] at com.liferay.portal.kernel.transaction.TransactionInvokerUtil.invoke(TransactionInvokerUtil.java:28)
[junit] at com.liferay.portal.lock.service.impl.LockLocalServiceImpl.unlock(LockLocalServiceImpl.java:405)
[junit] at sun.reflect.GeneratedMethodAccessor279.invoke(Unknown Source)
[junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit] at java.lang.reflect.Method.invoke(Method.java:498)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:50)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.lambda$invoke$0(TransactionInterceptor.java:64)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:128)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy829.unlock(Unknown Source)
[junit] at com.liferay.portal.lock.internal.LockManagerImpl.unlock(LockManagerImpl.java:231)
[junit] at com.liferay.portal.kernel.lock.LockManagerUtil.unlock(LockManagerUtil.java:139)
[junit] at com.liferay.portal.kernel.backgroundtask.BackgroundTaskLockHelperUtil.unlockBackgroundTask(BackgroundTaskLockHelperUtil.java:54)
[junit] at com.liferay.portal.background.task.internal.SerialBackgroundTaskExecutor.execute(SerialBackgroundTaskExecutor.java:66)
[junit] at com.liferay.portal.kernel.backgroundtask.DelegatingBackgroundTaskExecutor.execute(DelegatingBackgroundTaskExecutor.java:41)
[junit] at com.liferay.portal.background.task.internal.ThreadLocalAwareBackgroundTaskExecutor.execute(ThreadLocalAwareBackgroundTaskExecutor.java:72)
[junit] at com.liferay.portal.background.task.internal.messaging.BackgroundTaskMessageListener.doReceive(BackgroundTaskMessageListener.java:131)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 22:21:16,555 ERROR [liferay/background_task_status-1][SerialDestination:61] Unable to process message {destinationName=liferay/background_task_status, response=null, responseDestinationName=null, responseId=null, payload=null, values={defaultLocale=en_US, companyId=20097, taskExecutorClassName=com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor, groupId=0, name=reindexOnActivate#com.liferay.portal.kernel.model.User, backgroundTaskId=39016, status=3}}
[junit] com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.SerialDestination$1.run(SerialDestination.java:58)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] Caused by: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2518)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2504)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.removeAll(EhcachePortalCache.java:77)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:422)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1877)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.kernel.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:64)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy863.deleteBackgroundTask(Unknown Source)
[junit] at com.liferay.portal.background.task.internal.BackgroundTaskManagerImpl.deleteBackgroundTask(BackgroundTaskManagerImpl.java:169)
[junit] at com.liferay.portal.background.task.internal.messaging.RemoveOnCompletionBackgroundTaskStatusMessageListener.doReceive(RemoveOnCompletionBackgroundTaskStatusMessageListener.java:78)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] ... 5 more
[junit] 22:21:16,555 ERROR [liferay/background_task-5][ParallelDestination:55] Unable to process message {destinationName=liferay/background_task, response=null, responseDestinationName=null, responseId=null, payload=null, values={defaultLocale=en_US, companyId=20097, groupId=0, backgroundTaskId=39018}}
[junit] com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] Caused by: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2518)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2504)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.removeAll(EhcachePortalCache.java:77)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:422)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1877)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:60)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy863.amendBackgroundTask(Unknown Source)
[junit] at com.liferay.portal.background.task.internal.BackgroundTaskManagerImpl.amendBackgroundTask(BackgroundTaskManagerImpl.java:140)
[junit] at com.liferay.portal.background.task.internal.messaging.BackgroundTaskMessageListener.doReceive(BackgroundTaskMessageListener.java:182)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] ... 5 more
[junit] 22:21:16,555 ERROR [liferay/background_task-4][ParallelDestination:55] Unable to process message {destinationName=liferay/background_task, response=null, responseDestinationName=null, responseId=null, payload=null, values={defaultLocale=en_US, companyId=20097, groupId=0, backgroundTaskId=39026}}
[junit] com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] Caused by: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2518)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2504)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.removeAll(EhcachePortalCache.java:77)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:422)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1877)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:60)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy863.amendBackgroundTask(Unknown Source)
[junit] at com.liferay.portal.background.task.internal.BackgroundTaskManagerImpl.amendBackgroundTask(BackgroundTaskManagerImpl.java:124)
[junit] at com.liferay.portal.background.task.internal.messaging.BackgroundTaskMessageListener.doReceive(BackgroundTaskMessageListener.java:82)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] ... 5 more
[junit] 22:21:16,803 ERROR [liferay/background_task-3][ParallelDestination:55] Unable to process message {destinationName=liferay/background_task, response=null, responseDestinationName=null, responseId=null, payload=null, values={defaultLocale=en_US, companyId=20097, groupId=0, backgroundTaskId=39020}}
[junit] com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] Caused by: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2518)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2504)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.removeAll(EhcachePortalCache.java:77)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:422)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:60)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy863.amendBackgroundTask(Unknown Source)
[junit] at com.liferay.portal.background.task.internal.BackgroundTaskManagerImpl.amendBackgroundTask(BackgroundTaskManagerImpl.java:140)
[junit] at com.liferay.portal.background.task.internal.messaging.BackgroundTaskMessageListener.doReceive(BackgroundTaskMessageListener.java:182)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] ... 5 more
[junit] 22:21:16,884 ERROR [liferay/background_task-1][ParallelDestination:55] Unable to process message {destinationName=liferay/background_task, response=null, responseDestinationName=null, responseId=null, payload=null, values={defaultLocale=en_US, companyId=20097, groupId=0, backgroundTaskId=39024}}
[junit] com.liferay.portal.kernel.messaging.MessageListenerException: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:32)
[junit] at com.liferay.portal.kernel.messaging.InvokerMessageListener.receive(InvokerMessageListener.java:74)
[junit] at com.liferay.portal.kernel.messaging.ParallelDestination$1.run(ParallelDestination.java:52)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask._runTask(ThreadPoolExecutor.java:752)
[junit] at com.liferay.portal.kernel.concurrent.ThreadPoolExecutor$WorkerTask.run(ThreadPoolExecutor.java:664)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] Caused by: java.lang.IllegalStateException: The com.liferay.portal.kernel.dao.orm.FinderCache.com.liferay.portal.background.task.model.impl.BackgroundTaskImpl.List1 Cache is not alive (STATUS_SHUTDOWN)
[junit] at net.sf.ehcache.Cache$CacheStatus.checkAlive(Cache.java:4104)
[junit] at net.sf.ehcache.Cache.checkStatus(Cache.java:2792)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2518)
[junit] at net.sf.ehcache.Cache.removeAll(Cache.java:2504)
[junit] at com.liferay.portal.cache.ehcache.internal.EhcachePortalCache.removeAll(EhcachePortalCache.java:77)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$UncommittedBuffer.doCommit(TransactionalPortalCacheHelper.java:422)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.lambda$commit$0(TransactionalPortalCacheHelper.java:332)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.lambda$compute$0(ConcurrentMapperHashMap.java:70)
[junit] at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853)
[junit] at com.liferay.petra.concurrent.ConcurrentMapperHashMap.compute(ConcurrentMapperHashMap.java:61)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$MarkerUncommittedBuffer.commit(TransactionalPortalCacheHelper.java:324)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper.commit(TransactionalPortalCacheHelper.java:154)
[junit] at com.liferay.portal.kernel.cache.transactional.TransactionalPortalCacheHelper$1.committed(TransactionalPortalCacheHelper.java:73)
[junit] at com.liferay.portal.kernel.transaction.TransactionLifecycleManager.fireTransactionCommittedEvent(TransactionLifecycleManager.java:33)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._commit(DefaultTransactionExecutor.java:108)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor._execute(DefaultTransactionExecutor.java:136)
[junit] at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:51)
[junit] at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:62)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:60)
[junit] at com.liferay.portal.spring.aop.AopMethodInvocationImpl.proceed(AopMethodInvocationImpl.java:57)
[junit] at com.liferay.portal.spring.aop.AopInvocationHandler.invoke(AopInvocationHandler.java:49)
[junit] at com.sun.proxy.$Proxy863.amendBackgroundTask(Unknown Source)
[junit] at com.liferay.portal.background.task.internal.BackgroundTaskManagerImpl.amendBackgroundTask(BackgroundTaskManagerImpl.java:140)
[junit] at com.liferay.portal.background.task.internal.messaging.BackgroundTaskMessageListener.doReceive(BackgroundTaskMessageListener.java:182)
[junit] at com.liferay.portal.kernel.messaging.BaseMessageListener.receive(BaseMessageListener.java:26)
[junit] ... 5 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment