Several Sql Exceptions are being seen in VNA server.log
2025-04-15 08:05:01,380 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (EE-ManagedExecutorService-persistenceTaskExecutor-Thread-1) Data truncation: Data too long for column 'description' at row 1
2025-04-15 08:05:01,381 ERROR [org.hibernate.internal.ExceptionMapperStandardImpl] (EE-ManagedExecutorService-persistenceTaskExecutor-Thread-1) HHH000346: Error during managed flush [org.hibernate.exception.DataException: could not execute statement]
2025-04-15 08:05:01,875 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (Thread-298 (ActiveMQ-client-global-threads)) Column 'notificationId' cannot be null
2025-04-15 08:05:01,875 ERROR [org.hibernate.internal.ExceptionMapperStandardImpl] (Thread-298 (ActiveMQ-client-global-threads)) HHH000346: Error during managed flush [org.hibernate.exception.ConstraintViolationException: could not execute statement]
DX NetOps VNA 24.3.7 version
Velocloud 6.2.0.x
Reference
Set the parameter events.mysql.return.id=true in the Velocloud configuration to ensure the necessary ID values are returned correctly during event persistence.
Upgrade Velocloud to version 6.2.0.4, which addresses the identified issues and includes necessary fixes for proper event handling and persistence.