<?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 activiti engine hangs every few hours in tomcat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101049#M70097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Activti in tomcat. Everything works as intended but I have a very intriguing problem. The Activiti engine freezes after 1-2 hours and nothing happens after that until I restart the tomcat. There are no exceptions thrown..no error log etc. It just stops working. It is not the memory usage in tomcat either as all other applications keep working, only the applications which use Activiti engine stop working. Can someone throw a few pointers where I should start looking in the absence of any clues…………?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 15:41:41 GMT</pubDate>
    <dc:creator>plehal</dc:creator>
    <dc:date>2012-08-27T15:41:41Z</dc:date>
    <item>
      <title>activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101049#M70097</link>
      <description>I am using Activti in tomcat. Everything works as intended but I have a very intriguing problem. The Activiti engine freezes after 1-2 hours and nothing happens after that until I restart the tomcat. There are no exceptions thrown..no error log etc. It just stops working. It is not the memory usage</description>
      <pubDate>Mon, 27 Aug 2012 15:41:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101049#M70097</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-08-27T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101050#M70098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look if there are free database connections…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 21:00:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101050#M70098</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-08-27T21:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101051#M70099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the clue. I will check it when the server freezes next time. Unfortunately it is arbitrary when it happens and can not be reproduced consistently. I tried stress testing using Jmeter but could not reproduce the freeze condition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 17:42:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101051#M70099</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-08-28T17:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101052#M70100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You see nothing in the log at all?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using Activiti embedded, or are you using the Activiti REST app?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every call to Activiti hangs?&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>Wed, 29 Aug 2012 09:52:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101052#M70100</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-08-29T09:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101053#M70101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Activiti as WFE library in my WebApp. Freeze happens only randomly , without any log. It may be due to database connection unavailability as previously mentioned. However, in continuous stress testing it did not freeze……. may be because connections are alive due to faster requests.&amp;nbsp; I am using this in production environment (it was a challenge as there was a need for a solution in place within 4 weeks and none of the commercial vendors were&amp;nbsp; able to meet the requirements- technical, budget and timing). Anyway, I am restarting tomcat servers in the cluster every hour so the end users don't even know about this….&amp;nbsp;&amp;nbsp; I have jdbcMaxActiveConnections at 50 and in dev and QA freezing has not occurred since I bumped up this number but I want to be sure if that is what caused the freeze in the first place.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 16:17:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101053#M70101</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-08-31T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101054#M70102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Db connections does not seem to be the issue as far as I can see from MySQL end. However, if the activiti dbpool is somehow failing to get live connections – for any reason , I am at a loss to find that…. right now I am seeing only 3 connections open in MySQL database but activiti is frozen. More clues please!!!!!!!!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 16:30:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101054#M70102</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-09-18T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101055#M70103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Debug the connection pool…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 19:46:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101055#M70103</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-09-18T19:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101056#M70104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which Activit version? Old versions of Activiti did indeed have a connection pool bug, but that's fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which connection pool are you using? It sure makes a difference, see &lt;/SPAN&gt;&lt;A href="http://www.jorambarrez.be/blog/2012/04/30/dbcp_vs_c3p0_bonecp/" rel="nofollow noopener noreferrer"&gt;http://www.jorambarrez.be/blog/2012/04/30/dbcp_vs_c3p0_bonecp/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:33:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101056#M70104</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-19T08:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101057#M70105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem existed with 5.8, 5.9 and now with&amp;nbsp; 5.10, however, the issue seems to be exactly the same as described in the article.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 15:55:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101057#M70105</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-09-19T15:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: activiti engine hangs every few hours in tomcat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101058#M70106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, that's what I'm suspecting. The default ibatis connection pool isn't tuned for really heavy load I'm afraid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Give bonecp a go and let us know how it works out for you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 09:16:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-hangs-every-few-hours-in-tomcat/m-p/101058#M70106</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-20T09:16:29Z</dc:date>
    </item>
  </channel>
</rss>

