You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Error Message


2017-09-25 15:00:01,544 [] []  INFO o.s.s.q.SchedulerFactoryBean:647 - Starting Quartz Scheduler now

2017-09-25 15:00:01,926 [] []  WARN o.s.w.c.s.XmlWebApplicationContext:544 - Exception encountered during context initialization - cancelling refresh attempt

org.springframework.context.ApplicationContextException: 



Failed to start bean 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0'; nested exception is org.springframework.scheduling.SchedulingException: Could not start Quartz Scheduler; nested exception is org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source . . . Caused by: java.sql.SQLException: Access denied for user 'edelivery'@'localhost' (using password: YES) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873) at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)

Cause

The user id edelivery is not configured..


Workaround/Fix

Make sure that the default edelivery user and password are replaced by the correct ones in the configuration file:

domibus.datasource.user=edelivery

domibus.datasource.password=edelivery


Error rendering macro 'contentbylabel'

parameters should not be empty

  • No labels