<?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: change db.properties to mysql issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209574#M162704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hmm it says 'Driver must not be null' .. are you sure you didnt make a typo in the config?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2015 09:43:16 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-02-28T09:43:16Z</dc:date>
    <item>
      <title>change db.properties to mysql issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209573#M162703</link>
      <description>Hi all,I'm trying to convert the db from h2 to mysql, so I change the db.properties file.db=activiti&amp;nbsp; jdbc.driver=com.mysql.jdbc.Driver&amp;nbsp; jdbc.url=jdbc:mysql://localhost:3306/activiti&amp;nbsp; jdbc.username=root&amp;nbsp; jdbc.password=welcome1But when I restart the Tomcat, the exception is as below,26-Feb-2015 11:49</description>
      <pubDate>Thu, 26 Feb 2015 04:14:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209573#M162703</guid>
      <dc:creator>chaoqun</dc:creator>
      <dc:date>2015-02-26T04:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: change db.properties to mysql issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209574#M162704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hmm it says 'Driver must not be null' .. are you sure you didnt make a typo in the config?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 09:43:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209574#M162704</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-28T09:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: change db.properties to mysql issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209575#M162705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The activiti-explorer is normal now. Not sure what's wrong I've made. oops….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 09:45:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209575#M162705</guid>
      <dc:creator>chaoqun</dc:creator>
      <dc:date>2015-02-28T09:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: change db.properties to mysql issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209576#M162706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, thanks for posting back.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 10:19:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209576#M162706</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-28T10:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: change db.properties to mysql issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209577#M162707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting the same error while trying to connect to oracle server please help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Exception sending context initialized event to listener instance of class org.activiti.explorer.servlet.WebConfigurer&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]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.activiti.engine.IdentityService org.activiti.explorer.conf.ActivitiEngineConfiguration.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]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public org.activiti.engine.ProcessEngine org.activiti.explorer.conf.ActivitiEngineConfiguration.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; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:292)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1185)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 09:35:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209577#M162707</guid>
      <dc:creator>gourav1688</dc:creator>
      <dc:date>2015-05-15T09:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: change db.properties to mysql issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209578#M162708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hence my comment above, there is something wrong in your configuration, the jdbc driver isn't set correctly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 15:55:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-db-properties-to-mysql-issue/m-p/209578#M162708</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-05-18T15:55:44Z</dc:date>
    </item>
  </channel>
</rss>

