<?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: version 6 activiti-app and activiti-rest deployment problem on tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210714#M163844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like the activiti app is not configured with a correct database. It can't get a connection from the configured database at least. Did you read my blog post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bpmn20inaction.blogspot.com/2015/09/getting-started-with-new-activiti-6-ui.html" rel="nofollow noopener noreferrer"&gt;http://bpmn20inaction.blogspot.com/2015/09/getting-started-with-new-activiti-6-ui.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Sep 2015 16:48:44 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2015-09-12T16:48:44Z</dc:date>
    <item>
      <title>version 6 activiti-app and activiti-rest deployment problem on tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210713#M163843</link>
      <description>Hi,I'm just trying out the new activiti 6 beta1 and spent some time wondering about this strange behavior - maybe it's a bug ; or maybe some others might be helped when they encounter this issue:What I did: - using Tomcat7&amp;nbsp; and postrgres 9.3 as database - downloaded activiti-rest and activiti-app ;</description>
      <pubDate>Tue, 08 Sep 2015 13:11:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210713#M163843</guid>
      <dc:creator>pclaeys</dc:creator>
      <dc:date>2015-09-08T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: version 6 activiti-app and activiti-rest deployment problem on tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210714#M163844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like the activiti app is not configured with a correct database. It can't get a connection from the configured database at least. Did you read my blog post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bpmn20inaction.blogspot.com/2015/09/getting-started-with-new-activiti-6-ui.html" rel="nofollow noopener noreferrer"&gt;http://bpmn20inaction.blogspot.com/2015/09/getting-started-with-new-activiti-6-ui.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2015 16:48:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210714#M163844</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-09-12T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: version 6 activiti-app and activiti-rest deployment problem on tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210715#M163845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I encountered the same erros/problem and it was indeed due to bad database config.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the database config is slightly different between the activiti-rest and activiti-app (you cannot just copy past the db config): &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- activiti-app/WEB-INF/classes/META-INF/activiti-app/activiti-app.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.driver=org.postgresql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.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://HOST/db&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.username=aaaa&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;datasource.password=aaaa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- /activiti-rest/WEB-INF/classes/db.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.driver=org.postgresql.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://HOST/db&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.username=aaaa&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jdbc.password=aaaa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Spille&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:50:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210715#M163845</guid>
      <dc:creator>spille</dc:creator>
      <dc:date>2016-01-28T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: version 6 activiti-app and activiti-rest deployment problem on tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210716#M163846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One question, when making activiti-app &amp;amp; activiti-rest point to the same db, it report table conflict, how to resolve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 02:47:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210716#M163846</guid>
      <dc:creator>k82cn</dc:creator>
      <dc:date>2017-09-20T02:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: version 6 activiti-app and activiti-rest deployment problem on tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210717#M163847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the exact same problem, even if I dont change the activiti-app.war (so it also fails to deploy with h2-in-memory).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also: Your blog link seems to be not there anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any source I can get some more information on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 18:13:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210717#M163847</guid>
      <dc:creator>ksgphellow</dc:creator>
      <dc:date>2017-10-31T18:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: version 6 activiti-app and activiti-rest deployment problem on tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210718#M163848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have looked closely to in memory database you could have find that&amp;nbsp; it users a different schema/database for activiti-admin and activiti-app . activiti-app and activiti-rest can point to same database. I tried creating same I It worked for me. also make sure not to run the insert query,let the app create the database table for you&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2018 07:50:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-6-activiti-app-and-activiti-rest-deployment-problem-on/m-p/210718#M163848</guid>
      <dc:creator>amitbhoyar</dc:creator>
      <dc:date>2018-05-04T07:50:21Z</dc:date>
    </item>
  </channel>
</rss>

