<?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: New Activiti 6 installation issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179273#M132403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does look like your jdbc connections are wrong. the exception is "Connections could not be acquired from the underlying &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;database!" coming out of the connection pool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 15:45:00 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-09-22T15:45:00Z</dc:date>
    <item>
      <title>New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179272#M132402</link>
      <description>Hi team After deploying the activiti-app.war with DB changes for SQL Server&amp;nbsp; in activiti-app.properities&amp;nbsp; it shows the following error in tomcat consoleFollowed by step given by Tijs Rade (http://bpmn20inaction.blogspot.in/2015/09/getting-started-with-new-activiti-6-ui.html)so could you please help</description>
      <pubDate>Tue, 22 Sep 2015 13:18:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179272#M132402</guid>
      <dc:creator>noor_bpm</dc:creator>
      <dc:date>2015-09-22T13:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179273#M132403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does look like your jdbc connections are wrong. the exception is "Connections could not be acquired from the underlying &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;database!" coming out of the connection pool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 15:45:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179273#M132403</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-09-22T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179274#M132404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply , could you please&amp;nbsp; provide DB configuration parameters which required for MS SQL Server 2008&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I tried using below configuration for normal java application it works fine without any issues&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.url=jdbc:sqlserver://servername:1433;databaseName=activiti6ui&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.username=xxxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.password=xxxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:05:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179274#M132404</guid>
      <dc:creator>noor_bpm</dc:creator>
      <dc:date>2015-09-28T14:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179275#M132405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help me regarding the SQL server connectivity for Activiti 6.0 beta version&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have modified the activiti-app.properities with the following and copy SQL server Driver (sqljdbc4.jar) to tomcat lib folder and inside \Tomcat 7.0\webapps\activiti-app\WEB-INF\lib also&amp;nbsp; but there is no tables are created for activiti &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and in console there is no exception as such and when i tried the &lt;/SPAN&gt;&lt;A href="http://localhost:8080/activiti-app/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-app/&lt;/A&gt;&lt;SPAN&gt; it shows below error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Status 404 - /activiti-app/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;type Status report&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;message /activiti-app/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;description The requested resource is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apache Tomcat/7.0.64&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DB properities&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;===========&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.url=jdbc:sqlserver://ServerName:1433;databaseName=activiti6ui&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.username=xxxxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.password=XXXXXX&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.dialect=org.hibernate.dialect.SQLServerDialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Noor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:05:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179275#M132405</guid>
      <dc:creator>noor_bpm</dc:creator>
      <dc:date>2015-09-28T14:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179276#M132406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I managed to get activiti-app connecting to my sql server database with these settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;datasource.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver&lt;BR /&gt;datasource.url=jdbc:sqlserver://localhost\\SQLEXPRESS;databaseName=xxx&lt;BR /&gt;datasource.username=xxx&lt;BR /&gt;datasource.password=xxx&lt;BR /&gt;hibernate.dialect=org.hibernate.dialect.SQLServer2008Dialect&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 04:01:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179276#M132406</guid>
      <dc:creator>exaltedjim</dc:creator>
      <dc:date>2015-10-05T04:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179277#M132407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heres a video on how how to install Activiti 6.0 on Oracle. The installation is similar in all types of databases. You just need to use the correct url to db.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://youtu.be/pNZGyMGEMd0" title="https://youtu.be/pNZGyMGEMd0" rel="nofollow noopener noreferrer"&gt;Activiti 6 - Part 1 - Installation on Oracle - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 04:04:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179277#M132407</guid>
      <dc:creator>sunilkumartk</dc:creator>
      <dc:date>2017-08-25T04:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: New Activiti 6 installation issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179278#M132408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to what you have, I also have the following for the database&lt;/P&gt;&lt;P&gt;datasource.min-pool-size=5&lt;/P&gt;&lt;P&gt;datasource.max-pool-size=100&lt;/P&gt;&lt;P&gt;datasource.acquire-increment=5&lt;/P&gt;&lt;P&gt;datasource.preferred-test-query=select 1&lt;/P&gt;&lt;P&gt;datasource.test-connection-on-checkin=true&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;datasource.test-connection-on-checkout=true&lt;/P&gt;&lt;P&gt;datasource.max-idle-time=1800&lt;/P&gt;&lt;P&gt;datasource.max-idle-time-excess-connections=1800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, make sure you use the correct version of the MS SQL JDBC driver depending on your version of Java - sqljdbc42 is for Java 1.8, sqljdbc41 is for java 1.7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:49:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-activiti-6-installation-issue/m-p/179278#M132408</guid>
      <dc:creator>monlee</dc:creator>
      <dc:date>2018-02-06T18:49:32Z</dc:date>
    </item>
  </channel>
</rss>

