<?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: I can't start workflow in Alfresco 4.2.e in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302845#M255975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think which the error of the workflow is caused by the SLF4JLogFactory. I believe the error is about a variable in a script task. The console log shows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2015-03-17 19:21:06,735&amp;nbsp; WARN&amp;nbsp; [bpmn.behavior.ScriptTaskActivityBehavior] [http&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-bio-8080-exec-1] Exception while executing scripttask1 : couldn't find a variab&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;le type that is able to serialize [object global]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2015-03-17 19:21:06,735&amp;nbsp; DEBUG [repo.jscript.ScriptLogger] [http-bio-8080-exec-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1] org.alfresco.service.cmr.workflow.WorkflowException: 02170032 No se pudo inic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iar el flujo de trabajo activiti$exPostAD:1:904.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check if the "script task" is getting the value of a variable correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pablo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 14:48:45 GMT</pubDate>
    <dc:creator>arak</dc:creator>
    <dc:date>2015-03-24T14:48:45Z</dc:date>
    <item>
      <title>I can't start workflow in Alfresco 4.2.e</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302843#M255973</link>
      <description>Hi! i am doing a example workflow called "publishWhitePaper" of a tutorial, but at the moment of do clic in START WORKFLOW i have an error:http://imageshack.com/a/img537/6402/X8YhcK.png with the next messages of console https://dl.dropboxusercontent.com/u/34645170/error.txt . I check all code , but</description>
      <pubDate>Wed, 18 Mar 2015 19:15:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302843#M255973</guid>
      <dc:creator>meijiwolf</dc:creator>
      <dc:date>2015-03-18T19:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start workflow in Alfresco 4.2.e</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302844#M255974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Class org.apache.commons.logging.impl.SLF4JLogFactory does not implement org.apache.commons.logging.LogFactory&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I can see from your log you have conflict of libraries… Take a look at the following post -&amp;gt; &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/9460864/common-logging-jar-conflict-with-apache-axis-soap-client" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/9460864/common-logging-jar-conflict-with-apache-axis-soap-client&lt;/A&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 12:09:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302844#M255974</guid>
      <dc:creator>s_palyukh</dc:creator>
      <dc:date>2015-03-19T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start workflow in Alfresco 4.2.e</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302845#M255975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think which the error of the workflow is caused by the SLF4JLogFactory. I believe the error is about a variable in a script task. The console log shows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2015-03-17 19:21:06,735&amp;nbsp; WARN&amp;nbsp; [bpmn.behavior.ScriptTaskActivityBehavior] [http&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-bio-8080-exec-1] Exception while executing scripttask1 : couldn't find a variab&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;le type that is able to serialize [object global]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 2015-03-17 19:21:06,735&amp;nbsp; DEBUG [repo.jscript.ScriptLogger] [http-bio-8080-exec-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1] org.alfresco.service.cmr.workflow.WorkflowException: 02170032 No se pudo inic&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iar el flujo de trabajo activiti$exPostAD:1:904.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check if the "script task" is getting the value of a variable correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pablo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:48:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/i-can-t-start-workflow-in-alfresco-4-2-e/m-p/302845#M255975</guid>
      <dc:creator>arak</dc:creator>
      <dc:date>2015-03-24T14:48:45Z</dc:date>
    </item>
  </channel>
</rss>

