<?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 5.11 - ClassNotFound and then found, crazy run in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136920#M96035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a very rare problem with activiti 5.11 . I have a simple process that only executes code from a certain class, named UpdateSQLProcessTask every x amount of hours.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what happened , all in the same run last night while noone had access to the server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. First Activiti logs say it couldn't find the java class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Dec 12, 2012 5:15:22 AM org.activiti.engine.impl.interceptor.CommandContext close&lt;BR /&gt;SEVERE: Error while closing command context&lt;BR /&gt;org.activiti.engine.ActivitiException: couldn't instantiate class com.zukbox.bpmn.process.UpdateSQLProcessTask&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.util.ReflectUtil.instantiate(ReflectUtil.java:131)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.bpmn.helper.ClassDelegate.instantiateDelegate(ClassDelegate.java:162)&lt;BR /&gt;….&lt;BR /&gt;Caused by: org.activiti.engine.ActivitiClassLoadingException: Class not found: com.zukbox.bpmn.process.UpdateSQLProcessTask&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.util.ReflectUtil.loadClass(ReflectUtil.java:81)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.util.ReflectUtil.instantiate(ReflectUtil.java:128)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; … 58 more&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: com.zukbox.bpmn.process.UpdateSQLProcessTask&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1714)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1559)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Class.forName0(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Class.forName(Class.java:264)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [color=#FF0000]at org.activiti.engine.impl.util.ReflectUtil.loadClass(ReflectUtil.java:62)[/color]&lt;BR /&gt;….&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;SPAN&gt;2. That happened for 10 to 12 timers, then it somehow started working, meaning it found the class and managed to run the code inside &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the execute method. ( Take note that this stack trace is following the stack trace above, in red to make it more clear)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;[color=#FF0000]at org.activiti.engine.impl.util.ReflectUtil.loadClass(ReflectUtil.java:62)[/color]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; … 59 more&lt;BR /&gt;Dec 12, 2012 5:15:24 AM org.activiti.engine.impl.interceptor.CommandContext close&lt;BR /&gt;SEVERE: Error while closing command context&lt;BR /&gt;org.activiti.engine.ActivitiOptimisticLockingException: TimerEntity[71397] was updated by another transaction concurrently&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.db.DbSqlSession.flushUpdates(DbSqlSession.java:652)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.db.DbSqlSession.flush(DbSqlSession.java:460)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.activiti.engine.impl.interceptor.CommandContext.flushSessions(CommandContext.java:167)&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;SPAN&gt;3. This morning, I went into Activiti and checked how the jobs were and most of them ran like option n2 but there were a good amount of jobs that failed with n1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I avoid this from happening again? It has happened to me before but I convinced myself that I was nuts and that I made a mistake. This time I'm sure I didn't screw it ! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm really worried about this situation, please any kind of guidance will be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Federico&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 12:09:16 GMT</pubDate>
    <dc:creator>fwachs</dc:creator>
    <dc:date>2012-12-12T12:09:16Z</dc:date>
    <item>
      <title>Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136920#M96035</link>
      <description>Hi all,I'm having a very rare problem with activiti 5.11 . I have a simple process that only executes code from a certain class, named UpdateSQLProcessTask every x amount of hours.This is what happened , all in the same run last night while noone had access to the server:1. First Activiti logs say i</description>
      <pubDate>Wed, 12 Dec 2012 12:09:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136920#M96035</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-12T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136921#M96036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1: classes on&amp;nbsp; a remote filesystem that is not accessible for a short period?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2: this can happen. Search the forum and docs about optimistic lock exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3: no idea…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 07:40:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136921#M96036</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-12-13T07:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136922#M96037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1: classes on&amp;nbsp; a remote filesystem that is not accessible for a short period?&lt;BR /&gt;&lt;BR /&gt;2: this can happen. Search the forum and docs about optimistic lock exceptions.&lt;BR /&gt;&lt;BR /&gt;3: no idea…&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thanks for your interest in this post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Nope, everything is on the same HDD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I know it can, not my main concern here though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Same here &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 11:25:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136922#M96037</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-13T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136923#M96038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem continues to happen no matter what I do…I've tried deploying the jar file multiple times, deleting the entire explorer webapp and deploying it again, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No ideas anyone? Anything &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 18:48:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136923#M96038</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-13T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136924#M96039</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;Is this only happening sometimes or can it be easily reproduced? Then I can look into it.&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>Thu, 13 Dec 2012 20:19:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136924#M96039</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-13T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136925#M96040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is this only happening sometimes or can it be easily reproduced? Then I can look into it.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Nope, there's no easy easy way to reproduce this…It happens with some of my processes but not all of them and only when they are running on a timer, if I execute the job then it all works like it should.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 21:18:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136925#M96040</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-13T21:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136926#M96041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay fair enough. Some more questions to get this reproduced then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using a timer start event? And after this timer start event there's a service task that invokes a Java class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using a Spring bean with an expression or the class attribute of the service task element?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you deploy the JAR to the WEB-INF/lib of the application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using the Activiti Explorer or a self made application?&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>Fri, 14 Dec 2012 08:14:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136926#M96041</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-14T08:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136927#M96042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Okay fair enough. Some more questions to get this reproduced then.&lt;BR /&gt;Are you using a timer start event? And after this timer start event there's a service task that invokes a Java class?&lt;BR /&gt;Are you using a Spring bean with an expression or the class attribute of the service task element?&lt;BR /&gt;Did you deploy the JAR to the WEB-INF/lib of the application?&lt;BR /&gt;Are you using the Activiti Explorer or a self made application?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I'm using a timer start event, and yes after that timer there's a service task that executes a Java Delegate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the class attribute of the service task element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The JAR file is on WEB-INF/lib of the explorer webapp (/opt/tomcat-activiti/webapps/activiti-explorer/WEB-INF/lib/).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the Activiti Explorer, I only changed 2 files: db.properties and activiti-standalone-context.xml, to add a simple spring bean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="https://s3.amazonaws.com/zukbox-test/resources/problem.png" rel="nofollow noopener noreferrer"&gt;https://s3.amazonaws.com/zukbox-test/resources/problem.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've narrowed down the problem to a single process, it's always the same process that it's failling, I could share the xml file via PM if you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried re uploading the xml but…same result &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 12:54:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136927#M96042</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-14T12:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136928#M96043</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 also did some experiments with a similar process definition and class implementation, and I didn't run into any issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What did you define as a Spring bean? Because you said you are using a Java delegate with the class attribute?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, please share your process definition.&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>Sat, 15 Dec 2012 08:27:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136928#M96043</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-15T08:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136929#M96044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've sent the process definition over PM , let me know if you have any doubts or concerns. This continues to be a problem on prod on a daily basis.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 23:45:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136929#M96044</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-17T23:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136930#M96045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alright, the problem was quite simple. I had deployed both rest and explorer webapps without deploying my custom classes to the rest webapp. So whenever the rest app started processing one of the jobs there were on the database it failed because of ClassNotFoundException, of course. It was even harder to catch since both rest and explorer webapps write their logs to catalina.out only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This thread can now be closed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 11:16:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136930#M96045</guid>
      <dc:creator>fwachs</dc:creator>
      <dc:date>2012-12-24T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.11 - ClassNotFound and then found, crazy run</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136931#M96046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay thanks for reporting back!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Faith in normal JVM operation has been restored &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 08:55:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-11-classnotfound-and-then-found-crazy-run/m-p/136931#M96046</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-26T08:55:48Z</dc:date>
    </item>
  </channel>
</rss>

