<?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: Error Page After install in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185994#M139124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting a similar, but not the same, error after a similar setup. I'm running Alfresco Labs 3.1 Stable on Fedora 10, and after installing, testing with the default Derby database, then going through the few steps to switch to MySQL (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_Alfresco_Lab_3_Stable_on_Ubuntu_8.10#Change_HSQL_Database_to_MySQL_Database" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_Alfresco_Lab_3_Stable_on_Ubuntu_8.10#Change_HSQL_Database_to_MySQL_Database&lt;/A&gt;&lt;SPAN&gt;), I'm getting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to Login&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The remote server may be unavailable or your authentication details have not been recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…when attempting to sign in with admin/admin. Any ideas anybody?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2009 15:11:21 GMT</pubDate>
    <dc:creator>markdaniel</dc:creator>
    <dc:date>2009-06-03T15:11:21Z</dc:date>
    <item>
      <title>Error Page After install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185992#M139122</link>
      <description>Hi guys, i m a new guy in the forum and i m newbie in Alfresco.My job is to install alfresco but i found some problem.I use the mac os x 10.5.6 .After run the installer for mac Alfresco-Labs-3Stable-MacOS-X-Install and choose the typical installation i go through the manual for setting the mysql dat</description>
      <pubDate>Sun, 22 Mar 2009 17:44:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185992#M139122</guid>
      <dc:creator>joksy</dc:creator>
      <dc:date>2009-03-22T17:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error Page After install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185993#M139123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just had the same problem here, this is what I did to fix it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error was in the two config files. You need to set the lines to look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the file: custom-repository.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql#db.driver=org.gjt.mm.mysql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mysql#db.url=jdbc:mysql://localhost:3306/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But this!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&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://localhost:3306/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same thing for the other file custom-hibernate-dialect.properties. It should read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# MySQL dialect (default)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without the mysql# bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that everything came up happy as a clam. Good luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2009 22:46:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185993#M139123</guid>
      <dc:creator>czach</dc:creator>
      <dc:date>2009-04-18T22:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Page After install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185994#M139124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting a similar, but not the same, error after a similar setup. I'm running Alfresco Labs 3.1 Stable on Fedora 10, and after installing, testing with the default Derby database, then going through the few steps to switch to MySQL (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_Alfresco_Lab_3_Stable_on_Ubuntu_8.10#Change_HSQL_Database_to_MySQL_Database" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_Alfresco_Lab_3_Stable_on_Ubuntu_8.10#Change_HSQL_Database_to_MySQL_Database&lt;/A&gt;&lt;SPAN&gt;), I'm getting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to Login&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The remote server may be unavailable or your authentication details have not been recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…when attempting to sign in with admin/admin. Any ideas anybody?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 15:11:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-page-after-install/m-p/185994#M139124</guid>
      <dc:creator>markdaniel</dc:creator>
      <dc:date>2009-06-03T15:11:21Z</dc:date>
    </item>
  </channel>
</rss>

