Error 500 - Error SQL

Sigo intentando tratar de instalar y hacer funcionar bonita por primera vez en Ubuntu y me encuentro con el siguiente error:

ERROR 500
org.bonitasoft.console.common.server.utils.DefaultTenantIdException

Cuando voy al log me encuentro con que falla la creación de una tabla, tienen idea de que puede tratarse este error?

Caused by: org.bonitasoft.engine.platform.SPlatformCreationException: Unable to create platform tables : com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LONGVARCHAR,
filename VARCHAR(255) NOT NULL,
value_ LONGVARBINARY NOT NULL,
’ at line 4
at org.bonitasoft.engine.platform.impl.PlatformServiceImpl.createPlatformTables(PlatformServiceImpl.java:151)
at org.bonitasoft.engine.api.impl.PlatformAPIImpl.createPlatform(PlatformAPIImpl.java:152)
… 18 more
Caused by: org.bonitasoft.engine.services.SPersistenceException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LONGVARCHAR,
filename VARCHAR(255) NOT NULL,
value_ LONGVARBINARY NOT NULL,

Muchas Gracias
Enrique

Hola,

Este problema es el mismo que aqui: http://community.bonitasoft.com//answers/mysql-error

Espero que te sea util.

Un saludo,
Emmanuel

Hola Emmanuel,
El otro post también es mio, y por el momento no he encontrado solución…

Hola Emmanuel,
El otro post también es mio, y por el momento no he encontrado solución…

Enrique,
Puedes decirnos la version de bonita, de mysql, y del driver y de java que estas utilizando?

Un saludo

bonita 6.3.3
mysql 5.5.38
mysql-connector-java-5.1.31
java version “1.7.0_65”
ubuntu 14.04