. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.5.1.RELEASE) 2017-03-02 08:38:19.630 INFO 15492 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@65f095f8: startup date [Thu Mar 02 08:38:19 GMT 2017]; root of context hierarchy 2017-03-02 08:38:21.282 INFO 15492 --- [ main] o.s.b.f.config.PropertiesFactoryBean : Loading properties file from URL [jar:file:/C:/Users/alessandro.dibella/.m2/repository/org/springframework/integration/spring-integration-core/4.3.7.RELEASE/spring-integration-core-4.3.7.RELEASE.jar!/META-INF/spring.integration.default.properties] 2017-03-02 08:38:21.286 INFO 15492 --- [ main] o.s.i.config.IntegrationRegistrar : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. 2017-03-02 08:38:21.319 INFO 15492 --- [ main] a.ConfigurationClassBeanDefinitionReader : Skipping bean definition for [BeanMethod:name=eventBus,declaringClass=org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration]: a definition for bean 'eventBus' already exists. This top-level bean definition is considered as an override. 2017-03-02 08:38:21.821 WARN 15492 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method CommonSdkConfiguration.commonSdkEditorConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2017-03-02 08:38:21.914 WARN 15492 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method BrmAutoConfiguration.kModuleBeanFactoryPostProcessor is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2017-03-02 08:38:21.932 WARN 15492 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method BrmAutoConfiguration.kModuleAnnotationPostProcessor is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details. 2017-03-02 08:38:21.965 INFO 15492 --- [ main] o.k.s.KModuleBeanFactoryPostProcessor : :: BeanFactoryPostProcessor::postProcessBeanFactory called :: 2017-03-02 08:38:21.992 WARN 15492 --- [ main] o.d.c.k.b.impl.ClasspathKieProject : Unable to find pom.properties in /C:/Users/alessandro.dibella/development/git/sandbox/collate-2.0-poc/common/common-bpm-component/target/test-classes/ 2017-03-02 08:38:22.029 WARN 15492 --- [ main] org.kie.scanner.embedder.MavenSettings : Environment variable M2_HOME is not set 2017-03-02 08:38:25.337 INFO 15492 --- [ main] o.d.c.k.b.impl.ClasspathKieProject : Recursed up folders, found and used pom.xml C:\Users\alessandro.dibella\development\git\sandbox\collate-2.0-poc\common\common-bpm-component\pom.xml 2017-03-02 08:38:25.338 INFO 15492 --- [ main] o.k.s.KModuleBeanFactoryPostProcessor : :: BeanFactoryPostProcessor::postProcessBeanFactory called :: 2017-03-02 08:38:25.339 WARN 15492 --- [ main] o.d.c.k.b.impl.ClasspathKieProject : Unable to find pom.properties in /C:/Users/alessandro.dibella/development/git/sandbox/collate-2.0-poc/common/common-bpm-component/target/test-classes/ 2017-03-02 08:38:26.647 INFO 15492 --- [ main] o.d.c.k.b.impl.ClasspathKieProject : Recursed up folders, found and used pom.xml C:\Users\alessandro.dibella\development\git\sandbox\collate-2.0-poc\common\common-bpm-component\pom.xml 2017-03-02 08:38:26.656 INFO 15492 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. 2017-03-02 08:38:26.658 INFO 15492 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created. 2017-03-02 08:38:26.671 INFO 15492 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-03-02 08:38:26.879 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' of type [class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:26.903 WARN 15492 --- [ main] o.h.v.m.ParameterMessageInterpolator : HV000184: ParameterMessageInterpolator has been chosen, EL interpolation will not be supported 2017-03-02 08:38:27.075 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'validator' of type [class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.178 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ea6964ec] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.260 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' of type [class org.springframework.cache.annotation.ProxyCachingConfiguration$$EnhancerBySpringCGLIB$$337b9b0a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.290 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' of type [class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration$$EnhancerBySpringCGLIB$$27ef5fae] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.313 WARN 15492 --- [ main] o.h.v.m.ParameterMessageInterpolator : HV000184: ParameterMessageInterpolator has been chosen, EL interpolation will not be supported 2017-03-02 08:38:27.330 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' of type [class org.springframework.boot.autoconfigure.cache.CacheProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.347 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'cacheManagerCustomizers' of type [class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.358 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.cache.GuavaCacheConfiguration' of type [class org.springframework.boot.autoconfigure.cache.GuavaCacheConfiguration$$EnhancerBySpringCGLIB$$7f8c984b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.370 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'cacheManager' of type [class org.springframework.cache.guava.GuavaCacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.371 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'cacheAutoConfigurationValidator' of type [class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration$CacheManagerValidator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.491 INFO 15492 --- [ main] o.s.b.f.config.PropertiesFactoryBean : Loading properties file from URL [jar:file:/C:/Users/alessandro.dibella/.m2/repository/org/springframework/integration/spring-integration-core/4.3.7.RELEASE/spring-integration-core-4.3.7.RELEASE.jar!/META-INF/spring.integration.default.properties] 2017-03-02 08:38:27.491 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationGlobalProperties' of type [class org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.492 INFO 15492 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationGlobalProperties' of type [class java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2017-03-02 08:38:27.544 INFO 15492 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-03-02 08:38:28.243 INFO 15492 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http) 2017-03-02 08:38:28.260 INFO 15492 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat 2017-03-02 08:38:28.262 INFO 15492 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.11 2017-03-02 08:38:28.518 INFO 15492 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2017-03-02 08:38:28.518 INFO 15492 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 8890 ms 2017-03-02 08:38:28.819 INFO 15492 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] 2017-03-02 08:38:28.828 INFO 15492 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2017-03-02 08:38:28.828 INFO 15492 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2017-03-02 08:38:28.828 INFO 15492 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2017-03-02 08:38:28.829 INFO 15492 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2017-03-02 08:38:29.057 INFO 15492 --- [ main] c.r.c.r.config.RdbmsAutoConfiguration : Loading mapping files: classpath:META-INF/JBPMorm.xml classpath:META-INF/Taskorm.xml classpath:META-INF/TaskAuditorm.xml classpath:META-INF/Executor-orm.xml 2017-03-02 08:38:29.057 INFO 15492 --- [ main] c.r.c.r.config.RdbmsAutoConfiguration : Scanning packages: org.jbpm org.drools 2017-03-02 08:38:32.443 INFO 15492 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2017-03-02 08:38:32.469 INFO 15492 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2017-03-02 08:38:32.662 INFO 15492 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.8.Final} 2017-03-02 08:38:32.666 INFO 15492 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2017-03-02 08:38:32.794 INFO 15492 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2017-03-02 08:38:33.412 INFO 15492 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect 2017-03-02 08:38:33.665 INFO 15492 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [byte[]] overrides previous : org.hibernate.type.BinaryType@69e346b3 2017-03-02 08:38:33.665 INFO 15492 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [[B] overrides previous : org.hibernate.type.BinaryType@69e346b3 2017-03-02 08:38:33.666 INFO 15492 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [Byte[]] overrides previous : org.hibernate.type.WrapperBinaryType@3df2f4ab 2017-03-02 08:38:33.666 INFO 15492 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [[Ljava.lang.Byte;] overrides previous : org.hibernate.type.WrapperBinaryType@3df2f4ab 2017-03-02 08:38:34.523 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.529 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.529 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.529 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.529 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.530 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.531 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.535 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.535 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.535 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.535 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.536 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.537 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. 2017-03-02 08:38:34.538 WARN 15492 --- [ main] org.hibernate.orm.deprecation : HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details. Hibernate: create table attachment ( id number(19,0) not null, access_type number(10,0), attached_at timestamp, attachment_content_id number(19,0) not null, content_type varchar2(255 char), name varchar2(255 char), attachment_size number(10,0), attached_by_id varchar2(255 char), task_data_attachments_id number(19,0), primary key (id) ) Hibernate: create table audit_task_impl ( id number(19,0) not null, activation_time timestamp, actual_owner varchar2(255 char), created_by varchar2(255 char), created_on timestamp, deployment_id varchar2(255 char), description varchar2(255 char), due_date timestamp, name varchar2(255 char), parent_id number(19,0) not null, priority number(10,0) not null, process_id varchar2(255 char), process_instance_id number(19,0) not null, process_session_id number(19,0) not null, status varchar2(255 char), task_id number(19,0), work_item_id number(19,0), primary key (id) ) Hibernate: create table bamtask_summary ( pk number(19,0) not null, created_date timestamp, duration number(19,0), end_date timestamp, process_instance_id number(19,0) not null, start_date timestamp, status varchar2(255 char), task_id number(19,0) not null, task_name varchar2(255 char), user_id varchar2(255 char), optlock number(10,0), primary key (pk) ) Hibernate: create table boolean_expression ( id number(19,0) not null, expression clob, type varchar2(255 char), escalation_constraints_id number(19,0), primary key (id) ) Hibernate: create table completion_behavior ( id number(19,0) not null, primary key (id) ) Hibernate: create table content ( id number(19,0) not null, content blob, primary key (id) ) Hibernate: create table context_mapping_info ( mapping_id number(19,0) not null, context_id varchar2(255 char) not null, ksession_id number(19,0) not null, owner_id varchar2(255 char), optlock number(10,0), primary key (mapping_id) ) Hibernate: create table correlation_key_info ( key_id number(19,0) not null, name varchar2(255 char), process_instance_id number(19,0) not null, optlock number(10,0), primary key (key_id) ) Hibernate: create table correlation_property_info ( property_id number(19,0) not null, name varchar2(255 char), value varchar2(255 char), optlock number(10,0), correlation_key_key_id number(19,0), primary key (property_id) ) Hibernate: create table deadline ( id number(19,0) not null, deadline_date timestamp, escalated number(5,0), deadlines_start_dead_line_id number(19,0), deadlines_end_dead_line_id number(19,0), primary key (id) ) Hibernate: create table delegation_delegates ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table email_header ( id number(19,0) not null, body clob, from_address varchar2(255 char), language varchar2(255 char), reply_to_address varchar2(255 char), subject varchar2(255 char), primary key (id) ) Hibernate: create table error_info ( id number(19,0) not null, message varchar2(255 char), stacktrace long, timestamp timestamp, request_id number(19,0) not null, primary key (id) ) Hibernate: create table escalation ( id number(19,0) not null, name varchar2(255 char), deadline_escalation_id number(19,0), primary key (id) ) Hibernate: create table event_types ( instance_id number(19,0) not null, element varchar2(255 char) ) Hibernate: create table i18ntext ( id number(19,0) not null, language varchar2(255 char), short_text varchar2(255 char), text clob, task_subjects_id number(19,0), task_names_id number(19,0), task_descriptions_id number(19,0), reassignment_documentation_id number(19,0), notification_subjects_id number(19,0), notification_names_id number(19,0), notification_documentation_id number(19,0), notification_descriptions_id number(19,0), deadline_documentation_id number(19,0), primary key (id) ) Hibernate: create table mapped_variable ( mapped_var_id number(19,0) not null, process_instance_id number(19,0), task_id number(19,0), variable_id number(19,0), variable_type varchar2(255 char), optlock number(10,0), work_item_id number(19,0), primary key (mapped_var_id) ) Hibernate: create table node_instance_log ( id number(19,0) not null, connection varchar2(255 char), log_date timestamp, external_id varchar2(255 char), node_id varchar2(255 char), node_instance_id varchar2(255 char), node_name varchar2(255 char), node_type varchar2(255 char), process_id varchar2(255 char), process_instance_id number(19,0) not null, type number(10,0) not null, work_item_id number(19,0), primary key (id) ) Hibernate: create table notification ( dtype varchar2(31 char) not null, id number(19,0) not null, priority number(10,0) not null, escalation_notifications_id number(19,0), primary key (id) ) Hibernate: create table notification_bas ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table notification_email_headers ( notification_id number(19,0) not null, email_headers_id number(19,0) not null, mapkey varchar2(255 char) not null, primary key (notification_id, mapkey) ) Hibernate: create table notification_recipients ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table organizational_entity ( dtype varchar2(31 char) not null, id varchar2(255 char) not null, primary key (id) ) Hibernate: create table people_assignments_bas ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table people_assignments_excl_owners ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table people_assignments_pot_owners ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table people_assignments_recipients ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table people_assignments_stakeholders ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) 2017-03-02 08:38:46.081 WARN 15492 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:525) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:470) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.createTable(AbstractSchemaMigrator.java:273) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl.performTablesMigration(GroupedSchemaMigratorImpl.java:71) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:203) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:110) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:183) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:309) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:445) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:60) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:373) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:362) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1081) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:856) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:737) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:370) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) [spring-boot-test-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:44) [spring-boot-test-autoconfigure-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12] at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:na] at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51) [junit-rt.jar:na] at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:237) [junit-rt.jar:na] at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) [junit-rt.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_111] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_111] at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:na] Caused by: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1059) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:257) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:587) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:30) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:931) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1150) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1792) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1745) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:334) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] ... 63 common frames omitted Hibernate: create table presentation_element ( id number(19,0) not null, primary key (id) ) Hibernate: create table process_instance_event_info ( id number(19,0) not null, event_type varchar2(255 char), process_instance_id number(19,0) not null, optlock number(10,0), primary key (id) ) Hibernate: create table process_instance_info ( instance_id number(19,0) not null, last_modification_date timestamp, last_read_date timestamp, process_id varchar2(255 char), process_instance_byte_array blob, start_date timestamp, state number(10,0) not null, optlock number(10,0), primary key (instance_id) ) Hibernate: create table process_instance_log ( id number(19,0) not null, correlation_key varchar2(255 char), duration number(19,0), end_date timestamp, external_id varchar2(255 char), user_identity varchar2(255 char), outcome varchar2(255 char), parent_process_instance_id number(19,0), process_id varchar2(255 char), process_instance_description varchar2(255 char), process_instance_id number(19,0) not null, process_name varchar2(255 char), process_version varchar2(255 char), start_date timestamp, status number(10,0), primary key (id) ) Hibernate: create table reassignment ( id number(19,0) not null, escalation_reassignments_id number(19,0), primary key (id) ) Hibernate: create table reassignment_potential_owners ( task_id number(19,0) not null, entity_id varchar2(255 char) not null ) Hibernate: create table request_info ( id number(19,0) not null, command_name varchar2(255 char), deployment_id varchar2(255 char), executions number(10,0) not null, business_key varchar2(255 char), message varchar2(255 char), owner varchar2(255 char), request_data blob, response_data blob, retries number(10,0) not null, status varchar2(255 char), timestamp timestamp, primary key (id) ) Hibernate: create table session_info ( id number(19,0) not null, last_modification_date timestamp, rules_byte_array blob, start_date timestamp, optlock number(10,0), primary key (id) ) Hibernate: create table task ( id number(19,0) not null, archived number(5,0), allowed_to_delegate varchar2(255 char), description varchar2(255 char), form_name varchar2(255 char), name varchar2(255 char), priority number(10,0) not null, sub_task_strategy varchar2(255 char), subject varchar2(255 char), activation_time timestamp, created_on timestamp, deployment_id varchar2(255 char), document_access_type number(10,0), document_content_id number(19,0) not null, document_type varchar2(255 char), expiration_time timestamp, fault_access_type number(10,0), fault_content_id number(19,0) not null, fault_name varchar2(255 char), fault_type varchar2(255 char), output_access_type number(10,0), output_content_id number(19,0) not null, output_type varchar2(255 char), parent_id number(19,0) not null, previous_status number(10,0), process_id varchar2(255 char), process_instance_id number(19,0) not null, process_session_id number(19,0) not null, skipable number(1,0) not null, status varchar2(255 char), work_item_id number(19,0) not null, task_type varchar2(255 char), optlock number(10,0), task_initiator_id varchar2(255 char), actual_owner_id varchar2(255 char), created_by_id varchar2(255 char), primary key (id) ) Hibernate: create table task_comment ( id number(19,0) not null, added_at timestamp, text clob, added_by_id varchar2(255 char), task_data_comments_id number(19,0), primary key (id) ) Hibernate: create table task_def ( id number(19,0) not null, name varchar2(255 char), priority number(10,0) not null, primary key (id) ) Hibernate: create table task_event ( id number(19,0) not null, log_time timestamp, message varchar2(255 char), process_instance_id number(19,0), task_id number(19,0), type varchar2(255 char), user_id varchar2(255 char), optlock number(10,0), work_item_id number(19,0), primary key (id) ) Hibernate: create table task_variable_impl ( id number(19,0) not null, modification_date timestamp, name varchar2(255 char), process_id varchar2(255 char), process_instance_id number(19,0), task_id number(19,0), type number(10,0), value varchar2(4000 char), primary key (id) ) Hibernate: create table variable_instance_log ( id number(19,0) not null, log_date timestamp, external_id varchar2(255 char), old_value varchar2(255 char), process_id varchar2(255 char), process_instance_id number(19,0) not null, value varchar2(255 char), variable_id varchar2(255 char), variable_instance_id varchar2(255 char), primary key (id) ) Hibernate: create table work_item_info ( work_item_id number(19,0) not null, creation_date timestamp, name varchar2(255 char), process_instance_id number(19,0) not null, state number(19,0) not null, optlock number(10,0), work_item_byte_array blob, primary key (work_item_id) ) Hibernate: alter table notification_email_headers drop constraint UK_if62ufpf0cjr5xsw35148v9q8 Hibernate: alter table notification_email_headers add constraint UK_if62ufpf0cjr5xsw35148v9q8 unique (email_headers_id) Hibernate: create sequence attachment_id_seq start with 1 increment by 1 Hibernate: create sequence audit_id_seq start with 1 increment by 1 Hibernate: create sequence bam_task_id_seq start with 1 increment by 1 Hibernate: create sequence booleanexpr_id_seq start with 1 increment by 1 Hibernate: create sequence comment_id_seq start with 1 increment by 1 Hibernate: create sequence content_id_seq start with 1 increment by 1 Hibernate: create sequence context_mapping_info_id_seq start with 1 increment by 1 Hibernate: create sequence correlation_key_id_seq start with 1 increment by 1 Hibernate: create sequence correlation_prop_id_seq start with 1 increment by 1 Hibernate: create sequence deadline_id_seq start with 1 increment by 1 Hibernate: create sequence emailnotifhead_id_seq start with 1 increment by 1 Hibernate: create sequence error_info_id_seq start with 1 increment by 1 Hibernate: create sequence escalation_id_seq start with 1 increment by 1 Hibernate: create sequence hibernate_sequence start with 1 increment by 1 Hibernate: create sequence i18ntext_id_seq start with 1 increment by 1 Hibernate: create sequence node_inst_log_id_seq start with 1 increment by 1 Hibernate: create sequence notification_id_seq start with 1 increment by 1 Hibernate: create sequence proc_inst_event_id_seq start with 1 increment by 1 Hibernate: create sequence proc_inst_log_id_seq start with 1 increment by 1 Hibernate: create sequence process_instance_info_id_seq start with 1 increment by 1 Hibernate: create sequence reassignment_id_seq start with 1 increment by 1 Hibernate: create sequence request_info_id_seq start with 1 increment by 1 Hibernate: create sequence task_def_id_seq start with 1 increment by 1 Hibernate: create sequence task_event_id_seq start with 1 increment by 1 Hibernate: create sequence task_id_seq start with 1 increment by 1 Hibernate: create sequence task_var_id_seq start with 1 increment by 1 Hibernate: create sequence var_inst_log_id_seq start with 1 increment by 1 Hibernate: alter table attachment add constraint FK5qy437t09krv40b7kbt8jbr8k foreign key (attached_by_id) references organizational_entity Hibernate: alter table attachment add constraint FKe9jti6jck107g9a59cpydb365 foreign key (task_data_attachments_id) references task Hibernate: alter table boolean_expression add constraint FK6sm2fn741br7monbmri4aar3m foreign key (escalation_constraints_id) references escalation Hibernate: alter table correlation_property_info add constraint FKlsm94h9tbsmlxo8874ykv8vo9 foreign key (correlation_key_key_id) references correlation_key_info Hibernate: alter table deadline add constraint FKgd56q9uuv6hh7okej3crow91n foreign key (deadlines_start_dead_line_id) references task Hibernate: alter table deadline add constraint FK4w3ngkdy17lup3ghyn1q6g0le foreign key (deadlines_end_dead_line_id) references task Hibernate: alter table delegation_delegates add constraint FKpsk5jd17c71ryhtuhq4a83si4 foreign key (entity_id) references organizational_entity Hibernate: alter table delegation_delegates add constraint FK9ro9okypkyvxodgmed5g4ab5 foreign key (task_id) references task Hibernate: alter table error_info add constraint FKl6fsvn45ym8fp3flja21gms2n foreign key (request_id) references request_info Hibernate: alter table escalation add constraint FKemun4qe9qshtlt4vaju7gub44 foreign key (deadline_escalation_id) references deadline Hibernate: alter table event_types add constraint FKkv5cys95bcvo9psw8lrg0o46o foreign key (instance_id) references process_instance_info Hibernate: alter table i18ntext add constraint FKa8rlufntsvh51nscjumtkroib foreign key (task_subjects_id) references task Hibernate: alter table i18ntext add constraint FKnp3bwfnwc342a8scklop4uauq foreign key (task_names_id) references task Hibernate: alter table i18ntext add constraint FK4v3caftvntamjkgogdqen5t0m foreign key (task_descriptions_id) references task Hibernate: alter table i18ntext add constraint FK345oqx8jtx8eha40ggq2dhcmn foreign key (reassignment_documentation_id) references reassignment Hibernate: alter table i18ntext add constraint FKe8naj9r3y1vflonwjv2ff4ja foreign key (notification_subjects_id) references notification Hibernate: alter table i18ntext add constraint FK323ttaemxkb20yfhunm7gdp4e foreign key (notification_names_id) references notification Hibernate: alter table i18ntext add constraint FKtcaa31w7mje4irhd5ft1fo017 foreign key (notification_documentation_id) references notification Hibernate: alter table i18ntext add constraint FK597h4dpr68tf7ho7a194m48aw foreign key (notification_descriptions_id) references notification Hibernate: alter table i18ntext add constraint FKbd05c8s49lggvsy1fmw0ni2jg foreign key (deadline_documentation_id) references deadline Hibernate: alter table notification add constraint FKhlmy4p6br0cr515tbuee9rq5h foreign key (escalation_notifications_id) references escalation Hibernate: alter table notification_bas add constraint FKoecohkdncpqcdkjrshq7cwjra foreign key (entity_id) references organizational_entity Hibernate: alter table notification_bas add constraint FKjtq0k44s3ngb9tyltsjep0l8u foreign key (task_id) references notification Hibernate: alter table notification_email_headers add constraint FK82tsiub2w54btce7txm7iqe34 foreign key (email_headers_id) references email_header Hibernate: alter table notification_email_headers add constraint FK6xklp5wpd1buis62wdb30qbh8 foreign key (notification_id) references notification Hibernate: alter table notification_recipients add constraint FKf0ivog77xgct6388b369i0xlg foreign key (entity_id) references organizational_entity Hibernate: alter table notification_recipients add constraint FKk4uv6c89ipp9vodtv2j0n4std foreign key (task_id) references notification Hibernate: alter table people_assignments_bas add constraint FK8fykr6gx9bkengh7j78ve74al foreign key (entity_id) references organizational_entity Hibernate: alter table people_assignments_bas add constraint FK9prgjunt5l9orpl4914x7fm5x foreign key (task_id) references task Hibernate: alter table people_assignments_excl_owners add constraint FK2hl9la7gjvt5bsoyh98cwaogw foreign key (entity_id) references organizational_entity Hibernate: alter table people_assignments_excl_owners add constraint FK3860f3bxgdjr0drslxmw1idix foreign key (task_id) references task Hibernate: alter table people_assignments_pot_owners add constraint FKjl0mgeld78vn4ntx4lol6a3v1 foreign key (entity_id) references organizational_entity Hibernate: alter table people_assignments_pot_owners add constraint FKmtdgae2ljciw8m6951qqr2vdy foreign key (task_id) references task Hibernate: alter table people_assignments_recipients add constraint FKnwgksllrwee8i3tbu5cggaasj foreign key (entity_id) references organizational_entity Hibernate: alter table people_assignments_recipients add constraint FK7mj3w9mddm5a43fqd4j6tvllj foreign key (task_id) references task Hibernate: alter table people_assignments_stakeholders add constraint FK25yixl2ovecajdpn68cfi9rm8 foreign key (entity_id) references organizational_entity 2017-03-02 08:39:06.409 WARN 15492 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:525) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:470) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applyForeignKeys(AbstractSchemaMigrator.java:429) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:245) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:110) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:183) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:309) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:445) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:60) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:373) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:362) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1081) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:856) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:737) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:370) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) [spring-boot-test-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:44) [spring-boot-test-autoconfigure-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12] at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:na] at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51) [junit-rt.jar:na] at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:237) [junit-rt.jar:na] at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) [junit-rt.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_111] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_111] at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:na] Caused by: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1059) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:257) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:587) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:30) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:931) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1150) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1792) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1745) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:334) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] ... 62 common frames omitted Hibernate: alter table people_assignments_stakeholders add constraint FK6e69e92hk24hbq7vw7h2fjxr8 foreign key (task_id) references task 2017-03-02 08:39:06.418 WARN 15492 --- [ main] o.h.t.s.i.ExceptionHandlerLoggedImpl : GenerationTarget encountered exception accepting command : Error executing DDL via JDBC Statement org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL via JDBC Statement at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlString(AbstractSchemaMigrator.java:525) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applySqlStrings(AbstractSchemaMigrator.java:470) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.applyForeignKeys(AbstractSchemaMigrator.java:429) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.performMigration(AbstractSchemaMigrator.java:245) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.internal.AbstractSchemaMigrator.doMigration(AbstractSchemaMigrator.java:110) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:183) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:72) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.internal.SessionFactoryImpl.(SessionFactoryImpl.java:309) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:445) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:889) [hibernate-core-5.2.8.Final.jar:5.2.8.Final] at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:60) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:353) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:373) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:362) [spring-orm-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) [spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1081) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:856) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) [spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:737) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:370) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) [spring-boot-test-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:44) [spring-boot-test-autoconfigure-1.5.1.RELEASE.jar:1.5.1.RELEASE] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) [spring-test-4.3.6.RELEASE.jar:4.3.6.RELEASE] at org.junit.runner.JUnitCore.run(JUnitCore.java:137) [junit-4.12.jar:4.12] at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68) [junit-rt.jar:na] at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:51) [junit-rt.jar:na] at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:237) [junit-rt.jar:na] at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70) [junit-rt.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_111] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_111] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_111] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_111] at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:na] Caused by: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1059) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:257) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:587) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:210) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:30) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:931) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1150) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1792) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1745) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:334) ~[ojdbc7-12.1.0.jar:12.1.0.2.0] at org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:54) ~[hibernate-core-5.2.8.Final.jar:5.2.8.Final] ... 62 common frames omitted Hibernate: alter table reassignment add constraint FKmkge89avde04rkm1kqgsxxf4x foreign key (escalation_reassignments_id) references escalation Hibernate: alter table reassignment_potential_owners add constraint FKjx8gnrb00atm4cn28e4cm5mdu foreign key (entity_id) references organizational_entity Hibernate: alter table reassignment_potential_owners add constraint FKmva3wk07n2e7wfdfa1l6njbft foreign key (task_id) references reassignment Hibernate: alter table task add constraint FKhesf8h65d0y4aujhi9n9dmmp4 foreign key (task_initiator_id) references organizational_entity Hibernate: alter table task add constraint FK1gkchnck6t5yflwseod7fdndn foreign key (actual_owner_id) references organizational_entity Hibernate: alter table task add constraint FK12w23is05ovhxuib2cbr5fel0 foreign key (created_by_id) references organizational_entity Hibernate: alter table task_comment add constraint FKc0fc0cbi42rxmvtmhfdx17lqb foreign key (added_by_id) references organizational_entity Hibernate: alter table task_comment add constraint FKmy278bre26j60fj4i83ko77cw foreign key (task_data_comments_id) references task 2017-03-02 08:39:07.555 INFO 15492 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory 2017-03-02 08:39:07.997 INFO 15492 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2017-03-02 08:39:08.850 INFO 15492 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler' 2017-03-02 08:39:10.887 INFO 15492 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@65f095f8: startup date [Thu Mar 02 08:38:19 GMT 2017]; root of context hierarchy 2017-03-02 08:39:11.050 INFO 15492 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2017-03-02 08:39:11.052 INFO 15492 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2017-03-02 08:39:11.136 INFO 15492 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2017-03-02 08:39:11.136 INFO 15492 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2017-03-02 08:39:11.249 INFO 15492 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2017-03-02 08:39:11.355 INFO 15492 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'auditLogExecutor' 2017-03-02 08:39:11.544 INFO 15492 --- [ main] o.s.integration.channel.DirectChannel : Channel 'unknown.channel.name' has 1 subscriber(s). 2017-03-02 08:39:11.544 INFO 15492 --- [ main] o.s.integration.channel.DirectChannel : Channel 'unknown.channel.name' has 1 subscriber(s). 2017-03-02 08:39:11.544 INFO 15492 --- [ main] o.s.integration.channel.DirectChannel : Channel 'unknown.channel.name' has 1 subscriber(s). 2017-03-02 08:39:11.611 INFO 15492 --- [ main] o.s.s.c.ThreadPoolExecutorFactoryBean : Initializing ExecutorService 'commandBusExecutor' 2017-03-02 08:39:11.620 INFO 15492 --- [ main] o.s.s.c.ThreadPoolExecutorFactoryBean : Initializing ExecutorService 'eventBusExecutor' 2017-03-02 08:39:12.435 INFO 15492 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2017-03-02 08:39:12.628 INFO 15492 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0 2017-03-02 08:39:12.629 INFO 15492 --- [ main] ProxyFactoryBean$MethodInvocationGateway : started commandBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] ProxyFactoryBean$MethodInvocationGateway : started commandBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] GatewayCompletableFutureProxyFactoryBean : started commandBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] ProxyFactoryBean$MethodInvocationGateway : started eventBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] GatewayCompletableFutureProxyFactoryBean : started eventBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] ProxyFactoryBean$MethodInvocationGateway : started auditLogBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] GatewayCompletableFutureProxyFactoryBean : started auditLogBus 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application:0.errorChannel' has 1 subscriber(s). 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {message-handler} as a subscriber to the 'audit.log.channel' channel 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.integration.channel.ExecutorChannel : Channel 'application:0.audit.log.channel' has 1 subscriber(s). 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#0 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {router} as a subscriber to the 'command.bus.channel' channel 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.integration.channel.ExecutorChannel : Channel 'application:0.command.bus.channel' has 1 subscriber(s). 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#1 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {filter} as a subscriber to the 'event.bus.channel' channel 2017-03-02 08:39:12.629 INFO 15492 --- [ main] c.r.c.c.config.EventBusConfiguration$1 : Channel 'application:0.event.bus.channel' has 1 subscriber(s). 2017-03-02 08:39:12.629 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#2 2017-03-02 08:39:12.630 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#3 2017-03-02 08:39:12.630 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {filter} as a subscriber to the 'event.bus.channel' channel 2017-03-02 08:39:12.630 INFO 15492 --- [ main] c.r.c.c.config.EventBusConfiguration$1 : Channel 'application:0.event.bus.channel' has 2 subscriber(s). 2017-03-02 08:39:12.633 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#4 2017-03-02 08:39:12.633 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#5 2017-03-02 08:39:12.633 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {filter} as a subscriber to the 'event.bus.channel' channel 2017-03-02 08:39:12.633 INFO 15492 --- [ main] c.r.c.c.config.EventBusConfiguration$1 : Channel 'application:0.event.bus.channel' has 3 subscriber(s). 2017-03-02 08:39:12.633 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#6 2017-03-02 08:39:12.633 INFO 15492 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started org.springframework.integration.config.ConsumerEndpointFactoryBean#7 2017-03-02 08:39:12.748 INFO 15492 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 63205 (http) 2017-03-02 08:39:12.872 INFO 15492 --- [ Thread-4] ationConfigEmbeddedWebApplicationContext : Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@65f095f8: startup date [Thu Mar 02 08:38:19 GMT 2017]; root of context hierarchy 2017-03-02 08:39:12.874 INFO 15492 --- [ Thread-4] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : Removing {message-handler} as a subscriber to the 'audit.log.channel' channel 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] o.s.integration.channel.ExecutorChannel : Channel 'application:0.audit.log.channel' has 0 subscriber(s). 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#0 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : Removing {router} as a subscriber to the 'command.bus.channel' channel 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] o.s.integration.channel.ExecutorChannel : Channel 'application:0.command.bus.channel' has 0 subscriber(s). 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#1 2017-03-02 08:39:12.875 INFO 15492 --- [ Thread-4] ProxyFactoryBean$MethodInvocationGateway : stopped commandBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] ProxyFactoryBean$MethodInvocationGateway : stopped commandBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] GatewayCompletableFutureProxyFactoryBean : stopped commandBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] ProxyFactoryBean$MethodInvocationGateway : stopped eventBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] GatewayCompletableFutureProxyFactoryBean : stopped eventBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] ProxyFactoryBean$MethodInvocationGateway : stopped auditLogBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] GatewayCompletableFutureProxyFactoryBean : stopped auditLogBus 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : Removing {filter} as a subscriber to the 'event.bus.channel' channel 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] c.r.c.c.config.EventBusConfiguration$1 : Channel 'application:0.event.bus.channel' has 2 subscriber(s). 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#2 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#3 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : Removing {filter} as a subscriber to the 'event.bus.channel' channel 2017-03-02 08:39:12.876 INFO 15492 --- [ Thread-4] c.r.c.c.config.EventBusConfiguration$1 : Channel 'application:0.event.bus.channel' has 1 subscriber(s). 2017-03-02 08:39:12.877 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#4 2017-03-02 08:39:12.877 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#5 2017-03-02 08:39:12.877 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : Removing {filter} as a subscriber to the 'event.bus.channel' channel 2017-03-02 08:39:12.877 INFO 15492 --- [ Thread-4] c.r.c.c.config.EventBusConfiguration$1 : Channel 'application:0.event.bus.channel' has 0 subscriber(s). 2017-03-02 08:39:12.877 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#6 2017-03-02 08:39:12.877 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#7 2017-03-02 08:39:12.878 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel 2017-03-02 08:39:12.878 INFO 15492 --- [ Thread-4] o.s.i.channel.PublishSubscribeChannel : Channel 'application:0.errorChannel' has 0 subscriber(s). 2017-03-02 08:39:12.878 INFO 15492 --- [ Thread-4] o.s.i.endpoint.EventDrivenConsumer : stopped _org.springframework.integration.errorLogger 2017-03-02 08:39:12.878 INFO 15492 --- [ Thread-4] o.s.s.c.ThreadPoolExecutorFactoryBean : Shutting down ExecutorService 'eventBusExecutor' 2017-03-02 08:39:12.879 INFO 15492 --- [ Thread-4] o.s.s.c.ThreadPoolExecutorFactoryBean : Shutting down ExecutorService 'commandBusExecutor' 2017-03-02 08:39:12.879 INFO 15492 --- [ Thread-4] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'auditLogExecutor' 2017-03-02 08:39:12.879 INFO 15492 --- [ Thread-4] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler' 2017-03-02 08:39:12.879 INFO 15492 --- [ Thread-4] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'