<?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: cant Upgrade from .4d to 4.0e  Ubu10.4 MySQL, reindex failed in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276738#M229868</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;i found one error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i coverted the database from defaultlocation latin1 to utf8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no i imported the 3.4d mysql database with latin1 and left in alfresco-global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:mysql://localhost:3306/${db.name}?useUnicode=yes&amp;amp;characterEncoding=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the Umlauts are visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the reindex of lucene the search queries worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then i switched to solr, delete in the archive the index and spellchecker ( &lt;/SPAN&gt;&lt;A href="http://deepak-keswani.blogspot.de/2012/07/how-to-rebuild-solr-indexes-in-alfresco.html" rel="nofollow noopener noreferrer"&gt;http://deepak-keswani.blogspot.de/2012/07/how-to-rebuild-solr-indexes-in-alfresco.html&lt;/A&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After starting alfresco it working a long time (high load of java), but the index doesn't find anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When following this guide (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Flucene-solr-migration.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Flucene-solr-migration.html&lt;/A&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i can't connect the ip, cause i get &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;192.168.50.59:8443 aufgetreten.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the remote-end cant verify your ssl-certificate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Fehlercode: ssl_error_bad_cert_alert)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so how can i switch correctly to solr?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;doesn't it matter if database is on latin1 collation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2012 00:22:35 GMT</pubDate>
    <dc:creator>stegbth</dc:creator>
    <dc:date>2012-11-02T00:22:35Z</dc:date>
    <item>
      <title>cant Upgrade from .4d to 4.0e  Ubu10.4 MySQL, reindex failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276736#M229866</link>
      <description>Hi,i am trying to upgrade my Alfresco 3.4d to 4.0e on Ubuntu 10.04 with mysql database.After reading the forum i was able to fix some trouble's, but currently it still doesn't work.what i have done:dump alfresco34d mysql database and converted to UTF8.stopped&amp;nbsp; MySQLinstalled Ubuntu Mysql and modiefi</description>
      <pubDate>Sun, 28 Oct 2012 21:41:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276736#M229866</guid>
      <dc:creator>stegbth</dc:creator>
      <dc:date>2012-10-28T21:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: cant Upgrade from .4d to 4.0e  Ubu10.4 MySQL, reindex failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276737#M229867</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;SPAN&gt;In order to perform a full reindex you have to &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;stop Alfresco&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;modify alfresco-global.properties adding the property index.recovery.mode=FULL&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;restart Alfresco in order to let the index being rebuilt&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;stop Alfresco again&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;modify alfresco-global.properties modifying the property index.recovery.mode=AUTO&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;start Alfresco&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 13:07:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276737#M229867</guid>
      <dc:creator>abarisone</dc:creator>
      <dc:date>2012-10-29T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: cant Upgrade from .4d to 4.0e  Ubu10.4 MySQL, reindex failed</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276738#M229868</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;i found one error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i coverted the database from defaultlocation latin1 to utf8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;no i imported the 3.4d mysql database with latin1 and left in alfresco-global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.url=jdbc:mysql://localhost:3306/${db.name}?useUnicode=yes&amp;amp;characterEncoding=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the Umlauts are visible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After the reindex of lucene the search queries worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then i switched to solr, delete in the archive the index and spellchecker ( &lt;/SPAN&gt;&lt;A href="http://deepak-keswani.blogspot.de/2012/07/how-to-rebuild-solr-indexes-in-alfresco.html" rel="nofollow noopener noreferrer"&gt;http://deepak-keswani.blogspot.de/2012/07/how-to-rebuild-solr-indexes-in-alfresco.html&lt;/A&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After starting alfresco it working a long time (high load of java), but the index doesn't find anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When following this guide (&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Flucene-solr-migration.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Flucene-solr-migration.html&lt;/A&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i can't connect the ip, cause i get &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;192.168.50.59:8443 aufgetreten.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the remote-end cant verify your ssl-certificate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Fehlercode: ssl_error_bad_cert_alert)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so how can i switch correctly to solr?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;doesn't it matter if database is on latin1 collation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 00:22:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cant-upgrade-from-4d-to-4-0e-ubu10-4-mysql-reindex-failed/m-p/276738#M229868</guid>
      <dc:creator>stegbth</dc:creator>
      <dc:date>2012-11-02T00:22:35Z</dc:date>
    </item>
  </channel>
</rss>

