[
https://issues.apache.org/jira/browse/SYNCOPE-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò updated SYNCOPE-1065:
--------------------------------------------
Fix Version/s: (was: 2.0.3)
(was: 2.1.0)
> Failure deploying with mysql/mariadb as internal storage
> --------------------------------------------------------
>
> Key: SYNCOPE-1065
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1065
> Project: Syncope
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.3
> Environment: Real environment with MySQL/MariaDB as internal storage
> Reporter: fabio martelli
> Assignee: Francesco Chicchiriccò
>
> At DB initialization time the following exception is raised.
> Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: (conn:70)
> Specified key was too long; max key length is 767 bytes
> Query is : CREATE TABLE AccessToken (id VARCHAR(255) NOT NULL, body TEXT,
> expiryTime DATETIME, owner VARCHAR(255), PRIMARY KEY (id)) ENGINE = innodb
> {stmnt 131207471 CREATE TABLE AccessToken (id VARCHAR(255) NOT NULL, body
> TEXT, expiryTime DATETIME, owner VARCHAR(255), PRIMARY KEY (id)) ENGINE =
> innodb} [code=1071, state=42000]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)