2015-07-29 15:20:00,024 ERROR [Quartz_Worker-1] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Error during workManagerCleanup sync listener execution, transaction won't be rolled back since event.markRollBack() was not called by the Listener java.lang.RuntimeException: Caught error in redis invoke, wrapping it at org.nuxeo.ecm.core.redis.RedisPoolExecutor.execute(RedisPoolExecutor.java:39) at org.nuxeo.ecm.core.redis.contribs.RedisWorkQueuing.removeCompletedWork(RedisWorkQueuing.java:902) at org.nuxeo.ecm.core.redis.contribs.RedisWorkQueuing.clearCompletedWork(RedisWorkQueuing.java:364) at org.nuxeo.ecm.core.work.WorkManagerImpl.cleanup(WorkManagerImpl.java:936) at org.nuxeo.ecm.core.work.WorkManagerCleanupListener.handleEvent(WorkManagerCleanupListener.java:35) at org.nuxeo.ecm.core.event.impl.EventServiceImpl.fireEvent(EventServiceImpl.java:207) at org.nuxeo.ecm.core.scheduler.EventJob.execute(EventJob.java:113) at org.nuxeo.ecm.core.scheduler.EventJob.execute(EventJob.java:58) at org.quartz.core.JobRunShell.run(JobRunShell.java:223) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549) Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Error running script (call to f_1996a36a8086e96bb1e3eb7e094ec976f5bd2f9c): @user_script:17: user_script:17: bad argument #1 to 'sub' (string expected, got boolean) at redis.clients.jedis.Protocol.processError(Protocol.java:117) at redis.clients.jedis.Protocol.process(Protocol.java:142) at redis.clients.jedis.Protocol.read(Protocol.java:196) at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:288) at redis.clients.jedis.Connection.getOne(Connection.java:270) at redis.clients.jedis.Jedis.getEvalResult(Jedis.java:2642) at redis.clients.jedis.Jedis.evalsha(Jedis.java:2668) at redis.clients.jedis.Jedis.evalsha(Jedis.java:2662) at org.nuxeo.ecm.core.redis.contribs.RedisWorkQueuing$18.call(RedisWorkQueuing.java:922) at org.nuxeo.ecm.core.redis.contribs.RedisWorkQueuing$18.call(RedisWorkQueuing.java:902) at org.nuxeo.ecm.core.redis.RedisPoolExecutor.execute(RedisPoolExecutor.java:31) ... 9 more