<?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: Does Job Executor launch Service Tasks more than once? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73488#M47968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;keymaster, please google for these settings for oracle, presume it's a property in the datasource configuration/jdbc-url…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 08:58:19 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2012-11-19T08:58:19Z</dc:date>
    <item>
      <title>Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73483#M47963</link>
      <description>I made process for a user to launch in Explorer that polls for a file until it finds it or exceeds a set timelimit.&amp;nbsp; I initially used an IntermediateTimerEvent, but I kept getting exceptions that the time was simultaneously updated by another transaction.&amp;nbsp; So, I wrote a Java class to run in a loop l</description>
      <pubDate>Tue, 06 Dec 2011 18:09:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73483#M47963</guid>
      <dc:creator>ct1</dc:creator>
      <dc:date>2011-12-06T18:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73484#M47964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is normal behaviour. The jobexecutor assumes that tasks it needs to run take less time than 5 minutes. If they take longer, it assumes the job is stuck and it re-executes it. Solving the problem the way you do in the java class is kind of wrong… For long running external jobs use the send/receive mechanism.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ronald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 18:35:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73484#M47964</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-06T18:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73485#M47965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and how is the reexecution trigger? It it done by setting then JOB.LOCK_EXP_TIME_ to "now + 5 Min"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Wolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 11:43:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73485#M47965</guid>
      <dc:creator>keymaster</dc:creator>
      <dc:date>2012-11-16T11:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73486#M47966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it is. The expiration-time can be altered by overriding the Job-executor. Keep in mind, though, that certain databases have a transaction-timeout that may occur when, when transaction is kept open too long when executing the long-running job.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 12:27:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73486#M47966</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-16T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73487#M47967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you tell me where the DB transaction timeout is configured and how it is set by default for ORACLE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Wolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 12:34:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73487#M47967</guid>
      <dc:creator>keymaster</dc:creator>
      <dc:date>2012-11-18T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73488#M47968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;keymaster, please google for these settings for oracle, presume it's a property in the datasource configuration/jdbc-url…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 08:58:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73488#M47968</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-11-19T08:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73489#M47969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Fred,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This might a simple question, please do confirm the below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope the above is the case only with the RUN execution task and not for a wait task(Wait Timer Event definition ) as the sole purpose of to to wait for longer durations than 5mins.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 15:02:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73489#M47969</guid>
      <dc:creator>rajkumarchari82</dc:creator>
      <dc:date>2013-06-18T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73490#M47970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wait states (eg receive task) do not keep any transaction open. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 09:45:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73490#M47970</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-19T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does Job Executor launch Service Tasks more than once?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73491#M47971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the 'send/receive' mechanism? (I'm running into a problem similar to the one described in this thread – on activiti 5.15.1)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 20:33:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-job-executor-launch-service-tasks-more-than-once/m-p/73491#M47971</guid>
      <dc:creator>jvoris</dc:creator>
      <dc:date>2014-06-16T20:33:24Z</dc:date>
    </item>
  </channel>
</rss>

