<?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 Configuring postgres with alfresco 3.1 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237239#M190369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to configure postgres database with the alfresco 3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using my same configuration which was working for the Alfresco 2.1 (e.g driver settings, property files settings, jar (postgres8.2))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following is the exact Exception which i am getting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error creating bean with name 'DatabaseInformationResource' defined in file [D:\Work\alfresco3.1\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\enterprise\repository-jmx-context.xml]: Cannot create inner bean 'org.alfresco.enterprise.repo.management.Database#1e4eb5b' of type [org.alfresco.enterprise.repo.management.Database] while setting bean property 'resource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.alfresco.enterprise.repo.management.Database#1e4eb5b' defined in file [D:\Work\alfresco3.1\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\enterprise\repository-jmx-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.alfresco.enterprise.repo.management.Database]: Constructor threw exception; nested exception is java.lang.AbstractMethodError: org.postgresql.jdbc2.Jdbc2DatabaseMetaData.getDatabaseMajorVersion()I&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.alfresco.enterprise.repo.management.Database#1e4eb5b' defined in file [D:\Work\alfresco3.1\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\enterprise\repository-jmx-context.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.alfresco.enterprise.repo.management.Database]: Constructor threw exception; nested exception is java.lang.AbstractMethodError: org.postgresql.jdbc2.Jdbc2DatabaseMetaData.getDatabaseMajorVersion()I&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.alfresco.enterprise.repo.management.Database]: Constructor threw exception; nested exception is java.lang.AbstractMethodError: org.postgresql.jdbc2.Jdbc2DatabaseMetaData.getDatabaseMajorVersion()I&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.AbstractMethodError: org.postgresql.jdbc2.Jdbc2DatabaseMetaData.getDatabaseMajorVersion()I&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.enterprise.repo.management.Database.&amp;lt;init&amp;gt;(Database.java:111)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:494)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea? what should we do for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2009 06:27:12 GMT</pubDate>
    <dc:creator>kirit</dc:creator>
    <dc:date>2009-07-22T06:27:12Z</dc:date>
    <item>
      <title>Configuring postgres with alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237239#M190369</link>
      <description>I am trying to configure postgres database with the alfresco 3.1I was using my same configuration which was working for the Alfresco 2.1 (e.g driver settings, property files settings, jar (postgres8.2))Following is the exact Exception which i am getting.Error creating bean with name 'DatabaseInforma</description>
      <pubDate>Wed, 22 Jul 2009 06:27:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237239#M190369</guid>
      <dc:creator>kirit</dc:creator>
      <dc:date>2009-07-22T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring postgres with alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237240#M190370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like Alfresco is attempting to call JDBC methods that are not supported by your JDBC driver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which JDBC driver are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:01:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237240#M190370</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-07-22T10:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring postgres with alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237241#M190371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are using Postgresql as database and for that we have used postgresql-8.2-506.jdbc2ee.jar, and in class path we are using jdk1.5&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 10:40:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237241#M190371</guid>
      <dc:creator>kirit</dc:creator>
      <dc:date>2009-07-22T10:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring postgres with alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237242#M190372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please try using the JDBC 4 jar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 11:25:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237242#M190372</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-07-22T11:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring postgres with alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237243#M190373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried using the JDBC 4 jar (postgresql-8.2-510.jdbc4.jar)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, Exception changed to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cannot load JDBC driver class 'org.postgresql.Driver'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.UnsupportedClassVersionError: Bad version number in .class file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.defineClass1(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.defineClass(ClassLoader.java:620)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 11:43:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237243#M190373</guid>
      <dc:creator>kirit</dc:creator>
      <dc:date>2009-07-22T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring postgres with alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237244#M190374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oh finally i got the jar which is supported by Alfresco 3.1 that is JDBC 3 jar (postgresql-8.2-510.jdbc3.jar)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;one can get this from link : (&lt;/SPAN&gt;&lt;A href="http://jdbc.postgresql.org/download.html" rel="nofollow noopener noreferrer"&gt;http://jdbc.postgresql.org/download.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My tomcat started now with normal processing and it has created the default tables in PostGre database&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 11:56:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-postgres-with-alfresco-3-1/m-p/237244#M190374</guid>
      <dc:creator>kirit</dc:creator>
      <dc:date>2009-07-22T11:56:16Z</dc:date>
    </item>
  </channel>
</rss>

