____ _ ____ ____ __ __ / ___| __ _ _ __ ___ _ _ _ __ __| | __ _ | __ )| _ \| \/ | | | / _` | '_ ` _ \| | | | '_ \ / _` |/ _` | | _ \| |_) | |\/| | | |__| (_| | | | | | | |_| | | | | (_| | (_| | | |_) | __/| | | | \____/\__,_|_| |_| |_|\__,_|_| |_|\__,_|\__,_| |____/|_| |_| |_| Spring-Boot: (v2.2.1.RELEASE) Camunda BPM: (v7.12.0) Camunda BPM Spring Boot Starter: (v3.4.0) 2020-01-13 13:34:52.731 INFO 22998 --- [ main] o.c.b.s.b.e.simple.SimpleApplication : Starting SimpleApplication on neodym.local with PID 22998 (/Users/tasso/camunda-bpm-examples/spring-boot-starter/example-simple/target/camunda-bpm-spring-boot-starter-example-simple-0.0.1-SNAPSHOT.jar started by tasso in /Users/tasso/camunda-bpm-examples/spring-boot-starter/example-simple) 2020-01-13 13:34:52.734 INFO 22998 --- [ main] o.c.b.s.b.e.simple.SimpleApplication : No active profile set, falling back to default profiles: default 2020-01-13 13:34:53.492 INFO 22998 --- [ main] org.camunda.bpm.spring.boot : STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10 2020-01-13 13:34:53.538 INFO 22998 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'camundaTaskExecutor' 2020-01-13 13:34:53.735 INFO 22998 --- [ main] org.camunda.bpm.engine.cfg : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, failedJobConfiguration, disableDeploymentResourcePattern, eventPublisherPlugin]' activated on process engine 'default' 2020-01-13 13:34:53.740 INFO 22998 --- [ main] org.camunda.bpm.spring.boot : STARTER-SB020 ProcessApplication enabled: autoDeployment via springConfiguration#deploymentResourcePattern is disabled 2020-01-13 13:34:53.741 INFO 22998 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin. 2020-01-13 13:34:53.741 INFO 22998 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-003: Task events will be published as Spring Events. 2020-01-13 13:34:53.741 INFO 22998 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-005: Execution events will be published as Spring Events. 2020-01-13 13:34:53.744 INFO 22998 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-007: History events will be published as Spring events. 2020-01-13 13:34:53.894 INFO 22998 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2020-01-13 13:34:54.112 INFO 22998 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2020-01-13 13:34:56.733 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'engine' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.engine.sql' 2020-01-13 13:34:56.780 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'history' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.history.sql' 2020-01-13 13:34:56.798 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'identity' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.identity.sql' 2020-01-13 13:34:56.822 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'case.engine' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.case.engine.sql' 2020-01-13 13:34:56.836 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'case.history' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.case.history.sql' 2020-01-13 13:34:56.841 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'decision.engine' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.decision.engine.sql' 2020-01-13 13:34:56.853 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03016 Performing database operation 'create' on component 'decision.history' with resource 'org/camunda/bpm/engine/db/create/activiti.h2.create.decision.history.sql' 2020-01-13 13:34:56.887 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03067 No history level property found in database 2020-01-13 13:34:56.888 INFO 22998 --- [ main] org.camunda.bpm.engine.persistence : ENGINE-03065 Creating historyLevel property in database for level: HistoryLevelFull(name=full, id=3) 2020-01-13 13:34:56.957 INFO 22998 --- [ main] org.camunda.bpm.engine : ENGINE-00001 Process Engine default created. 2020-01-13 13:34:57.114 INFO 22998 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2020-01-13 13:34:57.152 INFO 22998 --- [ scheduling-1] ication$$EnhancerBySpringCGLIB$$74fafcfa : processInstance not yet started! 2020-01-13 13:34:57.235 INFO 22998 --- [ main] org.camunda.bpm.container : ENGINE-08024 Found processes.xml file at jar:file:/Users/tasso/camunda-bpm-examples/spring-boot-starter/example-simple/target/camunda-bpm-spring-boot-starter-example-simple-0.0.1-SNAPSHOT.jar!/META-INF/processes.xml 2020-01-13 13:34:57.235 INFO 22998 --- [ main] org.camunda.bpm.container : ENGINE-08025 Detected empty processes.xml file, using default values 2020-01-13 13:34:57.250 INFO 22998 --- [ main] org.camunda.bpm.container : ENGINE-08023 Deployment summary for process archive 'mySimpleApplication': BOOT-INF/classes/bpmn/sample.bpmn 2020-01-13 13:34:57.471 INFO 22998 --- [ main] org.camunda.bpm.application : ENGINE-07021 ProcessApplication 'mySimpleApplication' registered for DB deployments [1b8b9145-3601-11ea-ac1d-be271c896310]. Will execute process definitions Sample[version: 1, id: Sample:1:1ba13c27-3601-11ea-ac1d-be271c896310] Deployment does not provide any case definitions. 2020-01-13 13:34:57.482 INFO 22998 --- [ main] ication$$EnhancerBySpringCGLIB$$74fafcfa : postDeploy: PostDeployEvent{processEngine=org.camunda.bpm.engine.impl.ProcessEngineImpl@399c4be1} 2020-01-13 13:34:57.543 INFO 22998 --- [ main] o.c.b.s.boot.example.simple.Showcase : started instance: 1ba72f99-3601-11ea-ac1d-be271c896310 2020-01-13 13:34:57.616 INFO 22998 --- [ main] o.c.b.s.boot.example.simple.Showcase : completed task: Task[1baa3cdc-3601-11ea-ac1d-be271c896310] 2020-01-13 13:34:57.616 INFO 22998 --- [ main] org.camunda.bpm.container : ENGINE-08050 Process application mySimpleApplication successfully deployed 2020-01-13 13:34:57.620 INFO 22998 --- [ main] o.c.b.s.b.e.simple.SimpleApplication : Started SimpleApplication in 5.32 seconds (JVM running for 5.791) 2020-01-13 13:34:57.630 INFO 22998 --- [ main] ication$$EnhancerBySpringCGLIB$$74fafcfa : CommandLineRunner#run() - SpringBootProcessApplication..EnhancerBySpringCGLIB..92390b33[springApplicationName=Optional[simpleApplication],contextPath=/,camundaBpmProperties=CamundaBpmProperties[enabled=true, processEngineName=default, generateUniqueProcessEngineName=false, generateUniqueProcessApplicationName=false, historyLevel=full, historyLevelDefault=full, autoDeploymentEnabled=true, deploymentResourcePattern=[classpath*:**/*.cmmn, classpath*:**/*.cmmn11.xml, classpath*:**/*.bpmn, classpath*:**/*.cmmn10.xml, classpath*:**/*.dmn11.xml, classpath*:**/*.dmn, classpath*:**/*.bpmn20.xml], defaultSerializationFormat=application/x-java-serialized-object, licenseFile=null, metrics=MetricsProperty[enabled=false, dbReporterActivate=false], database=DatabaseProperty[type=null, schemaUpdate=true, schemaName=null, tablePrefix=, jdbcBatchProcessing=true], jpa=JpaProperty[enabled=false, persistenceUnitName=null, closeEntityManager=true, handleTransaction=true], jobExecution=JobExecutionProperty[enabled=true, deploymentAware=false, corePoolSize=3, maxPoolSize=10, keepAliveSeconds=null, queueCapacity=3, lockTimeInMillis=null, maxJobsPerAcquisition=null, waitTimeInMillis=null, maxWait=null, backoffTimeInMillis=null, maxBackoff=null, backoffDecreaseThreshold=null, waitIncreaseFactor=null], webapp=WebappProperty[indexRedirectEnabled=true, webjarClasspath='/META-INF/resources/webjars/camunda', securityConfigFile='/securityFilterRules.json', csrf='CsrfProperties[targetOrigin=null, denyStatus='null', randomClass='null', entryPoints='[]', enableSecureCookie='false', enableSameSiteCookie='true', sameSiteCookieOption='null', sameSiteCookieValue='null', cookieName='null']', headerSecurityProperties='HeaderSecurityProperties[xssProtectionDisabled=false, xssProtectionOption=null, xssProtectionValue=null, contentSecurityPolicyDisabled=false, contentSecurityPolicyValue=null, contentTypeOptionsDisabled=false, contentTypeOptionsValue=null]'], authorization=AuthorizationProperty[enabled=false, enabledForCustomCode=false, authorizationCheckRevokes=auto, tenantCheckEnabled=true], genericProperties=GenericProperties[properties={}, ignoreUnknownFields=false], adminUser=AdminUserProperty[id=null, firstName=null, lastName=null, email=null, password=******], filter=FilterProperty[create=null], idGenerator=strong, jobExecutorAcquireByPriority=null, defaultNumberOfRetriesnull],processEngine=org.camunda.bpm.engine.impl.ProcessEngineImpl@399c4be1,eventPublisher=org.springframework.context.annotation.AnnotationConfigApplicationContext@66d33a, started on Mon Jan 13 13:34:52 CET 2020,properties={servletContextPath=/},applicationContext=org.springframework.context.annotation.AnnotationConfigApplicationContext@66d33a, started on Mon Jan 13 13:34:52 CET 2020,beanName=mySimpleApplication,processApplicationElResolver=,processApplicationBeanElResolver=,processApplicationScriptEnvironment=,variableSerializers=,isDeployed=true,defaultDeployToEngineName=default] 2020-01-13 13:34:57.632 INFO 22998 --- [ main] org.camunda.bpm.engine.jobexecutor : ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]. 2020-01-13 13:34:57.634 INFO 22998 --- [ingJobExecutor]] org.camunda.bpm.engine.jobexecutor : ENGINE-14018 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] starting to acquire jobs 2020-01-13 13:34:57.655 INFO 22998 --- [aTaskExecutor-1] o.c.b.s.b.e.simple.SayHelloDelegate : executed sayHelloDelegate: ProcessInstance[1ba72f99-3601-11ea-ac1d-be271c896310] 2020-01-13 13:34:58.684 INFO 22998 --- [ scheduling-1] ication$$EnhancerBySpringCGLIB$$74fafcfa : processinstance ended! 2020-01-13 13:34:58.684 INFO 22998 --- [ scheduling-1] org.camunda.bpm.engine.jobexecutor : ENGINE-14015 Shutting down the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] 2020-01-13 13:34:58.684 INFO 22998 --- [ingJobExecutor]] org.camunda.bpm.engine.jobexecutor : ENGINE-14020 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] stopped job acquisition 2020-01-13 13:34:58.690 INFO 22998 --- [ scheduling-1] ication$$EnhancerBySpringCGLIB$$74fafcfa : preUndeploy: PreUndeployEvent{processEngine=org.camunda.bpm.engine.impl.ProcessEngineImpl@399c4be1} 2020-01-13 13:34:58.991 INFO 22998 --- [ scheduling-1] org.camunda.bpm.container : ENGINE-08051 Process application mySimpleApplication undeployed 2020-01-13 13:34:58.992 INFO 22998 --- [ scheduling-1] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2020-01-13 13:34:58.994 INFO 22998 --- [ scheduling-1] org.camunda.bpm.engine : ENGINE-00007 Process Engine default closed 2020-01-13 13:34:58.995 INFO 22998 --- [ scheduling-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2020-01-13 13:34:59.001 WARN 22998 --- [ scheduling-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Interrupted during closing java.lang.InterruptedException: null at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2067) ~[na:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1465) [na:1.8.0_131] at com.zaxxer.hikari.pool.HikariPool.shutdown(HikariPool.java:232) ~[HikariCP-3.4.1.jar!/:na] at com.zaxxer.hikari.HikariDataSource.close(HikariDataSource.java:351) ~[HikariCP-3.4.1.jar!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131] at org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:339) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:273) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:571) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:543) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1072) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:504) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1065) [spring-beans-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1060) [spring-context-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1029) [spring-context-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:978) [spring-context-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.boot.SpringApplication.close(SpringApplication.java:1284) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] at org.springframework.boot.SpringApplication.exit(SpringApplication.java:1271) [spring-boot-2.2.1.RELEASE.jar!/:2.2.1.RELEASE] at org.camunda.bpm.spring.boot.example.simple.SimpleApplication.exitApplicationWhenProcessIsFinished(SimpleApplication.java:106) [classes!/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131] at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) [spring-context-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) [spring-context-5.2.1.RELEASE.jar!/:5.2.1.RELEASE] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_131] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [na:1.8.0_131] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_131] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [na:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_131] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131] 2020-01-13 13:34:59.029 INFO 22998 --- [ scheduling-1] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'camundaTaskExecutor'