<?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 Re: Bootstrap failure with java.sql.BatchUpdateException in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24620#M12050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for digging this out.&amp;nbsp; We have been testing on MySQL 5.0.20 for a while now and haven't seen the issue.&amp;nbsp; Could you try the later driver, perhaps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;mysql-connector-java-3.1.12-bin.jar&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2006 13:15:53 GMT</pubDate>
    <dc:creator>derek</dc:creator>
    <dc:date>2006-05-17T13:15:53Z</dc:date>
    <item>
      <title>Bootstrap failure with java.sql.BatchUpdateException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24618#M12048</link>
      <description>Hello,I am attempting to get Alfresco running on a development machine with the following configuration:jdk1.5.0_06Tomcat 5.0.28,jakarta-tomcat-5.0.28alfresco-war-1.2.1My paths appear to be set correctly and Tomcat is using the following driver:mysql-connector-java-3.0.14-production-bin.jarI get the</description>
      <pubDate>Wed, 10 May 2006 22:50:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24618#M12048</guid>
      <dc:creator>pltim79</dc:creator>
      <dc:date>2006-05-10T22:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap failure with java.sql.BatchUpdateException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24619#M12049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html" rel="nofollow noopener noreferrer"&gt;http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html&lt;/A&gt;&lt;SPAN&gt; contains the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; As of MySQL 5.0.3, a BIT data type is available for storing bit-field values. (Before 5.0.3, MySQL interprets BIT as TINYINT(1).) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I'm using MySQL 5.0.18 I've changed all BIT(1) column types to INTEGER(1) and the application starts up correctly.&amp;nbsp; Pasted below are the table alter scripts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE applied_patch MODIFY COLUMN was_executed INTEGER(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE applied_patch MODIFY COLUMN succeeded INTEGER(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE child_assoc MODIFY COLUMN isPrimary INTEGER(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE node_perm_entry MODIFY COLUMN allowed INTEGER(1) NOT NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE node_permission MODIFY COLUMN inherits INTEGER(1) NOT NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE node_properties MODIFY COLUMN multi_valued INTEGER(1) NOT NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE node_properties MODIFY COLUMN boolean_value INTEGER(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER TABLE node_status MODIFY COLUMN deleted INTEGER(1) NOT NULL;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 16:40:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24619#M12049</guid>
      <dc:creator>pltim79</dc:creator>
      <dc:date>2006-05-16T16:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap failure with java.sql.BatchUpdateException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24620#M12050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for digging this out.&amp;nbsp; We have been testing on MySQL 5.0.20 for a while now and haven't seen the issue.&amp;nbsp; Could you try the later driver, perhaps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;mysql-connector-java-3.1.12-bin.jar&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 13:15:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24620#M12050</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-05-17T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bootstrap failure with java.sql.BatchUpdateException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24621#M12051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Updating the driver to mysql-connector-java-3.1.12-bin.jar&amp;nbsp; has fixed this issue. Alfresco now deploys and runs as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 17:07:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bootstrap-failure-with-java-sql-batchupdateexception/m-p/24621#M12051</guid>
      <dc:creator>pltim79</dc:creator>
      <dc:date>2006-05-17T17:07:44Z</dc:date>
    </item>
  </channel>
</rss>

