I am starting with Lagom and having some difficulties running the chirper example. Upon executing with mvn lagom:runAll, I get the following error:
com.google.inject.ProvisionException: Unable to provision, see the following errors:
- No implementation for com.lightbend.lagom.javadsl.server.LagomServiceRouter was bound.
while locating com.lightbend.lagom.javadsl.server.LagomServiceRouter
while locating play.api.inject.RoutesProvider
while locating play.api.routing.Router
for the 1st parameter of play.api.http.JavaCompatibleHttpRequestHandler.(HttpRequestHandler.scala:217)
while locating play.api.http.JavaCompatibleHttpRequestHandler
while locating play.api.http.HttpRequestHandler
for the 6th parameter of play.api.DefaultApplication.(Application.scala:236)
at play.api.DefaultApplication.class(Application.scala:235)
while locating play.api.DefaultApplication
while locating play.api.Application
I am running with:
java version “1.8.0_181”
Apache Maven 3.5.4
I have just cloned the git repo… I also tried to run from different branches with the same error.
Does anyone have any idea on how to fix this (the Hello application ran fine).