Front end doesn't show up after running mvn lagom:runAll

I cloned the chirper example code at https://github.com/lagom/lagom-java-maven-chirper-example . After downloading and extracting the zip content when I run mvn lagon:runAll, It throws the following error
Action Not Found

For request ‘GET /’
These routes have been tried, in this order:
1GET\Q/api/users/\E([^/]+)Service: friendservice (http://0.0.0.0:60399)

etc…

Hi, any help here would be appreciated as I really wanted to get into the nuances of lagom framework …

Thanks and Regards

@vimalmishrra is there any other error on service start?

@vimalmishrra please post full stack

Screenshot of the error that I get is attached herewith. Am also pasting the serverlogs that I get

Basically I’ve downloaded the chirper zip from https://github.com/lagom/lagom-java-maven-chirper-example.
After I do a mvn lagom:runAll, this is the error that I see on the browser when I hit localhost:9000. I’m new to Lagom and Play. Kindly help me to see at least index html.

Screenshot of the error that I get is attached herewith. Am also pasting the serverlogs that I get

Basically I’ve downloaded the chirper zip from https://github.com/lagom/lagom-java-maven-chirper-example.
After I do a mvn lagom:runAll, this is the error that I see on the browser when I hit localhost:9000. I’m new to Lagom and Play. Kindly help me to see at least index html.

chiper-error|690x270

Server Logs —1st part

[INFO] Scanning for projects…
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.lightbend.lagom.sample.chirper:front-end:jar:1.0.0-SNAPSHOT
[WARNING] ‘dependencies.dependency.(groupId:artifactId:type:classifier)’ must be unique: com.lightbend.lagom:lagom-javadsl-client_{scala.binary.version}:jar -> version (?) vs {lagom.version} @ com.lightbend.lagom.sample.chirper:front-end:[unknown-version], G:\lagom-java-maven-chirper-example-master\front-end\pom.xml, line 56, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] lagom-java-chirper [pom]
[INFO] friend-api [jar]
[INFO] friend-impl [jar]
[INFO] chirp-api [jar]
[INFO] chirp-impl [jar]
[INFO] activity-stream-api [jar]
[INFO] activity-stream-impl [jar]
[INFO] load-test-api [jar]
[INFO] load-test-impl [jar]
[INFO] front-end [jar]
[INFO]
[INFO] -------< com.lightbend.lagom.sample.chirper:lagom-java-chirper >--------
[INFO] Building lagom-java-chirper 1.0.0-SNAPSHOT [1/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] — lagom-maven-plugin:1.4.9:runAll (default-cli) @ lagom-java-chirper —
[INFO] Starting Kafka
[INFO] Detected Guava >= 19 in the classpath, using modern compatibility layer
[INFO] Starting Cassandra
.[INFO] Could not load JNR C Library, native system calls through this library will not be available (set this logger level to DEBUG to see the full stack trace).
[INFO] Using java.lang.System clock to generate timestamps.
[INFO] Did not find Netty’s native epoll transport in the classpath, defaulting to NIO.
.[INFO] Using java.lang.System clock to generate timestamps.
.[INFO] Using java.lang.System clock to generate timestamps.
.[INFO] Using java.lang.System clock to generate timestamps.
.[INFO] Using java.lang.System clock to generate timestamps.
.[INFO] Using java.lang.System clock to generate timestamps.
.[INFO] Using java.lang.System clock to generate timestamps.
.[INFO] Using java.lang.System clock to generate timestamps.
[INFO] Using data-center name ‘datacenter1’ for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
[INFO] New Cassandra host /127.0.0.1:4000 added

[INFO] Cassandra server running at 127.0.0.1:4000
2018-12-17T12:06:09.162Z [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
2018-12-17T12:06:13.353Z [info] com.lightbend.lagom.discovery.ServiceLocatorServer [] - Service locator can be reached at http://localhost:9008
2018-12-17T12:06:13.353Z [info] com.lightbend.lagom.discovery.ServiceLocatorServer [] - Service gateway can be reached at http://localhost:9000
[INFO] Service locator is running at http://localhost:9008
[INFO] Service gateway is running at http://localhost:9000
17:36:18.086 [info] play.core.server.NettyServer [] - Listening for HTTP on /0:0:0:0:0:0:0:0:60399
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\friend-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Nothing to compile - all classes are up to date
17:36:24.440 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
17:36:24.473 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-1-worker-1, akkaSource=akka.remote.Remoting, sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:24.471UTC] - Starting remoting
17:36:24.654 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-1-worker-1, akkaTimestamp=12:06:24.653UTC, akkaSource=akka.remote.Remoting, sourceActorSystem=friend-impl-application] - Remoting started; listening on addresses :[akka.tcp://friend-impl-application@127.0.0.1:62798]
17:36:24.656 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-1-worker-1, akkaTimestamp=12:06:24.656UTC, akkaSource=akka.remote.Remoting, sourceActorSystem=friend-impl-application] - Remoting now listens on addresses: [akka.tcp://friend-impl-application@127.0.0.1:62798]
17:36:24.698 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=ForkJoinPool-1-worker-1, akkaTimestamp=12:06:24.698UTC, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - Starting up, Akka version [2.5.18] …
17:36:24.782 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=ForkJoinPool-1-worker-1, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:24.782UTC] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - Registered cluster JMX MBean [akka:type=Cluster,port=62798]
17:36:24.783 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=ForkJoinPool-1-worker-1, akkaTimestamp=12:06:24.782UTC, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - Started up successfully
17:36:24.849 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=friend-impl-application-akka.actor.default-dispatcher-3, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:24.847UTC] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - No seed-nodes configured, manual cluster join required
17:36:26.090 [info] play.api.http.EnabledFilters [] - Enabled Filters (see https://www.playframework.com/documentation/latest/Filters):

17:36:26.194 [info] play.api.Play [] - Application started (Dev)
17:36:26.237 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=friend-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:06:26.221UTC, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - Node [akka.tcp://friend-impl-application@127.0.0.1:62798] is JOINING itself (with roles [dc-default]) and forming new cluster
17:36:26.238 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=friend-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:06:26.226UTC, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] dc [default] is the new leader
17:36:26.254 [info] akka.cluster.Cluster(akka://friend-impl-application) [sourceThread=friend-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:06:26.244UTC, akkaSource=akka.cluster.Cluster(akka://friend-impl-application), sourceActorSystem=friend-impl-application] - Cluster Node [akka.tcp://friend-impl-application@127.0.0.1:62798] - Leader is moving node [akka.tcp://friend-impl-application@127.0.0.1:62798] to [Up]
17:36:26.293 [info] akka.actor.EmptyLocalActorRef [sourceThread=friend-impl-application-akka.actor.default-dispatcher-3, akkaSource=akka://friend-impl-application/system/sharding/FriendEntityCoordinator/singleton/coordinator, sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:26.281UTC] - Message [akka.cluster.sharding.ShardCoordinator$Internal$Register] from Actor[akka://friend-impl-application/system/sharding/FriendEntity#-1403880314] to Actor[akka://friend-impl-application/system/sharding/FriendEntityCoordinator/singleton/coordinator] was not delivered. [1] dead letters encountered. If this is not an expected behavior, then [Actor[akka://friend-impl-application/system/sharding/FriendEntityCoordinator/singleton/coordinator]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings ‘akka.log-dead-letters’ and ‘akka.log-dead-letters-during-shutdown’.
17:36:26.305 [info] akka.actor.EmptyLocalActorRef [sourceThread=friend-impl-application-akka.actor.default-dispatcher-18, akkaTimestamp=12:06:26.305UTC, akkaSource=akka://friend-impl-application/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator, sourceActorSystem=friend-impl-application] - Message [akka.cluster.sharding.ShardCoordinator$Internal$Register] from Actor[akka://friend-impl-application/system/sharding/FriendEventProcessor#-214170541] to Actor[akka://friend-impl-application/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator] was not delivered. [2] dead letters encountered. If this is not an expected behavior, then [Actor[akka://friend-impl-application/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings ‘akka.log-dead-letters’ and ‘akka.log-dead-letters-during-shutdown’.
17:36:26.326 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-18, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/readSideGlobalPrepare-FriendEventProcessor-singleton, sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:26.325UTC] - Singleton manager starting singleton actor [akka://friend-impl-application/user/readSideGlobalPrepare-FriendEventProcessor-singleton/singleton]
17:36:26.329 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-16, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/cassandraOffsetStorePrepare-singleton, sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:26.328UTC] - Singleton manager starting singleton actor [akka://friend-impl-application/user/cassandraOffsetStorePrepare-singleton/singleton]
17:36:26.330 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:26.329UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEntityCoordinator, sourceActorSystem=friend-impl-application] - Singleton manager starting singleton actor [akka://friend-impl-application/system/sharding/FriendEntityCoordinator/singleton]
17:36:26.332 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-5, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessorCoordinator, sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:26.331UTC] - Singleton manager starting singleton actor [akka://friend-impl-application/system/sharding/FriendEventProcessorCoordinator/singleton]
17:36:26.333 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:26.332UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEntityCoordinator, sourceActorSystem=friend-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:26.347 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:26.346UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/cassandraOffsetStorePrepare-singleton, sourceActorSystem=friend-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:26.349 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-18, akkaTimestamp=12:06:26.349UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/readSideGlobalPrepare-FriendEventProcessor-singleton, sourceActorSystem=friend-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:26.350 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=friend-impl-application-akka.actor.default-dispatcher-5, akkaTimestamp=12:06:26.349UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessorCoordinator, sourceActorSystem=friend-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:26.362 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=friend-impl-application-akka.actor.default-dispatcher-2, akkaTimestamp=12:06:26.361UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/readSideGlobalPrepare-FriendEventProcessor-singleton/singleton/readSideGlobalPrepare-FriendEventProcessor, sourceActorSystem=friend-impl-application] - Executing cluster start task readSideGlobalPrepare-FriendEventProcessor.
17:36:26.388 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=friend-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:26.361UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare, sourceActorSystem=friend-impl-application] - Executing cluster start task cassandraOffsetStorePrepare.
17:36:27.284 [info] akka.cluster.singleton.ClusterSingletonProxy [sourceThread=friend-impl-application-akka.actor.default-dispatcher-17, akkaTimestamp=12:06:27.283UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/cassandraOffsetStorePrepare-singletonProxy, sourceActorSystem=friend-impl-application] - Singleton identified at [akka://friend-impl-application/user/cassandraOffsetStorePrepare-singleton/singleton]
17:36:27.295 [info] akka.cluster.singleton.ClusterSingletonProxy [sourceThread=friend-impl-application-akka.actor.default-dispatcher-2, akkaTimestamp=12:06:27.295UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/readSideGlobalPrepare-FriendEventProcessor-singletonProxy, sourceActorSystem=friend-impl-application] - Singleton identified at [akka://friend-impl-application/user/readSideGlobalPrepare-FriendEventProcessor-singleton/singleton]
17:36:31.944 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=friend-impl-application-akka.actor.default-dispatcher-18, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/readSideGlobalPrepare-FriendEventProcessor-singleton/singleton/readSideGlobalPrepare-FriendEventProcessor, sourceActorSystem=friend-impl-application, akkaTimestamp=12:06:31.941UTC] - Cluster start task readSideGlobalPrepare-FriendEventProcessor done.
17:36:32.124 [info] play.core.server.NettyServer [] - Listening for HTTP on /0:0:0:0:0:0:0:0:54485
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\chirp-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Nothing to compile - all classes are up to date

17:36:33.213 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=friend-impl-application-akka.actor.default-dispatcher-5, akkaTimestamp=12:06:33.213UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare, sourceActorSystem=friend-impl-application] - Cluster start task cassandraOffsetStorePrepare done.
17:36:35.426 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
17:36:35.550 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-4-worker-1, akkaSource=akka.remote.Remoting, sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:35.455UTC] - Starting remoting
17:36:35.799 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-4-worker-1, akkaSource=akka.remote.Remoting, sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:35.797UTC] - Remoting started; listening on addresses :[akka.tcp://chirp-impl-application@127.0.0.1:62918]
17:36:35.809 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-4-worker-1, akkaTimestamp=12:06:35.802UTC, akkaSource=akka.remote.Remoting, sourceActorSystem=chirp-impl-application] - Remoting now listens on addresses: [akka.tcp://chirp-impl-application@127.0.0.1:62918]
17:36:35.840 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=ForkJoinPool-4-worker-1, akkaTimestamp=12:06:35.840UTC, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - Starting up, Akka version [2.5.18] …
17:36:35.992 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=ForkJoinPool-4-worker-1, akkaTimestamp=12:06:35.924UTC, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - Registered cluster JMX MBean [akka:type=Cluster,port=62918]
17:36:35.993 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=ForkJoinPool-4-worker-1, akkaTimestamp=12:06:35.924UTC, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - Started up successfully
17:36:36.009 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:36.007UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://friend-impl-application/), Path(/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [1] buffered messages. [Coordinator [Member(address = akka.tcp://friend-impl-application@127.0.0.1:62798, status = Up)] is reachable.]
17:36:36.087 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-5, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:36.086UTC] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - No seed-nodes configured, manual cluster join required
17:36:37.292 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-2, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:37.292UTC] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] is JOINING itself (with roles [dc-default]) and forming new cluster
17:36:37.309 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-2, akkaTimestamp=12:06:37.308UTC, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] dc [default] is the new leader
17:36:37.388 [info] akka.cluster.Cluster(akka://chirp-impl-application) [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-2, akkaSource=akka.cluster.Cluster(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:37.388UTC] - Cluster Node [akka.tcp://chirp-impl-application@127.0.0.1:62918] - Leader is moving node [akka.tcp://chirp-impl-application@127.0.0.1:62918] to [Up]
17:36:37.918 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-18, akkaTimestamp=12:06:37.911UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singleton, sourceActorSystem=chirp-impl-application] - Singleton manager starting singleton actor [akka://chirp-impl-application/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singleton/singleton]
17:36:37.919 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:37.911UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/cassandraOffsetStorePrepare-singleton, sourceActorSystem=chirp-impl-application] - Singleton manager starting singleton actor [akka://chirp-impl-application/user/cassandraOffsetStorePrepare-singleton/singleton]
17:36:37.947 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/cassandraOffsetStorePrepare-singleton, sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:37.943UTC] - ClusterSingletonManager state change [Start -> Oldest]
17:36:37.947 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:06:37.947UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singleton/singleton/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Executing cluster start task readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor.
17:36:37.952 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-18, akkaTimestamp=12:06:37.951UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singleton, sourceActorSystem=chirp-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:37.952 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-18, akkaTimestamp=12:06:37.952UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare, sourceActorSystem=chirp-impl-application] - Executing cluster start task cassandraOffsetStorePrepare.
17:36:37.963 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:37.963UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator, sourceActorSystem=chirp-impl-application] - Singleton manager starting singleton actor [akka://chirp-impl-application/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton]
17:36:37.964 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:37.963UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator, sourceActorSystem=chirp-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:38.006 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-17, akkaTimestamp=12:06:38.006UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://friend-impl-application/), Path(/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [1] buffered messages. [Coordinator [Member(address = akka.tcp://friend-impl-application@127.0.0.1:62798, status = Up)] is reachable.]
17:36:38.340 [info] akka.actor.EmptyLocalActorRef [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-17, akkaTimestamp=12:06:38.340UTC, akkaSource=akka://chirp-impl-application/system/sharding/ChirpTimelineEntityCoordinator/singleton/coordinator, sourceActorSystem=chirp-impl-application] - Message [akka.cluster.sharding.ShardCoordinator$Internal$Register] from Actor[akka://chirp-impl-application/system/sharding/ChirpTimelineEntity#-1811171595] to Actor[akka://chirp-impl-application/system/sharding/ChirpTimelineEntityCoordinator/singleton/coordinator] was not delivered. [1] dead letters encountered. If this is not an expected behavior, then [Actor[akka://chirp-impl-application/system/sharding/ChirpTimelineEntityCoordinator/singleton/coordinator]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings ‘akka.log-dead-letters’ and ‘akka.log-dead-letters-during-shutdown’.
17:36:38.342 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:38.342UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpTimelineEntityCoordinator, sourceActorSystem=chirp-impl-application] - Singleton manager starting singleton actor [akka://chirp-impl-application/system/sharding/ChirpTimelineEntityCoordinator/singleton]
17:36:38.343 [info] akka.cluster.singleton.ClusterSingletonManager [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:38.342UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpTimelineEntityCoordinator, sourceActorSystem=chirp-impl-application] - ClusterSingletonManager state change [Start -> Oldest]
17:36:38.820 [info] play.api.http.EnabledFilters [] - Enabled Filters (see https://www.playframework.com/documentation/latest/Filters):

17:36:38.846 [info] akka.cluster.singleton.ClusterSingletonProxy [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-18, akkaTimestamp=12:06:38.845UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/cassandraOffsetStorePrepare-singletonProxy, sourceActorSystem=chirp-impl-application] - Singleton identified at [akka://chirp-impl-application/user/cassandraOffsetStorePrepare-singleton/singleton]
17:36:38.868 [info] akka.cluster.singleton.ClusterSingletonProxy [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singletonProxy, sourceActorSystem=chirp-impl-application, akkaTimestamp=12:06:38.868UTC] - Singleton identified at [akka://chirp-impl-application/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singleton/singleton]
17:36:38.917 [info] play.api.Play [] - Application started (Dev)
17:36:39.984 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-5, akkaTimestamp=12:06:39.983UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://friend-impl-application/), Path(/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [1] buffered messages. [Coordinator [Member(address = akka.tcp://friend-impl-application@127.0.0.1:62798, status = Up)] is reachable.]
17:36:41.997 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-5, akkaTimestamp=12:06:41.996UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://friend-impl-application/), Path(/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [1] buffered messages. [Coordinator [Member(address = akka.tcp://friend-impl-application@127.0.0.1:62798, status = Up)] is reachable.]
17:36:42.341 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:42.339UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor-singleton/singleton/readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Cluster start task readSideGlobalPrepare-ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor done.
17:36:43.650 [info] com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:43.649UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/user/cassandraOffsetStorePrepare-singleton/singleton/cassandraOffsetStorePrepare, sourceActorSystem=chirp-impl-application] - Cluster start task cassandraOffsetStorePrepare done.
17:36:43.984 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:43.983UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://friend-impl-application/), Path(/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [1] buffered messages. [Coordinator [Member(address = akka.tcp://friend-impl-application@127.0.0.1:62798, status = Up)] is reachable.]
17:36:44.100 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:44.099UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Retry request for shard [sample.chirper.friend.impl.FriendEvent] homes from coordinator at [Actor[akka://friend-impl-application/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator#-807949257]]. [1] buffered messages.
17:36:44.101 [warn] akka.cluster.sharding.ShardRegion [sourceThread=friend-impl-application-akka.actor.default-dispatcher-16, akkaTimestamp=12:06:44.100UTC, akkaSource=akka.tcp://friend-impl-application@127.0.0.1:62798/system/sharding/FriendEventProcessor, sourceActorSystem=friend-impl-application] - Retry request for shard [sample.chirper.friend.impl.FriendEvent] homes from coordinator at [Actor[akka://friend-impl-application/system/sharding/FriendEventProcessorCoordinator/singleton/coordinator#-807949257]]. [1] buffered messages.
17:36:46.747 [info] play.core.server.NettyServer [] - Listening for HTTP on /0:0:0:0:0:0:0:0:51855
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\friend-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\chirp-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\activity-stream-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Nothing to compile - all classes are up to date
17:36:48.018 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:48.011UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://chirp-impl-application/), Path(/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [3] buffered messages. [Coordinator [Member(address = akka.tcp://chirp-impl-application@127.0.0.1:62918, status = Up)] is reachable.]
17:36:50.030 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-6, akkaTimestamp=12:06:50.030UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://chirp-impl-application/), Path(/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [3] buffered messages. [Coordinator [Member(address = akka.tcp://chirp-impl-application@127.0.0.1:62918, status = Up)] is reachable.]
17:36:51.172 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
17:36:52.010 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:06:52.009UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://chirp-impl-application/), Path(/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [3] buffered messages. [Coordinator [Member(address = akka.tcp://chirp-impl-application@127.0.0.1:62918, status = Up)] is reachable.]
17:36:52.687 [info] play.api.http.EnabledFilters [] - Enabled Filters (see https://www.playframework.com/documentation/latest/Filters):

17:36:52.811 [info] play.api.Play [] - Application started (Dev)
17:36:54.031 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-2, akkaTimestamp=12:06:54.030UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Trying to register to coordinator at [ActorSelection[Anchor(akka://chirp-impl-application/), Path(/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator)]], but no acknowledgement. Total [3] buffered messages. [Coordinator [Member(address = akka.tcp://chirp-impl-application@127.0.0.1:62918, status = Up)] is reachable.]
17:36:54.638 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:54.638UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Retry request for shard [sample.chirper.chirp.impl.ChirpTimelineEvent2] homes from coordinator at [Actor[akka://chirp-impl-application/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator#929531526]]. [1] buffered messages.
17:36:54.639 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:54.638UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Retry request for shard [sample.chirper.chirp.impl.ChirpTimelineEvent0] homes from coordinator at [Actor[akka://chirp-impl-application/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator#929531526]]. [1] buffered messages.
17:36:54.639 [warn] akka.cluster.sharding.ShardRegion [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:54.638UTC, akkaSource=akka.tcp://chirp-impl-application@127.0.0.1:62918/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessor, sourceActorSystem=chirp-impl-application] - Retry request for shard [sample.chirper.chirp.impl.ChirpTimelineEvent1] homes from coordinator at [Actor[akka://chirp-impl-application/system/sharding/ChirpRepositoryImpl%24ChirpTimelineEventReadSideProcessorCoordinator/singleton/coordinator#929531526]]. [1] buffered messages.
17:36:55.027 [warn] akka.stream.scaladsl.RestartWithBackoffSource [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-3, akkaTimestamp=12:06:55.026UTC, akkaSource=RestartWithBackoffSource(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application] - Restarting graph due to failure. stack_trace: (com.lightbend.lagom.internal.persistence.cassandra.NoServiceLocatorException: Timed out after 2 seconds while waiting for a ServiceLocator. Have you configured one?)
17:36:55.029 [warn] akka.stream.scaladsl.RestartWithBackoffSource [sourceThread=chirp-impl-application-akka.actor.default-dispatcher-17, akkaTimestamp=12:06:55.026UTC, akkaSource=RestartWithBackoffSource(akka://chirp-impl-application), sourceActorSystem=chirp-impl-application] - Restarting graph due to failure. stack_trace: (com.lightbend.lagom.internal.persistence.cassandra.NoServiceLocatorException: Timed out after 2 seconds while waiting for a ServiceLocator. Have you configured one?)
17:36:58.238 [info] play.core.server.NettyServer [] - Listening for HTTP on /0:0:0:0:0:0:0:0:51796
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\friend-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\chirp-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\activity-stream-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory G:\lagom-java-maven-chirper-example-master\load-test-api\src\main\resources
[INFO] Nothing to compile - all classes are up to date
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Nothing to compile - all classes are up to date
17:37:01.966 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
17:37:02.083 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-6-worker-1, akkaSource=akka.remote.Remoting, sourceActorSystem=load-test-impl-application, akkaTimestamp=12:07:02.016UTC] - Starting remoting
17:37:02.443 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-6-worker-1, akkaTimestamp=12:07:02.433UTC, akkaSource=akka.remote.Remoting, sourceActorSystem=load-test-impl-application] - Remoting started; listening on addresses :[akka.tcp://load-test-impl-application@127.0.0.1:63124]
17:37:02.444 [info] akka.remote.Remoting [sourceThread=ForkJoinPool-6-worker-1, akkaTimestamp=12:07:02.436UTC, akkaSource=akka.remote.Remoting, sourceActorSystem=load-test-impl-application] - Remoting now listens on addresses: [akka.tcp://load-test-impl-application@127.0.0.1:63124]
17:37:02.487 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=ForkJoinPool-6-worker-1, akkaTimestamp=12:07:02.487UTC, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - Starting up, Akka version [2.5.18] …
17:37:02.573 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=ForkJoinPool-6-worker-1, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application, akkaTimestamp=12:07:02.572UTC] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - Registered cluster JMX MBean [akka:type=Cluster,port=63124]
17:37:02.574 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=ForkJoinPool-6-worker-1, akkaTimestamp=12:07:02.572UTC, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - Started up successfully
17:37:02.622 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=load-test-impl-application-akka.actor.default-dispatcher-5, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application, akkaTimestamp=12:07:02.619UTC] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - No seed-nodes configured, manual cluster join required
17:37:03.147 [warn] application [] - application.conf @ file:/G:/lagom-java-maven-chirper-example-master/load-test-impl/target/classes/application.conf: 1: play.crypto.secret is deprecated, use play.http.secret.key instead
17:37:03.770 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=load-test-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:07:03.769UTC, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] is JOINING itself (with roles [dc-default]) and forming new cluster
17:37:03.777 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=load-test-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:07:03.776UTC, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] dc [default] is the new leader
17:37:03.810 [info] akka.cluster.Cluster(akka://load-test-impl-application) [sourceThread=load-test-impl-application-akka.actor.default-dispatcher-4, akkaTimestamp=12:07:03.810UTC, akkaSource=akka.cluster.Cluster(akka://load-test-impl-application), sourceActorSystem=load-test-impl-application] - Cluster Node [akka.tcp://load-test-impl-application@127.0.0.1:63124] - Leader is moving node [akka.tcp://load-test-impl-application@127.0.0.1:63124] to [Up]
17:37:03.823 [info] play.api.http.EnabledFilters [] - Enabled Filters (see https://www.playframework.com/documentation/latest/Filters):

17:37:03.939 [info] play.api.Play [] - Application started (Dev)
17:37:07.820 [info] play.core.server.NettyServer [] - Listening for HTTP on /0:0:0:0:0:0:0:0:57143
[INFO] Executing tasks

main:
[echo] Build target: ${buildTarget}
[INFO] Executed tasks
[INFO] Node v6.10.2 is already installed.
[INFO] Running ‘npm install’ in G:\lagom-java-maven-chirper-example-master\front-end
[ERROR] npm ERR! Windows_NT 6.1.7601
[ERROR] npm ERR! argv “G:\lagom-java-maven-chirper-example-master\front-end\target\node\node\node.exe” “G:\lagom-java-maven-chirper-example-master\front-end\target\node\node\node_modules\npm\bin\npm-cli.js” “install”
[ERROR] npm ERR! node v6.10.2
[ERROR] npm ERR! npm v3.10.10
[ERROR] npm ERR! code ECONNRESET
[ERROR]
[ERROR] npm ERR! network tunneling socket could not be established, cause=getaddrinfo ENOTFOUND 80 80:80
[ERROR] npm ERR! network This is most likely not a problem with npm itself
[ERROR] npm ERR! network and is related to network connectivity.
[ERROR] npm ERR! network In most cases you are behind a proxy or have bad network settings.
[ERROR] npm ERR! network
[ERROR] npm ERR! network If you are behind a proxy, please make sure that the
[ERROR] npm ERR! network ‘proxy’ config is set properly. See: ‘npm help config’
[ERROR]
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR! G:\lagom-java-maven-chirper-example-master\front-end\npm-debug.log
[INFO] Service friend-impl listening for HTTP on 0:0:0:0:0:0:0:0:60399
[INFO] Service chirp-impl listening for HTTP on 0:0:0:0:0:0:0:0:54485
[INFO] Service activity-stream-impl listening for HTTP on 0:0:0:0:0:0:0:0:51855
[INFO] Service load-test-impl listening for HTTP on 0:0:0:0:0:0:0:0:51796
[INFO] Service front-end listening for HTTP on 0:0:0:0:0:0:0:0:57143
[INFO] (Services started, press enter to stop and go back to the console…)
Terminate batch job (Y/N)?
Terminate batch job (Y/N)?

This is the relevant part of the error:

It couldn’t run npm install, which is used to build the front end. It wasn’t able to connect to the package registry. Are you required to use a proxy to connect to the internet?

No. I’m not using a proxy. Though I looked at the error too and it is saying that this may not be an npm issue. I’m using my home broadband wifi internet connection.

Hi, It finally worked. I used the below npm commands to remove the proxy settings

npm config rm proxy
npm config rm https-proxy
npm config --global rm proxy
npm config --global rm https-proxy

and then I reran lagom:runAll. The build was successful and I can now see the chirper front end. Thanks for all the help.
Really appreciate.