Hello,
I am trying to integrate mangoapps (external app) with CAS using OIDC connect. It was working perfectly fine with CAS 6.5.9.
I upgraded cas with CAS 6.6.10 and I am getting this error in logs.
2023-08-04 15:26:12,503 ERROR [org.hibernate.engine.jdbc.batch.internal.BatchingBatch] - <HHH000315: Exception executing batch [java.sql.BatchUpdateException: data exception: string data, right truncation ; size limit: 32000 table: CAS_TICKETS column: BODY], SQL: insert into Cas_Tickets (body, creation_Time, parent_Id, principal_Id, type, id) values (?, ?, ?, ?, ?, ?)>
2023-08-04 15:26:12,505 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] - <SQL Error: 3401, SQLState: 22001>
2023-08-04 15:26:12,507 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] - <data exception: string data, right truncation ; size limit: 32000 table: CAS_TICKETS column: BODY>
and also this
2023-08-04 15:26:12,527 ERROR [org.apereo.cas.support.oauth.web.endpoints.OAuth20AuthorizeEndpointController] - <could not execute batch; SQL [insert into Cas_Tickets (body, creation_Time, parent_Id, principal_Id, type, id) values (?, ?, ?, ?, ?, ?)]; nested exception is org.hibernate.exception.DataException: could not execute batch
HibernateJpaDialect.java:convertHibernateAccessException:280
HibernateJpaDialect.java:translateExceptionIfPossible:233
JpaTransactionManager.java:doCommit:566
>