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
21) No implementation for play.api.db.Database was bound.
while locating play.api.db.Database
for the 1st parameter of repositories.TagRepository.<init>(TagRepository.scala:8)
while locating repositories.TagRepository
for the 2nd parameter of repositories.FeatureRepository.<init>(FeatureRepository.scala:13)
while locating repositories.FeatureRepository
for the 2nd parameter of services.FeatureService.<init>(FeatureService.scala:19)
while locating services.FeatureService
for the 3rd parameter of services.ProjectService.<init>(ProjectService.scala:18)
while locating services.ProjectService
for the 2nd parameter of controllers.ProjectController.<init>(ProjectController.scala:16)
while locating controllers.ProjectController
for the 3rd parameter of router.Routes.<init>(Routes.scala:73)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:129):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$4)
OS: Windows 10 pro
Docker:
I have followed the description at https://thegardener.kelkoogroup.com/app/documentation/navigate/_doc/theGardener/master/_Admin/Install to start with H2 or mysql. In both cases I get 21 times the following error:
The effect is, that the container dies.
If I simply run this command:
I get a running container, but I am unable to configure anything - I have no custom-application.conf to customize.
Expected: thegardener should run with the configuration created by install.sh
The text was updated successfully, but these errors were encountered: