<?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: Activiti Explorer external database connection in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28608#M12207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running MySQL 5.7.17 and using the JAR mysql-connector-java-5.1.40-bin.jar. All works ok for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had another thought. I'm running on Linux (Fedora 25). After installing MySQL you need to run /usr/bin/mysql_secure_installation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my first attempt, i forgot to&amp;nbsp;do this and the root user was&amp;nbsp;not allowed to connect (even from localhost).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Mar 2017 14:17:02 GMT</pubDate>
    <dc:creator>pedwards99</dc:creator>
    <dc:date>2017-03-09T14:17:02Z</dc:date>
    <item>
      <title>Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28603#M12202</link>
      <description>I can't connect Activiti Explorer with MySQL, I already configured the db.properties file, but it doesn't make a successful connection. Same place the mysql-connector-java-5.1.40-bin.jar connector in the lib folder, but I could not connect.&amp;nbsp; db.properties&amp;nbsp; db = activiti jdbc.driver = com.mysql.jdbc.</description>
      <pubDate>Wed, 08 Mar 2017 18:12:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28603#M12202</guid>
      <dc:creator>ricardojj</dc:creator>
      <dc:date>2017-03-08T18:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28604#M12203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A __default_attr="166162" __jive_macro_name="user" _jive_internal="true" class="jive_macro jive_macro_user link-titled" href="https://community.alfresco.com/people/ricardojj" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have a stack trace. Could you share it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 08:48:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28604#M12203</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-03-09T08:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28605#M12204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven't done yet, you have to create the Activiti tables inside your MySQL database named "activiti", the queries to do that are included inside the download of Activiti from the website, in the folder database/create. Inside the folder the files that you need are activiti.mysql.create.engine.sql, activiti.mysql.create.history.sql, activiti.mysql.create.identity.sql. If you are using MySQL 5.5, then you have to use activiti.mysql55.create.engine.sql, activiti.mysql55.create.history.sql and the last one is the same as before (activiti.mysql.create.identity.sql).&lt;/P&gt;&lt;P&gt;The settings and driver that you are using should to be correct.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Ludovico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:05:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28605#M12204</guid>
      <dc:creator>ajeje93</dc:creator>
      <dc:date>2017-03-09T09:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28606#M12205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you set the hibernate dialect ?&lt;/P&gt;&lt;P&gt;hibernate.dialect=org.hibernate.dialect.MySQLDialect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, one other issue I have seen in the past is needing to disable SSL on the connection&lt;/P&gt;&lt;P&gt;datasource.url=jdbc:mysql://127.0.0.1:3306/activiti?characterEncoding=UTF-8&amp;amp;useSSL=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 09:31:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28606#M12205</guid>
      <dc:creator>pedwards99</dc:creator>
      <dc:date>2017-03-09T09:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28607#M12206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you confirm that you are using same jar which needs to compatible with My sql database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:04:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28607#M12206</guid>
      <dc:creator>ashokhathal</dc:creator>
      <dc:date>2017-03-09T14:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28608#M12207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running MySQL 5.7.17 and using the JAR mysql-connector-java-5.1.40-bin.jar. All works ok for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had another thought. I'm running on Linux (Fedora 25). After installing MySQL you need to run /usr/bin/mysql_secure_installation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my first attempt, i forgot to&amp;nbsp;do this and the root user was&amp;nbsp;not allowed to connect (even from localhost).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:17:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28608#M12207</guid>
      <dc:creator>pedwards99</dc:creator>
      <dc:date>2017-03-09T14:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28609#M12208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trying to use activiti-explorer-5.22.0 with mysql 5.7.18 and lib mysql-connector-java-5.1.41.jar under windows 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i start o tomcat all tables are created, i can make a login and use some features but, &amp;nbsp;when i click model workspace its doesn't work. Alfresco Activiti open but i can't see bpmn components.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use it on postgree i don't have problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please , Could someone help me?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 00:10:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28609#M12208</guid>
      <dc:creator>endrigo</dc:creator>
      <dc:date>2017-04-17T00:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Explorer external database connection</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28610#M12209</link>
      <description>&lt;P&gt;Hi pedwards99,&lt;BR /&gt;Not opening activiti-app&lt;/P&gt;&lt;P&gt;&lt;A href="https://gi.processoverde.com.br/share/page/activiti-app" target="_blank" rel="nofollow noopener noreferrer"&gt;https://gi.processoverde.com.br/share/page/activiti-app&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;Something is wrong with this page ...&lt;/P&gt;&lt;P&gt;We may have encountered an error, or maybe something has been removed or deleted, so check to see if the URL is correct.&lt;/P&gt;&lt;P&gt;It is also possible that you do not have permission to view the page (it may be part of a private site) or that an internal error has occurred. Contact your IT staff.&lt;/P&gt;&lt;P&gt;If you are trying to access the home page and it is no longer available, change it by clicking its name on the toolbar.&lt;/P&gt;&lt;P&gt;See error in catalina.out&lt;/P&gt;&lt;P&gt;2019-12-04 17:03:25,404 ERROR [alfresco.web.site] [http-nio-8080-exec-31] javax.servlet.ServletException: Could not resolve view with name 'activiti-app' in servlet with name 'Spring Surf Dispatcher Servlet'&lt;/P&gt;&lt;P&gt;What can it be?&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Zé Brasil&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 19:09:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-explorer-external-database-connection/m-p/28610#M12209</guid>
      <dc:creator>jbrasil</dc:creator>
      <dc:date>2019-12-04T19:09:02Z</dc:date>
    </item>
  </channel>
</rss>

