Versions Compared

Key

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

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: 


Highlight

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


Content by Label
showLabelsfalse
max5
spacesHOME
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("domibus","pmode","security","dynamic-disovery","proxy","authentication") and type = "page" and space = "HOME"
labelsdomibus

Page properties
hiddentrue
Related issues