<?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 Finishing Tasks: Transaction Conflict after Upgrade (5.16.1--&amp;gt;5.18) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188404#M141534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;after upgrade to 5.18 we have two processes with transaction conflicts. All other processes works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The system hangs after calling "formService.submitTaskFormData" until the lock timeout is over. Then the following errors occurs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;WARN&amp;nbsp; [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffffc1646777:-4ff5cd70:56151b4f:5da1 in state&amp;nbsp; RUN&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp; [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012095: Abort of action id 0:ffffc1646777:-4ff5cd70:56151b4f:5da1 invoked while multiple threads active within it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp; [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012108: CheckedAction::check - atomic action 0:ffffc1646777:-4ff5cd70:56151b4f:5da1 aborting with 1 threads active!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp; [org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorTrackingImpl] (Transaction Reaper Worker 0) HHH000451: Transaction afterCompletion called by a background thread; delaying afterCompletion processing until the original thread can handle it. [status=4]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp; [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012121: TransactionReaper::doCancellations worker Thread[Transaction Reaper Worker 0,5,main] successfully canceled TX 0:ffffc1646777:-4ff5cd70:56151b4f:5da1&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's irrelevant which job engine (jobExecutor / asyncExecutor) is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first problematical process fires a "runtimeService.signalEventReceived" to another process and this fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The second process is called via multi instance "call activity".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What can I do to fix the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 08:08:31 GMT</pubDate>
    <dc:creator>benpr</dc:creator>
    <dc:date>2015-10-08T08:08:31Z</dc:date>
    <item>
      <title>Finishing Tasks: Transaction Conflict after Upgrade (5.16.1--&gt;5.18)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188404#M141534</link>
      <description>after upgrade to 5.18 we have two processes with transaction conflicts. All other processes works fine.The system hangs after calling "formService.submitTaskFormData" until the lock timeout is over. Then the following errors occurs:&amp;lt;blockcode&amp;gt;WARN&amp;nbsp; [com.arjuna.ats.arjuna] (Transaction Reaper)</description>
      <pubDate>Thu, 08 Oct 2015 08:08:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188404#M141534</guid>
      <dc:creator>benpr</dc:creator>
      <dc:date>2015-10-08T08:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Finishing Tasks: Transaction Conflict after Upgrade (5.16.1--&gt;5.18)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188405#M141535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it always reproducable? If yes, we would need a unit test/process xml at minimum to be able to see what you're talking about. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:29:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188405#M141535</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-08T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finishing Tasks: Transaction Conflict after Upgrade (5.16.1--&gt;5.18)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188406#M141536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, always reproducable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the perfect world we have for all a unit test. Can you help me or give me a tip without providing a unit test?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which "process xml" do you need? The forum-upload only allows txt files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The post "how to write a unit test" has many broken links. codehaus.org…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:40:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188406#M141536</guid>
      <dc:creator>benpr</dc:creator>
      <dc:date>2015-10-08T09:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finishing Tasks: Transaction Conflict after Upgrade (5.16.1--&gt;5.18)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188407#M141537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the problem. See my other question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/content/terminateendevent-terminates-whole-process-tree-518517" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/terminateendevent-terminates-whole-process-tree-518517&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 18:32:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/finishing-tasks-transaction-conflict-after-upgrade-5-16-1-gt-5/m-p/188407#M141537</guid>
      <dc:creator>benpr</dc:creator>
      <dc:date>2015-10-08T18:32:43Z</dc:date>
    </item>
  </channel>
</rss>

