<?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: Simple question Can't change H2 parameters-exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179333#M132463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, yes. You are pointing it to a standalone H2 server over tcp. You need to have that running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 13:22:03 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-05-07T13:22:03Z</dc:date>
    <item>
      <title>Simple question Can't change H2 parameters-exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179332#M132462</link>
      <description>I am just starting with activitiThese are default database connectivity parameters found in /webapps/activiti-explorer/WEB-INF/classes/db.properties:db=h2jdbc.driver=org.h2.Driverjdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000jdbc.username=sajdbc.password=I want to change default memory database t</description>
      <pubDate>Wed, 06 May 2015 16:29:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179332#M132462</guid>
      <dc:creator>vitalygoji</dc:creator>
      <dc:date>2015-05-06T16:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question Can't change H2 parameters-exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179333#M132463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, yes. You are pointing it to a standalone H2 server over tcp. You need to have that running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:22:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179333#M132463</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-05-07T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question Can't change H2 parameters-exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179334#M132464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just encountered exactly the same issue running Activiti 5.18 on Tomcat 8.0.28, accessing H2 1.4.190.jar running as a standalone server over tcp. (I'd set things up in accordance with &lt;/SPAN&gt;&lt;A href="https://forums.activiti.org/comment/17393#comment-17393" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/comment/17393#comment-17393&lt;/A&gt;&lt;SPAN&gt; so was confident that it should work).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An initial solution for me was to revert to an earlier H2 release, specifically 1.3.175. That at least let me connect to the database, however, when I stop and restart Tomcat the error recurs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've raised a JIRA about the first part (the need to revert) but am still tryin to understand more about the second.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also a newcomer to Activiti so, my apologies if the points I raise seem trivial.&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;Andy McC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 13:28:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179334#M132464</guid>
      <dc:creator>andymcc</dc:creator>
      <dc:date>2015-10-30T13:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question Can't change H2 parameters-exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179335#M132465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this is caused by a incompatibility between the client and the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in activiti we use that dependency:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;dependency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;groupId&amp;gt;com.h2database&amp;lt;/groupId&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;artifactId&amp;gt;h2&amp;lt;/artifactId&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;version&amp;gt;1.3.176&amp;lt;/version&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/dependency&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that means the connection with H2 version 1.3.176 is guaranteed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you would like to use H2 1.4.190 then you have to use the 1.4.190 library in the client side. (just tested with this version and is working)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 10:54:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179335#M132465</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-11-02T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question Can't change H2 parameters-exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179336#M132466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for replying Vasile.&amp;nbsp; I was working with a clean installation the latest Tomcat, h2 and Activiti *binaries*, so hadn't been aware of that dependency. I'll know to look at the source/pom in future before posting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy McC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 16:43:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-question-can-t-change-h2-parameters-exception/m-p/179336#M132466</guid>
      <dc:creator>andymcc</dc:creator>
      <dc:date>2015-11-02T16:43:53Z</dc:date>
    </item>
  </channel>
</rss>

