<?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: Hung Process using Intermediate Start Timer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95848#M65796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an update on this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to check out the Activiti Modeler. So in my demo environment, I replaced the activiti-explorer with the new one on the download page. And now this problem seems to have gone away. My timer has fired hundreds of times without issue. I don't get any of the tracebacks.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The jar files look the same (with the exception of the additional jars used by the modeler)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 12:24:21 GMT</pubDate>
    <dc:creator>dan1</dc:creator>
    <dc:date>2012-10-30T12:24:21Z</dc:date>
    <item>
      <title>Hung Process using Intermediate Start Timer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95844#M65792</link>
      <description>Hi,I'm having issues using Intermediate Start Timer. The issue is somewhat intermittent. Sometimes the timer fires ok and invokes the delegate. Sometimes I get an ActivitiOptimisticLockingException but the timer still works. This goes on for a bit (timer works no exception intermixed with exceptions</description>
      <pubDate>Mon, 29 Oct 2012 22:56:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95844#M65792</guid>
      <dc:creator>dan1</dc:creator>
      <dc:date>2012-10-29T22:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Process using Intermediate Start Timer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95845#M65793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow … this is really, really weird.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all: do you have multiple job executors running? If you get optimistic locking exceptions, it is normally the case some other thread is trying to fire the timer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But for the redeployment … wow I've got no clue why that happens… it might be that the process is evicted from the internal cache, but then it should find the class to instantiate. Is is possible to put that in a unit test, even if it only fails sometimes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 06:32:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95845#M65793</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-30T06:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Process using Intermediate Start Timer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95846#M65794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have 2 activiti-engines running at the same time? How do you deploy the process in the first place?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 06:34:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95846#M65794</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-30T06:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Process using Intermediate Start Timer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95847#M65795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm effectively running the demo as is with the addition of 2 processes I created. I manually copy the jar files into activiti-explorer/WEB-INF/lib and restart tomcat. Then use activiti-explorer to upload the bar file and run the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My assumption is that the demo runs a single engine? Both activiti-explorer and activiti-rest are deployed in tomcat. The activiti-explorer project runs a Job Executor but I don't see anything similar for activiti-rest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In activiti-explorer config files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;applicationContext.xml:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jobExecutorActivate" value="true" /&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that I have the demo installed in 2 different environments. One uses demo.start as is after downloading 5.10. In the other case, I modified some things to run this in a mocked up version of my deployment environment. That one runs on tomcat 7.0.2. I originally saw this in my mocked up deployment environment and thought it was something I screwed up while merging the config files. But then I easily reproduce this in the original demo environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can create a unit test but it might not be today. I have to focus on some other things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 09:55:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95847#M65795</guid>
      <dc:creator>dan1</dc:creator>
      <dc:date>2012-10-30T09:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Process using Intermediate Start Timer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95848#M65796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an update on this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to check out the Activiti Modeler. So in my demo environment, I replaced the activiti-explorer with the new one on the download page. And now this problem seems to have gone away. My timer has fired hundreds of times without issue. I don't get any of the tracebacks.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The jar files look the same (with the exception of the additional jars used by the modeler)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 12:24:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95848#M65796</guid>
      <dc:creator>dan1</dc:creator>
      <dc:date>2012-10-30T12:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hung Process using Intermediate Start Timer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95849#M65797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, the jars should be the same …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you said you have two environments … if they both run the job executor and go to the same database, than the messages you see are normal. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do note that the beta modeler runs on an in-memory H2 database, while Explorer goes to one through tcp (which is mapped to the filesystem). Maybe thaty is the reason you don't see any collisions now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 07:03:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hung-process-using-intermediate-start-timer/m-p/95849#M65797</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-31T07:03:16Z</dc:date>
    </item>
  </channel>
</rss>

