<?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 Database configuration problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217233#M170363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to configure activiti to use PostgreSQL. I have Postgres running on a remote server at port 5432. I copy pasted the 3 db creation scripts into PgAdmin and ran them on a database named "activiti". I'm getting a long list of exceptions, of which I'm only posting part. The main part seems to be "Driver must not be null." I found another post (&lt;/SPAN&gt;&lt;A href="https://forums.activiti.org/content/change-dbproperties-mysql-issue" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/content/change-dbproperties-mysql-issue&lt;/A&gt;&lt;SPAN&gt;) that says this is probably a database configuration issue. I'm looking at my database conf file and don't see what's wrong. I wonder if someone here could point me in the right direction. Following is the database conf and part of the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File db.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db=postgres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.driver=org.postgres.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://server:5432/activiti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.username=postgres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.password=postgres&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'demoDataConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.activiti.engine.IdentityService org.activiti.explorer.conf.DemoDataConfiguration.identityService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'identityService' defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.activiti.engine.IdentityService]: Factory method 'identityService' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngine' defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.activiti.engine.ProcessEngine]: Factory method 'processEngine' threw exception; nested exception is java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngineFactoryBean': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalArgumentException: Driver must not be null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 14:58:23 GMT</pubDate>
    <dc:creator>danielporter</dc:creator>
    <dc:date>2016-02-22T14:58:23Z</dc:date>
    <item>
      <title>Database configuration problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217233#M170363</link>
      <description>Hi there,I'm trying to configure activiti to use PostgreSQL. I have Postgres running on a remote server at port 5432. I copy pasted the 3 db creation scripts into PgAdmin and ran them on a database named "activiti". I'm getting a long list of exceptions, of which I'm only posting part. The main part</description>
      <pubDate>Mon, 22 Feb 2016 14:58:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217233#M170363</guid>
      <dc:creator>danielporter</dc:creator>
      <dc:date>2016-02-22T14:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Database configuration problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217234#M170364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which activiti version do you use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 20:06:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217234#M170364</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-02-22T20:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Database configuration problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217235#M170365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;5.19.0.2. But after banging my head on this for three days, it turns out I was not specifying the name of the driver correctly: It should be org.postgresql.Driver and not org.postgres.Driver. Doh.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 20:11:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217235#M170365</guid>
      <dc:creator>danielporter</dc:creator>
      <dc:date>2016-02-22T20:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Database configuration problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217236#M170366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 20:44:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/database-configuration-problem/m-p/217236#M170366</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-02-22T20:44:28Z</dc:date>
    </item>
  </channel>
</rss>

