You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.()
at java.lang.Class.getConstructor0(Class.java:3082)
at java.lang.Class.newInstance(Class.java:412)
... 2 more
[2021-11-09 14:49:26,239] INFO Exiting AmbryMain (com.github.ambry.server.AmbryMain)
The text was updated successfully, but these errors were encountered:
[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.()
at java.lang.Class.getConstructor0(Class.java:3082)
at java.lang.Class.newInstance(Class.java:412)
... 2 more
[2021-11-09 14:49:26,239] INFO Exiting AmbryMain (com.github.ambry.server.AmbryMain)
The text was updated successfully, but these errors were encountered: