<?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: 3.4 upgrade scripts failing in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227062#M180192</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What database (including version) are you running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats the default character set of your db?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are your settings in alfresco-global.properties (those related to database)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 17:27:22 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2010-10-01T17:27:22Z</dc:date>
    <item>
      <title>3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227060#M180190</link>
      <description>Took my 3.3 instance and replaced with the new war files on Linux.&amp;nbsp; Starting implementing script upgrades and got a failure that hung things up.&amp;nbsp; See below:18:03:32,105&amp;nbsp; INFO&amp;nbsp; [admin.patch.PatchExecuter]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Applying patch 'patch.migrateAttrChainingURS' (Migrate old Chaining User Registry Synchr</description>
      <pubDate>Thu, 30 Sep 2010 19:32:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227060#M180190</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2010-09-30T19:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: 3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227061#M180191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also tried the latest code out there but no joy.&amp;nbsp; Also tried updating the mysql connector but same deal.&amp;nbsp; Created a JIRA ticket.&amp;nbsp; Has anyone else upgraded and have the before mentioned error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 15:54:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227061#M180191</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2010-10-01T15:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: 3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227062#M180192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What database (including version) are you running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats the default character set of your db?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What are your settings in alfresco-global.properties (those related to database)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 17:27:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227062#M180192</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-10-01T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: 3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227063#M180193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What database (including version) are you running?&lt;BR /&gt;Whats the default character set of your db?&lt;BR /&gt;What are your settings in alfresco-global.properties (those related to database)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am running MySQL 5.0.67 on OpenSuse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe the default character set is Latin-1 however DB for Alfresco is UTF-8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My global's relative to the DB are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;db.name=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.username=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.password=&amp;lt;my pass&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.host=&amp;lt;server name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.port=3306&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.driver=org.gjt.mm.mysql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?useUnicode=true&amp;amp;characterEncoding=utf-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index.recovery.mode=AUTO&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 18:35:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227063#M180193</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2010-10-01T18:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: 3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227064#M180194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the only thing that concerned me on the above with the DB connection is Alfresco said they stopped using Hibernate however I'm using Hibernate for the DB connection.&amp;nbsp; If that isn't used anymore there is no 3.4 documentation on what should be used now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 20:55:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227064#M180194</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2010-10-01T20:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: 3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227065#M180195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That looks ok,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only thing I can think of is to do a mysqldump with the –no-data option of your current database, and then do a clean install of Alfresco with the same version as your current install. Do a mysqldump with –no-data of that db, then do a diff to see if you can find anything.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 21:32:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227065#M180195</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-10-01T21:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3.4 upgrade scripts failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227066#M180196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The way I see it there has to be some kind of bug.&amp;nbsp; The below piece of log data for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;18:03:32,270&amp;nbsp; ERROR [admin.patch.PatchExecuter] 08300000 org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0];&lt;BR /&gt;— The error occurred in alfresco/ibatis/#resource.dialect#/patch-common-SqlMap.xml.&lt;BR /&gt;— The error occurred while applying a result map.&lt;BR /&gt;— Check the alfresco.patch.result_ChainingURS.&lt;BR /&gt;— Check the result mapping for the 'lastModified' property.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;So it's referring to the result_ChainingURS of the above XML file.&amp;nbsp; It also shows that a null was returned if I'm looking at this right and from the lastModified property.&amp;nbsp; If I run the query that pulls the data from the DB for ChainingURS I do get a string of a date value out of the database.&amp;nbsp; It's not blank or null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Oct 2010 02:19:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/3-4-upgrade-scripts-failing/m-p/227066#M180196</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2010-10-02T02:19:13Z</dc:date>
    </item>
  </channel>
</rss>

