I am in a weird situation where when I start my (spring-boot) Axon application the command handlers are all autoconfigured just fine but none of the query handlers or tracking event processors (for my projections) are auto-configured.
This is confirmed both in the logs of the application, the DB (which does not create any tracking event processor or contain any projection state) and in the Axon Server UI (which shows no queries or tracking event processors).
I’m really at a loss as to why this is happening. What would be the initial steps to understand why this occurs or how to debug this?