Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created September 24, 2013 00:14
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 jvanzyl/bfc1d6a2e662ca458661 to your computer and use it in GitHub Desktop.
Save jvanzyl/bfc1d6a2e662ca458661 to your computer and use it in GitHub Desktop.
1) Explicit bindings are required and org.eclipse.sisu.wire.TypeConverterMap is not explicitly bound.
while locating org.eclipse.sisu.wire.TypeConverterMap
for field at org.eclipse.sisu.wire.PlaceholderBeanProvider.converterMap(BeanProviders.java:361)
at org.eclipse.sisu.wire.LocatorWiring
1 error
com.google.inject.CreationException: Guice creation errors:
1) Explicit bindings are required and org.eclipse.sisu.wire.TypeConverterMap is not explicitly bound.
while locating org.eclipse.sisu.wire.TypeConverterMap
for field at org.eclipse.sisu.wire.PlaceholderBeanProvider.converterMap(BeanProviders.java:361)
at org.eclipse.sisu.wire.LocatorWiring
1 error
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:435) ~[guice-3.0.jar:na]
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:154) ~[guice-3.0.jar:na]
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106) ~[guice-3.0.jar:na]
at com.google.inject.Guice.createInjector(Guice.java:95) ~[guice-3.0.jar:na]
at io.airlift.bootstrap.Bootstrap.initialize(Bootstrap.java:278) ~[bootstrap-0.79.jar:0.79]
at io.looper.Main.main(Main.java:49) ~[classes/:na]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment