<?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: Alfresco 3.0 fails to start -- More than one Alfresco schema was found in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292472#M245602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;WE HAVE SOLVED IT!!! Thanks to mrogers and some more digging we found that the INNODB engine was disabled when the power outage hit.&amp;nbsp; MySQL was up but the InnoDB engine was down.. that's why we were getting this error in the alfresco.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this info helps someone along the way!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peace from SeaTown!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-jg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 17:17:04 GMT</pubDate>
    <dc:creator>johnny_fever442</dc:creator>
    <dc:date>2014-08-08T17:17:04Z</dc:date>
    <item>
      <title>Alfresco 3.0 fails to start -- More than one Alfresco schema was found</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292469#M245599</link>
      <description>Hi,So our Data Center took a power hit and our racks lost power.&amp;nbsp; Upon reboot of the Linux server that runs Alfresco we see this in our alfresco.log:————————-18:43:34,821&amp;nbsp; INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.18:43:34,949&amp;nbsp;</description>
      <pubDate>Wed, 06 Aug 2014 23:03:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292469#M245599</guid>
      <dc:creator>johnny_fever442</dc:creator>
      <dc:date>2014-08-06T23:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 fails to start -- More than one Alfresco schema was found</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292470#M245600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is your database running?&amp;nbsp;&amp;nbsp;&amp;nbsp; IIRC that dialect stuff nonsense can also be caused by failure to connect to the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first location is the correct one.&amp;nbsp; Editing stuff in web-inf is always wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 21:03:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292470#M245600</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-08-07T21:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 fails to start -- More than one Alfresco schema was found</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292471#M245601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for the reply mrogers… you have given us hope here in Seattle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your first question, yes MySQL is running as we can see via:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Thu Aug 07 | root@babbage:/tmp/Alf_Restore]$ service mysqld status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mysqld (pid 6342) is running…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Thu Aug 07 | root@babbage:/tmp/Alf_Restore]$ lsof -i | grep -i mysql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mysqld&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6342&amp;nbsp;&amp;nbsp; mysql&amp;nbsp;&amp;nbsp;&amp;nbsp; 3u&amp;nbsp; IPv4&amp;nbsp;&amp;nbsp; 15767&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP *:mysql (LISTEN)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the user alfresco can connect to the alfresco db:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Thu Aug 07 | root@babbage:/tmp/Alf_Restore]$ mysql -u alfresco -p alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter password:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading table information for completion of table and column names&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can turn off this feature to get a quicker startup with -A&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the MySQL monitor.&amp;nbsp; Commands end with ; or \g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your MySQL connection id is 106&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server version: 5.0.45 Source distribution&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Type 'help;' or '\h' for help. Type '\c' to clear the buffer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—————&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So can you please specify what file is the correct one?&amp;nbsp; Like with the exact file name?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say editing stuff in web-inf is always wrong both files that we tried have that in their directory path:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#1) /usr/share/apache-tomcat-6.0.20/webapps/alfresco/WEB-INF/classes/alfresco/domain/hibernate-cfg.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#2) /usr/share/apache-tomcat-6.0.20/webapps/alfresco/WEB-INF/classes/alfresco/extension/custom-hibernate-dialect.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should we edit door #1 or door #2?&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;-jg&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 21:31:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292471#M245601</guid>
      <dc:creator>johnny_fever442</dc:creator>
      <dc:date>2014-08-07T21:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 fails to start -- More than one Alfresco schema was found</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292472#M245602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;WE HAVE SOLVED IT!!! Thanks to mrogers and some more digging we found that the INNODB engine was disabled when the power outage hit.&amp;nbsp; MySQL was up but the InnoDB engine was down.. that's why we were getting this error in the alfresco.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this info helps someone along the way!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peace from SeaTown!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-jg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 17:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292472#M245602</guid>
      <dc:creator>johnny_fever442</dc:creator>
      <dc:date>2014-08-08T17:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 fails to start -- More than one Alfresco schema was found</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292473#M245603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;For anyone ever experiencing this issue again here is a more detailed write up of the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://samurai-sysadmin.com/?p=79" rel="nofollow noopener noreferrer"&gt;http://samurai-sysadmin.com/?p=79&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:01:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-fails-to-start-more-than-one-alfresco-schema-was/m-p/292473#M245603</guid>
      <dc:creator>johnny_fever442</dc:creator>
      <dc:date>2015-01-09T20:01:19Z</dc:date>
    </item>
  </channel>
</rss>

