<?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: Access denied for user 'alfresco'@'localhost' (using passwor in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219482#M172612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You mention using PostgreSQL but your log output shows MySQL ("… com.mysql.jdbc. …") ? Have you overridden the DB properties (including JDBC driver / url) in "afresco-global.properties" to comment-in PostgreSQL properties (and comment-out MySQL properties) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For an example, see also: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Database_Configuration#PostgreSQL_example" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Database_Configuration#PostgreSQL_example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jul 2010 09:25:47 GMT</pubDate>
    <dc:creator>janv</dc:creator>
    <dc:date>2010-07-02T09:25:47Z</dc:date>
    <item>
      <title>Access denied for user 'alfresco'@'localhost' (using passwor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219481#M172611</link>
      <description>Hi,I'm trying to install Alfresco 3.3&amp;nbsp; on RedHat.I've copied alfresco.war in tomcat.I've a PostgreSQL 8.1.11 database on the same server.I've created a database and a userCREATE DATABASE alfresco WITH ENCODING 'UTF8';CREATE USER alfresco WITH PASSWORD 'alfresco';GRANT ALL privileges on database alfr</description>
      <pubDate>Fri, 02 Jul 2010 08:49:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219481#M172611</guid>
      <dc:creator>laurent1050</dc:creator>
      <dc:date>2010-07-02T08:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied for user 'alfresco'@'localhost' (using passwor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219482#M172612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You mention using PostgreSQL but your log output shows MySQL ("… com.mysql.jdbc. …") ? Have you overridden the DB properties (including JDBC driver / url) in "afresco-global.properties" to comment-in PostgreSQL properties (and comment-out MySQL properties) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For an example, see also: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Database_Configuration#PostgreSQL_example" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Database_Configuration#PostgreSQL_example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 09:25:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219482#M172612</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2010-07-02T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied for user 'alfresco'@'localhost' (using passwor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219483#M172613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco seems not to read my alfresco-global.properties in shared/classes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an extract of the alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Property to control whether schema updates are performed automatically.&lt;BR /&gt;# Updates must be enabled during upgrades as, apart from the static upgrade scripts,&lt;BR /&gt;# there are also auto-generated update scripts that will need to be executed.&amp;nbsp; After&lt;BR /&gt;# upgrading to a new version, this can be disabled.&lt;BR /&gt;#&lt;BR /&gt;db.schema.update=true&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MySQL connection&lt;BR /&gt;#&lt;BR /&gt;#db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;#db.url=jdbc:mysql://localhost/alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)&lt;BR /&gt;#&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.url=jdbc:postgresql://127.0.0.1:5432/alfresco&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it's due to a strange config of my corporate server….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Laurent&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 09:54:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219483#M172613</guid>
      <dc:creator>laurent1050</dc:creator>
      <dc:date>2010-07-02T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied for user 'alfresco'@'localhost' (using passwor</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219484#M172614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using a default installation of Tomcat, it doesn't by default include "shared/classes" folder in it's class loader. You'll need to edit tomcat/conf/catalina.properties and add the path to shared.loader. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 10:08:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-denied-for-user-alfresco-localhost-using-passwor/m-p/219484#M172614</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-07-02T10:08:53Z</dc:date>
    </item>
  </channel>
</rss>

