I have these exceptions in my server log, coming regularly, with different users:
org.hibernate.engine.jdbc.spi.SqlExceptionHelper error enlisting a JdbcConnectionHandle of a JdbcPooledConnection from datasource jdbc/BusinessDataDSXA in state ACCESSIBLE with usage count 1 wrapping com.mysql.jdbc.jdbc2.optional.JDBC4MysqlXAConnection@2ceb059b on com.mysql.jdbc.jdbc2.optional.JDBC4ConnectionWrapper@1fad8129
org.restlet.Component.BonitaRestletApplication Exception or error caught in server resource org.bonitasoft.engine.command.CommandExecutionException: USERNAME=<<user>> | org.bonitasoft.engine.command.SCommandExecutionException: org.bonitasoft.engine.business.data.SBusinessDataRepositorySerializationException: Unable to serialize list of Entity
org.bonitasoft.web.rest.server.api.resource.CommonResource USERNAME=<<user>> | org.bonitasoft.engine.command.SCommandExecutionException: org.bonitasoft.engine.business.data.SBusinessDataRepositorySerializationException: Unable to serialize list of Entity org.bonitasoft.engine.command.CommandExecutionException: USERNAME=<<user>> | org.bonitasoft.engine.command.SCommandExecutionException: org.bonitasoft.engine.business.data.SBusinessDataRepositorySerializationException: Unable to serialize list of Entity
However, I cannot see any other impact on the users, and noone reported anything strange.
Anyone has any idea on where it could come from ?
Thanks,
FX