Guest User

Untitled

a guest
Dec 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.lightbend.lagom</groupId>
  3. <artifactId>lagom-javadsl-persistence-jdbc_${scala.binary.version}</artifactId>
  4. <version>${lagom.version}</version>
  5. </dependency>
  6.  
  7. db.default {
  8. driver = "com.mysql.jdbc.Driver"
  9. url = "jdbc:mysql://localhost:3306/test"
  10. user = "root"
  11. password = ""
  12. }
  13. jdbc-defaults.slick.profile = "slick.jdbc.MySQLProfile$"
  14. lagom.persistence.jdbc.create-tables.auto = true
  15.  
  16. {"name":"akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://hello-impl-application/system/sharding/HelloEntity#976224651]] after [10000 ms]. Message of type [com.lightbend.lagom.javadsl.persistence.CommandEnvelope]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.","detail":"akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://hello-impl-application/system/sharding/HelloEntity#976224651]] after [10000 ms]. Message of type [com.lightbend.lagom.javadsl.persistence.CommandEnvelope]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.rntat akka.pattern.PromiseActorRef$.$anonfun$defaultOnTimeout$1(AskSupport.scala:635)rntat akka.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:650)rntat akka.actor.Scheduler$$anon$4.run(Scheduler.scala:205)rntat scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:870)rntat scala.concurrent.BatchingExecutor.execute(BatchingExecutor.scala:109)rntat scala.concurrent.BatchingExecutor.execute$(BatchingExecutor.scala:103)rntat scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:868)rntat akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:328)rntat akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:279)rntat akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:283)rntat akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:235)rntat java.lang.Thread.run(Thread.java:748)rn"}
Add Comment
Please, Sign In to add comment