-
Bug
-
Resolution: Done
-
Major
-
27.0.0.Final
-
None
-
-
---
-
---
Setting database data store for ejb timers / timer-service causes this error :
13:02:45,844 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "ejb3"),
("service" => "timer-service"),
("database-data-store" => "database-store")
]) - failure description:
13:02:45,860 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service org.wildfly.ejb3.timer-service (missing) dependents: [service org.wildfly.ejb3.timer-service.timer-persistence-service.database-store]
13:02:45,891 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("internal-model-validation") failed - address: ([]) - failure description: "WFLYCTL0105: default-persistent-timer-management is invalid in combination with default-data-store"
13:02:45,891 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone-full-ha.xml
This used to work on previous versions of Wildfly (26.X for example).
- is related to
-
WFLY-17313 Distributed TimerService fails when cache is configured with jdbc-store
- Closed