Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:


Highlight

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)

...