Passando da Alfresco 3.2r a Alfresco 3.3 ottengo il seguente errore in fase di boot:
ERROR [domain.schema.SchemaBootstrap] Statement execution failed:
SQL: CREATE TABLE alf_prop_class
(
id BIGINT NOT NULL AUTO_INCREMENT,
java_class_name VARCHAR(255) NOT NULL,
java_class_name_short VARCHAR(32) NOT NULL,
java_class_name_crc BIGINT NOT NULL,
UNIQUE INDEX idx_alf_propc_crc (java_class_name_crc, java_class_name_short),
INDEX idx_alf_propc_clas (java_class_name),
PRIMARY KEY (id)
) ENGINE=InnoDB
Error: Table 'alf_prop_class' already exists
File: /……/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-688101092033208553.sql
Line: 19
09:48:27,525 ERROR [domain.schema.SchemaBootstrap] Schema auto-update failed
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'alf_prop_class' already exists……
grazie in anticipo per l'help!!!