Problem

2020-05-13 12:06:46,136 [] [] [] [localhost-startStop-1] INFO e.d.c.p.p.f.PayloadFileStorageProviderImpl:44 - Storage initialized for domain [default]
2020-05-13 12:06:51,322 [] [] [] [localhost-startStop-1] WARN o.s.w.c.s.XmlWebApplicationContext:551 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'domibusSchedulerServiceDelegate': Unsatisfied dependency expressed through field 'domibusScheduler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'domibusQuartzStarter': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerFactory' defined in eu.domibus.quartz.DomainSchedulerFactoryConfiguration: Invocation of init method failed; nested exception is org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'springTxDataSource.schedulerFactoryBean': com.atomikos.jdbc.AtomikosSQLException: Failed to grow the connection pool [See nested exception: com.atomikos.jdbc.AtomikosSQLException: Failed to grow the connection pool]
2020-05-13 12:06:51,363 [] [] [] [ActiveMQ Transport: tcp:///127.0.0.1:39952@61618] WARN o.a.a.b.T.Transport:243 - Transport Connection to: tcp://127.0.0.1:39952 failed: java.io.EOFException
2020-05-13 12:06:52,036 [] [] [] [localhost-startStop-1] ERROR o.s.w.c.ContextLoader:350 - Context initialization failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'domibusSchedulerServiceDelegate': Unsatisfied dependency expressed through field 'domibusScheduler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'domibusQuartzStarter': Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerFactory' defined in eu.domibus.quartz.DomainSchedulerFactoryConfiguration: Invocation of init method failed; nested exception is org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'springTxDataSource.schedulerFactoryBean': com.atomikos.jdbc.AtomikosSQLException: Failed to grow the connection pool [See nested exception: com.atomikos.jdbc.AtomikosSQLException: Failed to grow the connection pool]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)

Solution

Setup the password properly in the domibus.properties.