You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2017/04/11 06:43:42 UTC

[jira] [Assigned] (SYNCOPE-1065) Failure deploying with mysql/mariadb as internal storage

     [ https://issues.apache.org/jira/browse/SYNCOPE-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò reassigned SYNCOPE-1065:
-----------------------------------------------

    Assignee: Francesco Chicchiriccò

> 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ò
>             Fix For: 2.0.3, 2.1.0
>
>
> 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)