<?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: Exception while initializing process engine Can't debug in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30771#M15826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should use the list of Info's… Since you're process-engine hasn't been initialized, it won't have the correct name, so getProcessEngineInfo("default") won't work, use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;public static List&amp;lt;ProcessEngineInfo&amp;gt; getProcessEngineInfos()&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;Should be one ProcessEngineInfo, containing the full stacktrace&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 12:41:46 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2011-02-15T12:41:46Z</dc:date>
    <item>
      <title>Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30768#M15823</link>
      <description>Hello,I am trying to initialize the activiti engine through a jsp scriptlet and I keep receiving this error from the console :INFO: Exception while initializing process engine &lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg/springframework/beans/factory/support/BeanDefinitionRegistrywhen I try to debug I manage to dig until the following cal</description>
      <pubDate>Tue, 15 Feb 2011 11:43:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30768#M15823</guid>
      <dc:creator>skougiou</dc:creator>
      <dc:date>2011-02-15T11:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30769#M15824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you initializing your process-engine? Are you using the ProcessEngines.getEngine()? If so, you could check out the getProcessEngineInfos(), this contains an engine-info with the full stack-trace of the exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, the message of the exception says "org/springframework/beans/factory/support/BeanDefinitionRegistry" -&amp;gt; possibly a ClassNotFound or NoClassDef? Is spring-beans on your classpath?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 12:09:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30769#M15824</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-15T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30770#M15825</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;For the engine initialization I use this call -&amp;gt;&amp;nbsp; ProcessEngine processEng = ProcessEngines.getDefaultProcessEngine();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The correct call is like this?&amp;nbsp; –&amp;gt; getProcessEngineInfos("processEng") ; ?&amp;nbsp; if it is, it returns null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the build path I have this one,&amp;nbsp; spring-beans-3.0.0.RELEASE.jar &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;( why can't I go step by step this code segment? it is the first time I encounter something like this&amp;nbsp; :shock:&amp;nbsp; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick reply &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>Tue, 15 Feb 2011 12:37:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30770#M15825</guid>
      <dc:creator>skougiou</dc:creator>
      <dc:date>2011-02-15T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30771#M15826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should use the list of Info's… Since you're process-engine hasn't been initialized, it won't have the correct name, so getProcessEngineInfo("default") won't work, use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;public static List&amp;lt;ProcessEngineInfo&amp;gt; getProcessEngineInfos()&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;Should be one ProcessEngineInfo, containing the full stacktrace&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 12:41:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30771#M15826</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-15T12:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30772#M15827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok I managed to extract the exception and I pasted it below. I have already included the spring jars…is there something that I miss?&amp;nbsp; I can't understand&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.NoClassDefFoundError: org/springframework/beans/factory/support/BeanDefinitionRegistry at org.activiti.engine.ProcessEngines.buildProcessEngine(ProcessEngines.java:152) at org.activiti.engine.ProcessEngines.initProcessEnginFromResource(ProcessEngines.java:126) at org.activiti.engine.ProcessEngines.init(ProcessEngines.java:85) at org.activiti.engine.ProcessEngines.getProcessEngine(ProcessEngines.java:183) at org.activiti.engine.ProcessEngines.getDefaultProcessEngine(ProcessEngines.java:176) at org.apache.jsp.testBPM_jsp._jspService(testBPM_jsp.java:86) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.springframework.beans.factory.support.BeanDefinitionRegistry at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) … 24 more&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:52:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30772#M15827</guid>
      <dc:creator>skougiou</dc:creator>
      <dc:date>2011-02-15T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30773#M15828</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;Seems like the class (BeanDefinitionRegistry) was found on the classpath, but an error occurred while loading. Probably a class referenced from 'BeanDefinitionRegistry' is not present on the classpath. The only obvious non-spring-beans dependency I see in that class is: org.springframework.core.AliasRegistry. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have the spring-core on your classpath as well?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:02:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30773#M15828</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-15T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30774#M15829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;well yes…unfortunately I do have org.springframework.core.AliasRegistry in my classpath. The whole package is.. I also changed from spring-core-3.0.0.RELEASE.jar&amp;nbsp;&amp;nbsp; to&amp;nbsp; spring-core-3.0.3.RELEASE.jar&amp;nbsp; but no luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 14:39:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30774#M15829</guid>
      <dc:creator>skougiou</dc:creator>
      <dc:date>2011-02-15T14:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30775#M15830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;NoClassDefFoundError means that BeanDefinitionRegistry imports can't be found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Try using all the spring libs as they are in the workspace/activiti-engine-examples/libs-runtime&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 12:16:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30775#M15830</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-02-16T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30776#M15831</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;I have taken all the libs from workspace/activiti-engine-examples/libs-runtime the problem still persists. I tried to add the jars as external to the build path and still the same. I also downloaded the spring framework 3.0.5 and the problem wasn't solved. The next thing I thought was that the class file was not inside the jar…Double checked and it is there. Any other ideas? I lastly searched for a conflicting jar inside the build path but that wasn't the case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time, this thing is starting to wind me up&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 08:50:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30776#M15831</guid>
      <dc:creator>skougiou</dc:creator>
      <dc:date>2011-02-17T08:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30777#M15832</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;I have solved the problem eventually. The solution was that I took only the runtime-libs and put them in the build path. Everything else was deleted. Apparently a .jar was conflicting. When I removed the extra jars everything went fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time and help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 10:31:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30777#M15832</guid>
      <dc:creator>skougiou</dc:creator>
      <dc:date>2011-02-17T10:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30778#M15833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting this same error. I am new to JAVA and programming. I am looking for help, please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.NoClassDefFoundError: org/springframework/core/io/Resource&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.ProcessEngineConfiguration.createProcessEngineConfigurationFromResource(ProcessEngineConfiguration.java:212)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.ProcessEngineConfiguration.createProcessEngineConfigurationFromResource(ProcessEngineConfiguration.java:208)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.impl.test.TestHelper.getProcessEngine(TestHelper.java:232)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.initializeProcessEngine(ActivitiRule.java:237)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.starting(ActivitiRule.java:205)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.startingQuietly(ActivitiRule.java:171)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.access$000(ActivitiRule.java:86)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule$1.evaluate(ActivitiRule.java:124)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.rules.RunRules.evaluate(RunRules.java:20)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.run(ParentRunner.java:309)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.lang.ClassNotFoundException: org.springframework.core.io.Resource&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.net.URLClassLoader$1.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.net.URLClassLoader$1.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.net.URLClassLoader.findClass(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; … 24 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.designer.test.ProcessTestMyProcess.startProcess(ProcessTestMyProcess.java:27)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.lang.reflect.Method.invoke(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule$1.evaluate(ActivitiRule.java:126)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.rules.RunRules.evaluate(RunRules.java:20)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.run(ParentRunner.java:309)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.finished(ActivitiRule.java:273)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.finishedQuietly(ActivitiRule.java:179)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule.access$400(ActivitiRule.java:86)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.activiti.engine.test.ActivitiRule$1.evaluate(ActivitiRule.java:135)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.rules.RunRules.evaluate(RunRules.java:20)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.junit.runners.ParentRunner.run(ParentRunner.java:309)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30778#M15833</guid>
      <dc:creator>kdinuk</dc:creator>
      <dc:date>2014-10-30T17:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exception while initializing process engine Can't debug</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30779#M15834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using Maven? If so, the class should be automatically on your classpath.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are not using a dependency mgmt system like Maven, you need to make sure the jar with the class is on your classpath. The error&amp;nbsp; tells you that 'org/springframework/core/io/Resource' is *not* on the classpath.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:11:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-while-initializing-process-engine-can-t-debug/m-p/30779#M15834</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-18T19:11:05Z</dc:date>
    </item>
  </channel>
</rss>

