04-20-2016 06:17 AM
01-03-2017 03:14 AM
Did you ever get a solution for this issue?
I'm seeing the same with 5.2 201612 GA and filed this issue
03-15-2017 02:49 PM
I restarted Alfresco, and the problem stopped temporarily... until it came back randomly.
Before the HibernateException referred to above, I found the following in the logs:
ERROR [repo.transaction.RetryingTransactionHelper] [http-apr-8080-exec-18] Rollback failure. Normal retry behaviour will resume.
java.lang.IllegalStateException: Already value [org.mybatis.spring.SqlSessionHolder@561071fc] for key [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory@29ca37b2] bound to thread [http-apr-8080-exec-18]
...
I wonder if they are related.
Our DBA checked the database, and there were no errors.
This was the sql we think was running when the error occurred:
SELECT acs.id AS id , acs.commit_time_ms AS commit_time_ms, COUNT(acl_id) AS acl_countFROM alf_acl_change_set acs JOIN alf_access_control_list acl ON ( acl.acl_change_set = acs.id )WHERE EXISTS ( SELECT 1 FROM alf_node admnode WHERE admnode.acl_id = acl.id ) AND acs.id >= :1 AND acs.id < :2GROUP BY acs.commit_time_ms, acs.idORDER BY acs.commit_time_ms ASC, acs.id ASC
This link makes me think that it could be an Alfresco bug.
06-11-2018 06:46 AM
Does anyone got any solution?
Mostly, Its occurring during batch job run.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.