<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Incremental rebuild fails with database error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/incremental-rebuild-fails-with-database-error/m-p/244791#M197921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have&amp;nbsp; an installation that was originally the 3.2 Community release, later I have rebuilt this from source with revision 15634. Now I want to rebuild it again to the current revision, but when doing so the server startup fails with the following errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;08:01:11,261&amp;nbsp; INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.&lt;BR /&gt;08:01:12,090&amp;nbsp; INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Executing database script /opt/Alfresco3.2/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-U&lt;BR /&gt;pdate-6914763529106898612.sql (Copied from classpath:alfresco/dbscripts/create/3.2/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-3.2-Prop&lt;BR /&gt;ertyValueTables.sql).&lt;BR /&gt;08:01:12,111&amp;nbsp; ERROR [domain.schema.SchemaBootstrap] Statement execution failed:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; SQL: CREATE TABLE alf_prop_class&lt;BR /&gt;(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; id BIGINT NOT NULL AUTO_INCREMENT,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; java_class_name VARCHAR(255) NOT NULL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; java_class_name_short VARCHAR(32) NOT NULL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; java_class_name_crc BIGINT NOT NULL,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; UNIQUE INDEX idx_alf_prop_class_crc (java_class_name_crc, java_class_name_short),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; INDEX idx_alf_prop_class_class (java_class_name),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; PRIMARY KEY (id)&lt;BR /&gt;) ENGINE=InnoDB&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Error: Table 'alf_prop_class' already exists&lt;BR /&gt;&amp;nbsp;&amp;nbsp; File: /opt/Alfresco3.2/tomcat/temp/Alfresco/AlfrescoSchema-MySQLInnoDBDialect-Update-6914763529106898612.sql&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Line: 19&lt;BR /&gt;08:01:12,112&amp;nbsp; ERROR [domain.schema.SchemaBootstrap] Schema auto-update failed&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'alf_prop_class' already exists&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This corrupts the database so that it is not possible to revert to a prior revision without restoring a backup of the database. I've tried rebuilding with a couple of different revisions, but the result i always the same, so i suspect that the problem lies within the revision I'm currently using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on how to work around this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Aug 2009 08:38:42 GMT</pubDate>
    <dc:creator>gronfelt</dc:creator>
    <dc:date>2009-08-30T08:38:42Z</dc:date>
    <item>
      <title>Incremental rebuild fails with database error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incremental-rebuild-fails-with-database-error/m-p/244791#M197921</link>
      <description>I have&amp;nbsp; an installation that was originally the 3.2 Community release, later I have rebuilt this from source with revision 15634. Now I want to rebuild it again to the current revision, but when doing so the server startup fails with the following errors:08:01:11,261&amp;nbsp; INFO&amp;nbsp; [domain.schema.SchemaBoot</description>
      <pubDate>Sun, 30 Aug 2009 08:38:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incremental-rebuild-fails-with-database-error/m-p/244791#M197921</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2009-08-30T08:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental rebuild fails with database error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/incremental-rebuild-fails-with-database-error/m-p/244792#M197922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi gronfelt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am attempting to upgrade from CE 3.2 to CE 3.2r.&amp;nbsp; A needed upgrade to fix an issue with CIFS.&amp;nbsp; I am seeing this same error message on startup.&amp;nbsp; Did you end up resolving this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Doug&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 00:49:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/incremental-rebuild-fails-with-database-error/m-p/244792#M197922</guid>
      <dc:creator>dough</dc:creator>
      <dc:date>2009-10-21T00:49:52Z</dc:date>
    </item>
  </channel>
</rss>

