<?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-rest wouldn't deploy, DB not found. jdbc.url false? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138775#M97272</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;Installing the H2 database is really simple. You can read about it here if you have Windows &lt;/SPAN&gt;&lt;A href="http://www.h2database.com/html/quickstart.html" rel="nofollow noopener noreferrer"&gt;http://www.h2database.com/html/quickstart.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have Linux or Mac Osx, just download the package and startup with java -jar h2*.jar from the bin directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it that it has become harder? The examples are still all valid for 5.11. And if you want to use the Ant script that's also still possible with 5.10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To get acquainted with Activiti, using 5.10 would work just as good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2012 08:11:13 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2012-12-14T08:11:13Z</dc:date>
    <item>
      <title>activiti-rest wouldn't deploy, DB not found. jdbc.url false?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138772#M97269</link>
      <description>Any Idea why on a Apache Tomcat 7.0.34 / JDK1.7.0 a freshly downloaded activiti-rest.war wouldn't deploy?It gives a sort of Connection is broken: "java.net.ConnectionException: connection refused: connect: localhost"in the activiti-rest db.properties you readdb=h2jdbc.driver=org.h2.Driverjdbc.url=jd</description>
      <pubDate>Thu, 13 Dec 2012 13:48:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138772#M97269</guid>
      <dc:creator>finns</dc:creator>
      <dc:date>2012-12-13T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: activiti-rest wouldn't deploy, DB not found. jdbc.url false?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138773#M97270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Luca,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Activiti Explorer uses an in-memory database so you can use it for demo purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Activiti REST application that doesn't make a lot of sense, so you need to install a H2 database first for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So that's why you get a connection exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So no we won't need to upload a new 5.11 zip file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 20:34:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138773#M97270</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-13T20:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: activiti-rest wouldn't deploy, DB not found. jdbc.url false?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138774#M97271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see your point, Tijs, but it is also somewhat confusing, because for the activity-explorer.war only a deploying in Tomcat is needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And in thread &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=5733" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=5733&lt;/A&gt;&lt;SPAN&gt; you reckon &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Ant script is not used in version 5.11 anymore.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;I only know a way to install a H2 database using the activiti/setup/ant h2.start , but since there's no more setup directory, could you point me to a neat method to invoke a H2 database which can be used by the Activiti examples?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I'm trying to work myself through your Activiti in Action book &lt;/SPAN&gt;&lt;A href="http://www.manning.com/rademakers2/" rel="nofollow noopener noreferrer"&gt;http://www.manning.com/rademakers2/&lt;/A&gt;&lt;SPAN&gt; by the way, which, with activiti-5.11 has gotten now something more - let's say - harder.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 08:00:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138774#M97271</guid>
      <dc:creator>finns</dc:creator>
      <dc:date>2012-12-14T08:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: activiti-rest wouldn't deploy, DB not found. jdbc.url false?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138775#M97272</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;Installing the H2 database is really simple. You can read about it here if you have Windows &lt;/SPAN&gt;&lt;A href="http://www.h2database.com/html/quickstart.html" rel="nofollow noopener noreferrer"&gt;http://www.h2database.com/html/quickstart.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have Linux or Mac Osx, just download the package and startup with java -jar h2*.jar from the bin directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it that it has become harder? The examples are still all valid for 5.11. And if you want to use the Ant script that's also still possible with 5.10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To get acquainted with Activiti, using 5.10 would work just as good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 08:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138775#M97272</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-14T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: activiti-rest wouldn't deploy, DB not found. jdbc.url false?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138776#M97273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may be simple, but it's not all that obvious 8-) I was trying to follow the start up guide and run the demo that you have listed here: &lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/index.html#demo.setup.one.minute.version" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/index.html#demo.setup.one.minute.version&lt;/A&gt;&lt;SPAN&gt;, which doesn't work unless you have H2 running, but it's not mentioned anywhere. Following the advice you just gave made things work properly. It would probably be helpful for others if you add that information to the quick start guide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, as a side suggestion, I would recommend defaulting the activity explorer to a file instead of an in-memory h2 database. A fellow coworker was disappointed when a restart made him lose the workflows he created while playing around with the explorer- I would suggest this violates the principle of least astonishment&amp;nbsp;&amp;nbsp; :ugeek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 15:27:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138776#M97273</guid>
      <dc:creator>groopk</dc:creator>
      <dc:date>2013-03-11T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: activiti-rest wouldn't deploy, DB not found. jdbc.url false?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138777#M97274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's a good suggestion. We'll keep that in mind…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 08:46:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-rest-wouldn-t-deploy-db-not-found-jdbc-url-false/m-p/138777#M97274</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-12T08:46:06Z</dc:date>
    </item>
  </channel>
</rss>

