03-30-2012 04:20 AM
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……
03-31-2012 06:08 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.