Caused by: java.lang.NoSuchMethodException: com.github.ambry.cloud.HelixVcrClusterAgentsFactory.<init>()
[2021-11-09 14:49:26,236] INFO Bootstrapping AmbryServer (com.github.ambry.server.AmbryMain)
[2021-11-09 14:49:26,238] ERROR Exception during bootstrap of AmbryServer (com.github.ambry.server.AmbryMain)
java.lang.InstantiationException: com.github.ambry.cloud.HelixVcrClusterAgentsFactory
at java.lang.Class.newInstance(Class.java:427)
at com.github.ambry.utils.Utils.getObj(Utils.java:604)
at com.github.ambry.server.AmbryMain.main(AmbryMain.java:48)
Caused by: java.lang.NoSuchMethodException: com.github.ambry.cloud.HelixVcrClusterAgentsFactory.
Who can tell me how to solve this issues ?
I am also having the same issue. Have you found a solution?
Hi @Ukkoboi @wenxiLubia Sorry about the issue that you have been facing.
I am attaching a patch that will help fix this issue. We will merge the fixes to the master branch in a day or two. server_deployment_patch.txt
@ankagrawal Thank you for the fast response. With that file information I got it to work!