On a live server we have recently received many errors of:
2022-03-24 18:14:26.008 +0000 SEVERE: org.restlet.Component.BonitaRestletApplication Exception or error caught in server resource org.bonitasoft.engine.exception.BonitaRuntimeException: USERNAME= | org.bonitasoft.engine.commons.exceptions.SRetryableException: javax.persistence.PersistenceException: Error attempting to apply AttributeConverter
...
Caused by: java.lang.RuntimeException: Database date & time format must be ISO-8601 compliant ( yyyy-mm-ddThh:mm:ss ) at org.bonitasoft.engine.business.data.generator.DateAndTimeConverter.convertToEntityAttribute(DateAndTimeConverter.java:46) at org.bonitasoft.engine.business.data.generator.DateAndTimeConverter.convertToEntityAttribute(DateAndTimeConverter.java:27) at org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter$2.doConversion(AttributeConverterSqlTypeDescriptorAdapter.java:142) ... 150 more Caused by: java.time.format.DateTimeParseException: Text '2022-01-17' could not be parsed at index 10 at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2046) at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1948) at java.base/java.time.LocalDateTime.parse(LocalDateTime.java:492) at org.bonitasoft.engine.business.data.generator.DateAndTimeConverter.convertToEntityAttribute(DateAndTimeConverter.java:44)
However, the processes worked previously without any issues, so I don't believe it to be a BDM/form/contract issue.
Tasks have also been getting completed and then 'reset' to an earlier task. I am worried about the communication between DB and server.
I restarted the server already but it has not resolved the issue.
Any help on this is greatly appreciated.