You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/09 13:56:40 UTC

[GitHub] KenjiTakahashi opened a new issue #6133: Coordinator `asOverlord` broken on master.

KenjiTakahashi opened a new issue #6133: Coordinator `asOverlord` broken on master.
URL: https://github.com/apache/incubator-druid/issues/6133
 
 
   Fails at startup with:
   ```
   Exception in thread "main" com.google.inject.CreationException: Unable to create injector, see the following errors:
   
   1) A binding to io.druid.client.indexing.IndexingServiceClient was already configured at io.druid.cli.CliCoordinator$1.configure(CliCoordinator.java:171) (via modules: com.google.inject.util.Modules$OverrideModule -> com.google.inject.util.Modules$OverrideModule -> io.druid.cli.CliCoordinator$1).
     at io.druid.cli.CliOverlord$1.configure(CliOverlord.java:191) (via modules: com.google.inject.util.Modules$OverrideModule -> com.google.inject.util.Modules$OverrideModule -> io.druid.cli.CliOverlord$1)
   
   1 error
           at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470)
           at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155)
           at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107)
           at com.google.inject.Guice.createInjector(Guice.java:99)
           at com.google.inject.Guice.createInjector(Guice.java:73)
           at com.google.inject.Guice.createInjector(Guice.java:62)
           at io.druid.initialization.Initialization.makeInjectorWithModules(Initialization.java:421)
           at io.druid.cli.GuiceRunnable.makeInjector(GuiceRunnable.java:68)
           at io.druid.cli.ServerRunnable.run(ServerRunnable.java:49)
           at io.druid.cli.Main.main(Main.java:116)
   ```
   
   Last known working at e4ef753a6041d90289c33d34eba819659315ce23.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org