> On 15 Aug 2025, at 18:07, Matthias Sohn <
matthi...@gmail.com> wrote:
>
> On Fri, Aug 15, 2025 at 12:02 PM Cobin Bluth <
cbl...@gmail.com> wrote:
> Hi Gerrit Team,
>
> I'm struggling to set up gerrit high-availabilty with the plugin, and I'm hoping someone can help.
>
> My project is migrating a singleton Gerrit instance version 3.11.3 to a dual instance with high-availabilty. I'm using global-refdb.jar marked stable-3.11/lastSuccessfulBuild from gerrit-ci Jenkins, and putting it in the /lib dir, I'm also grabbing high-availabilty.jar stable-3.11/lastSuccessfulBuild from the same place and putting it in the /plugins dir, and I'm giving it a very basic config; main.sharedDirectory = $sharedDir ; peerInfo.strategy = "static" ; ref-database.enabled = "true" ; peerInfo.static.url = $peer2 .
>
> The error I'm facing is that the logs show WARN : Cannot load plugin high-availabilty : Unable to create injector : [Guice/MissingConstructor]: No injectable constructor for type SharedRefDbConfiguration class does not have @Inject annotated constructor or a no-arg constructor