<?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: Failed to perform ImageMagick transformation in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120980#M85277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have back stepped a bit &amp;amp; changed the database from MySQL back to HSQL by commenting out the MySQL section &amp;amp; un-commenting the HSQL section in the following files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/shared/classes/alfresco/extension/custom-repository.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/shared/classes/alfresco/extension/custom-hibernate-dialect.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Et voila' Alfresco is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there has to be something I am missing when trying to use MySQL…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Danny&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2007 15:27:02 GMT</pubDate>
    <dc:creator>dannyrichards</dc:creator>
    <dc:date>2007-10-12T15:27:02Z</dc:date>
    <item>
      <title>Failed to perform ImageMagick transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120979#M85276</link>
      <description>Hi All,My first installation &amp;amp; here comes the next hurdle!So now I'v got as far as installing Alfresco Community 2.1 ( &amp;nbsp;&amp;nbsp;&amp;nbsp;alfresco-community-tomcat-2.1.0.tar.gz) onto a CentOS-5 box, along with mysql-5.0.22-2.1; jre-1.6.0_03 &amp;amp; ImageMagick-6.3.6-1.src.rpm.I run '/opt/alfresco/alfresco.sh star</description>
      <pubDate>Wed, 10 Oct 2007 23:51:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120979#M85276</guid>
      <dc:creator>dannyrichards</dc:creator>
      <dc:date>2007-10-10T23:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to perform ImageMagick transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120980#M85277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have back stepped a bit &amp;amp; changed the database from MySQL back to HSQL by commenting out the MySQL section &amp;amp; un-commenting the HSQL section in the following files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/shared/classes/alfresco/extension/custom-repository.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/tomcat/shared/classes/alfresco/extension/custom-hibernate-dialect.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Et voila' Alfresco is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there has to be something I am missing when trying to use MySQL…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Danny&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 15:27:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120980#M85277</guid>
      <dc:creator>dannyrichards</dc:creator>
      <dc:date>2007-10-12T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to perform ImageMagick transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120981#M85278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1) change the hibernate file and the context files to use mySql (See Wiki &amp;amp; help files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Delete the contents of the data folders&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Run the DB scripts to delete the table spaces for mysql (extras).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Run the DB scripts to create the table spaces (extras).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) make sure the data and index folders are configured.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) make sure the db name and password are uncommented out in the configuration and both are "alfresco"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reboot server and try again.&amp;nbsp; If that doesn't work, unpack alfresco from scratch…make sure you do all of the above steps and any other steps documented anywhere..and try again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 16:04:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120981#M85278</guid>
      <dc:creator>heislord5</dc:creator>
      <dc:date>2007-10-12T16:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to perform ImageMagick transformation</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120982#M85279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;BTW the dump in your first post shows that it was not trying to use MySql, which means you did not correctly apply one of the configurations mentioned above, in the wiki or in the help file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;22:35:58,691 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Alfresco is using the HSQL default database. Please only use this while evaluating Alfresco, it is NOT recommended for production or deployment!&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 16:06:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-to-perform-imagemagick-transformation/m-p/120982#M85279</guid>
      <dc:creator>heislord5</dc:creator>
      <dc:date>2007-10-12T16:06:46Z</dc:date>
    </item>
  </channel>
</rss>

