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
>
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4c40ec4d-4b21-4ae4-af29-6a4004875f53n%40apereo.org.