2022-03-22 16:13:11 UTC - Erika Hunhoff: I’m trying to get the new scheduler
component running via ansible deployment. I’ve followed the instructions in
openwhisk/ansible, but I think I must be missing some setting somewhere because
the scheduler has an error. The scheduler container is running alright, but
does not respond to pings on 14001 (which is how the ansible test determines
liveness). In the scheduler log, I see:
```[2022-03-22T15:50:48.002Z] [INFO] [#tid_sid_unknown]
[KafkaMessagingProvider] created topic scheduler0
[2022-03-22T15:50:48.318Z] [INFO] [#tid_sid_unknown] [KafkaMessagingProvider]
created topic creationAck0
Exception in thread "main" akka.ConfigurationException: Dispatcher
[dispatchers.lease-service-dispatcher] not configured for path
<akka://scheduler-actor-system/user/$b>
at akka.actor.LocalActorRefProvider.actorOf(ActorRefProvider.scala:691)
at
akka.remote.RemoteActorRefProvider.actorOf(RemoteActorRefProvider.scala:462)
at akka.actor.dungeon.Children.makeChild(Children.scala:306)
at akka.actor.dungeon.Children.attachChild(Children.scala:50)
at akka.actor.dungeon.Children.attachChild$(Children.scala:49)
at akka.actor.ActorCell.attachChild(ActorCell.scala:410)
at akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:898)
at
org.apache.openwhisk.core.scheduler.Scheduler.<init>(Scheduler.scala:71)
at
org.apache.openwhisk.core.scheduler.Scheduler$.main(Scheduler.scala:339)
at
org.apache.openwhisk.core.scheduler.Scheduler.main(Scheduler.scala)```
Any ideas as to what configuration I’m missing?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1647965591058509?thread_ts=1647965591.058509&cid=C3TPCAQG1
----