Skip to content

Instantly share code, notes, and snippets.

@gabizou
Created August 26, 2021 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabizou/30cbe29182c234e44f494253e9cc26f7 to your computer and use it in GitHub Desktop.
Save gabizou/30cbe29182c234e44f494253e9cc26f7 to your computer and use it in GitHub Desktop.
Requested by:
1 : ServiceInfo.class(ServiceInfo.java:50)
at JavadslServiceClientImplementor.<init>(JavadslServiceClientImplementor.scala:46)
\_ for 3rd parameter serviceInfo
at ServiceClientModule.bindings(ServiceClientModule.scala:15):
Binding(class JavadslServiceClientImplementor to self)
\_ installed by: Modules$OverrideModule -> GuiceableModuleConversions$$anon$4
Learn more:
https://github.com/google/guice/wiki/MISSING_CONSTRUCTOR
1 error
======================
Full classname legend:
======================
GuiceableModuleConversions$$anon$4: "play.api.inject.guice.GuiceableModuleConversions$$anon$4"
JavadslServiceClientImplementor: "com.lightbend.lagom.internal.javadsl.client.JavadslServiceClientImplementor"
Modules$OverrideModule: "com.google.inject.util.Modules$OverrideModule"
ServiceClientModule: "com.lightbend.lagom.internal.javadsl.client.ServiceClientModule"
ServiceInfo: "com.lightbend.lagom.javadsl.api.ServiceInfo"
========================
End of classname legend:
========================
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:568)
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:163)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
at com.google.inject.Guice.createInjector(Guice.java:87)
at com.google.inject.Guice.createInjector(Guice.java:78)
at play.api.inject.guice.GuiceBuilder.injector(GuiceInjectorBuilder.scala:200)
at play.api.inject.guice.GuiceApplicationBuilder.build(GuiceApplicationBuilder.scala:155)
at play.api.inject.guice.GuiceApplicationLoader.load(GuiceApplicationLoader.scala:21)
at play.core.server.ProdServerStart$.start(ProdServerStart.scala:53)
at play.core.server.ProdServerStart$.main(ProdServerStart.scala:29)
at play.core.server.ProdServerStart.main(ProdServerStart.scala)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment