rich-state-73859
05/09/2023, 7:37 PMPAC4J_SESSIONSTORE_PROVIDER=PlayCacheSessionStore
.
To reproduce, add PAC4J_SESSIONSTORE_PROVIDER=PlayCacheSessionStore
to docker-compose.yaml
and run quickstart.
Oops, cannot start the server.
com.google.inject.CreationException: Unable to create injector, see the following errors:
1) No implementation for play.cache.SyncCacheApi was bound.
at auth.AuthModule.configure(AuthModule.java:81) (via modules: com.google.inject.util.Modules$OverrideModule -> auth.AuthModule)
1 error
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:554)
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:161)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:108)
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.inject.guice.GuiceBuilder.injector(GuiceBuilder.java:211)
at play.inject.guice.GuiceApplicationBuilder.build(GuiceApplicationBuilder.java:121)
at play.inject.guice.GuiceApplicationLoader.load(GuiceApplicationLoader.java:32)
at play.api.ApplicationLoader$JavaApplicationLoaderAdapter$1.load(ApplicationLoader.scala:181)
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)
lively-cat-88289
05/09/2023, 7:37 PMdelightful-ram-75848
05/10/2023, 1:08 AMrich-state-73859
05/23/2023, 4:50 AM