Hi All,
I come across this issue very often. The only thing I have done up till now to get rid of this was to delete activiti-explorer folder from tomcat webapps and then start again. But I really need to understand whats going wrong.
It always gets struck at this message on screen
11:21:28,309 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
There is nothing written in tomcat logs to see what went wrong.
Need your help to resolve this. Thanks.
Below is what I see on screen when I start tomcat. As you can see, it gets struck at "Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml"
—————————–
27-Apr-2015 11:21:00.753 INFO [main] org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat Native library which al
lows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.7.0_76\bin;C:\Window
s\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell
\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Apache Software Foundation\apache-maven-3.2.5\bin;C:\Program Files (x86)\Sky
pe\Phone\;.
27-Apr-2015 11:21:01.462 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
27-Apr-2015 11:21:01.533 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write
/read
27-Apr-2015 11:21:01.541 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
27-Apr-2015 11:21:01.555 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write
/read
27-Apr-2015 11:21:01.557 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1840 ms
27-Apr-2015 11:21:01.659 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
27-Apr-2015 11:21:01.660 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.9
27-Apr-2015 11:21:01.791 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive 😧
\Tomcat\apache-tomcat-8.0.9\webapps\activiti-explorer.war
27-Apr-2015 11:21:01.857 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRu
le]{Context} Setting property 'antiJARLocking' to 'true' did not find a matching property.
11:21:20,176 [localhost-startStop-1] INFO org.springframework.web.context.support.AnnotationConfigWebApplicationContext - Refreshing Root
WebApplicationContext: startup date [Mon Apr 27 11:21:20 IST 2015]; root of context hierarchy
11:21:20,525 [localhost-startStop-1] INFO org.springframework.web.context.support.AnnotationConfigWebApplicationContext - Registering ann
otated classes: [class org.activiti.explorer.conf.ApplicationConfiguration]
11:21:20,938 [localhost-startStop-1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions fr
om class path resource [activiti-ui-context.xml]
11:21:21,357 [localhost-startStop-1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions fr
om class path resource [activiti-login-context.xml]
11:21:21,386 [localhost-startStop-1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions fr
om class path resource [activiti-custom-context.xml]
11:21:21,430 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'dataSource': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; au
towireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=dataSource; initMethodName=null; destro
yMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Generic bean:
class [org.apache.commons.dbcp.BasicDataSource]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandida
te=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path re
source [activiti-custom-context.xml]]
11:21:21,434 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'transactionManager': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyChe
ck=0; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=annotationDrivenTransactionMana
ger; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfigurat
ion.class]] with [Generic bean: class [org.springframework.jdbc.datasource.DataSourceTransactionManager]; scope=; abstract=false; lazyInit=
false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodNa
me=null; destroyMethodName=null; defined in class path resource [activiti-custom-context.xml]]
11:21:21,440 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'processEngineConfiguration': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; depen
dencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=processEngineConfigurat
ion; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfigurat
ion.class]] with [Generic bean: class [org.activiti.spring.SpringProcessEngineConfiguration]; scope=; abstract=false; lazyInit=false; autow
ireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; des
troyMethodName=null; defined in class path resource [activiti-custom-context.xml]]
11:21:21,443 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'processEngine': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0;
autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=processEngine; initMethodName=null;
destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Generic
bean: class [org.activiti.spring.ProcessEngineFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; auto
wireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=destroy; defined in
class path resource [activiti-custom-context.xml]]
11:21:21,445 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'repositoryService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyChec
k=0; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=repositoryService; initMethodNam
e=null; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [
Generic bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fals
e; factoryBeanName=processEngine; factoryMethodName=getRepositoryService; initMethodName=null; destroyMethodName=null; defined in class pat
h resource [activiti-custom-context.xml]]
11:21:21,446 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'runtimeService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0
; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=runtimeService; initMethodName=null
; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Generi
c bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fac
toryBeanName=processEngine; factoryMethodName=getRuntimeService; initMethodName=null; destroyMethodName=null; defined in class path resourc
e [activiti-custom-context.xml]]
11:21:21,448 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'taskService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; a
utowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=taskService; initMethodName=null; dest
royMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Generic bean
: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBe
anName=processEngine; factoryMethodName=getTaskService; initMethodName=null; destroyMethodName=null; defined in class path resource [activi
ti-custom-context.xml]]
11:21:21,450 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'formService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; a
utowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=formService; initMethodName=null; dest
royMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Generic bean
: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBe
anName=processEngine; factoryMethodName=getFormService; initMethodName=null; destroyMethodName=null; defined in class path resource [activi
ti-custom-context.xml]]
11:21:21,452 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'historyService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0
; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=historyService; initMethodName=null
; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Generi
c bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fac
toryBeanName=processEngine; factoryMethodName=getHistoryService; initMethodName=null; destroyMethodName=null; defined in class path resourc
e [activiti-custom-context.xml]]
11:21:21,454 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'managementService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyChec
k=0; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=managementService; initMethodNam
e=null; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [
Generic bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=fals
e; factoryBeanName=processEngine; factoryMethodName=getManagementService; initMethodName=null; destroyMethodName=null; defined in class pat
h resource [activiti-custom-context.xml]]
11:21:21,456 [localhost-startStop-1] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definiti
on for bean 'identityService': replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=
0; autowireCandidate=true; primary=false; factoryBeanName=activitiEngineConfiguration; factoryMethodName=identityService; initMethodName=nu
ll; destroyMethodName=(inferred); defined in class path resource [org/activiti/explorer/conf/ActivitiEngineConfiguration.class]] with [Gene
ric bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; f
actoryBeanName=processEngine; factoryMethodName=getIdentityService; initMethodName=null; destroyMethodName=null; defined in class path reso
urce [activiti-custom-context.xml]]
11:21:22,024 [localhost-startStop-1] INFO org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties fil
e from class path resource [ui.properties]
11:21:22,034 [localhost-startStop-1] INFO org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties fil
e from class path resource [db.properties]
11:21:27,118 [localhost-startStop-1] INFO org.activiti.engine.impl.ProcessEngineImpl - ProcessEngine default created
11:21:27,121 [localhost-startStop-1] INFO org.activiti.engine.impl.jobexecutor.JobExecutor - Starting up the JobExecutor[org.activiti.eng
ine.impl.jobexecutor.DefaultJobExecutor].
11:21:27,130 [Thread-5] INFO org.activiti.engine.impl.jobexecutor.AcquireJobsRunnableImpl - JobExecutor[org.activiti.engine.impl.jobexecu
tor.DefaultJobExecutor] starting to acquire jobs
11:21:27,255 [localhost-startStop-1] INFO org.activiti.explorer.conf.DemoDataConfiguration - Initializing demo groups
11:21:27,425 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,436 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,439 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,441 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,523 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,531 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,542 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,547 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,553 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,555 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,602 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,605 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,619 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,622 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,637 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.png
11:21:27,638 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.bpmn20.xml
11:21:27,918 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,919 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,920 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,919 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,922 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,919 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,927 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,919 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,938 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,919 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,941 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,918 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,918 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/FixSystemFailureProcess.png
11:21:27,953 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,919 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:27,954 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/VacationRequest.bpmn20.xml
11:21:28,057 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,057 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,057 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,057 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,065 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,072 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,057 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,057 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,057 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,057 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/createTimersProcess.bpmn20.xml
11:21:28,086 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,082 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,070 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,125 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,138 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,151 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,138 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,138 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,158 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,159 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,128 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,162 [pool-1-thread-6] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,125 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,166 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,166 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,169 [pool-1-thread-2] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,175 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,178 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,180 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,157 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,157 [pool-1-thread-1] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,148 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,190 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,190 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,146 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,143 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.bpmn20.xml
11:21:28,229 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,243 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,254 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,196 [pool-1-thread-4] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,187 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,183 [pool-1-thread-7] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,260 [pool-1-thread-5] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,239 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/reviewSalesLead.reviewSaledLead.png
11:21:28,286 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.png
11:21:28,286 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/Helpdesk.bpmn20.xml
11:21:28,295 [pool-1-thread-3] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml
11:21:28,309 [pool-1-thread-8] INFO org.activiti.engine.impl.bpmn.deployer.BpmnDeployer - Processing resource org/activiti/explorer/demo/
process/simple-approval.bpmn20.xml