<?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: 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/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>
    <dc:creator>kirit</dc:creator>
    <dc:date>2009-07-22T11:56:16Z</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>

