Error deploying app from flowable modeler

I am trying to Publish an App and I am getting an error 500. The server appears to be complaining about the created field having a wrong time date format.
17-Jul-2017 13:01:04.439 SEVERE [http-nio-8080-exec-13] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [appDispatcher] in context with path [/flowable-modeler] threw exception [Request processing failed; nested exception is org.springframework.dao.TransientDataAccessResourceException: Error attempting to get column ‘created’ from result set. Cause: java.sql.SQLException: Cannot convert value ‘2017-06-23 15:22:52.000000’ from column 6 to TIMESTAMP.
; SQL []; Cannot convert value ‘2017-06-23 15:22:52.000000’ from column 6 to TIMESTAMP.; nested exception is java.sql.SQLException: Cannot convert value ‘2017-06-23 15:22:52.000000’ from column 6 to TIMESTAMP.] with root cause
java.lang.NumberFormatException: $5a4b232a-5849-11e7-bb02-00155d003c07testatestkey û2017-06-23 15:22:52.000000adzsokol2017-06-23 15:22:52.000000adzsokol1ü]{“id”:“canvas”,“resourceId”:“canvas”,“stencilset”:{“namespace”:“http://b3mn.org/stencilset/bpmn2.0#"},“properties”:{“process_id”:“testkey”,“name”:“test”},“childShapes”:[{“bounds”:{“lowerRight”:{“x”:130,“y”:193},“upperLeft”:{“x”:100,“y”:163}},“childShapes”:[],“dockers”:[],“outgoing”:[],“resourceId”:“startEvent1”,“stencil”:{“id”:"StartNoneEvent”}}]}

Any idea how to reproduce this exception? What database are you using?