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
{{ message }}
This repository was archived by the owner on May 22, 2018. It is now read-only.
i'm having some trouble with the library service-locator-dns. I'm using following version of the library: "com.lightbend" %% "lagom14-scala-service-locator-dns" % "2.3.0" with lagom version 1.4.1.
When deploying my lagom service to a kubernetes cluster, i'm getting the following error:
[error] a.a.OneForOneStrategy - Ask timed out on [Actor[akka://authenticationservice/user/DnsServiceLocator#1057488938]] after [4000 ms]. Sender[null] sent message of type "com.lightbend.dns.locator.ServiceLocator$GetAddress".
akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://authenticationservice/user/DnsServiceLocator#1057488938]] after [4000 ms]. Sender[null] sent message of type "com.lightbend.dns.locator.ServiceLocator$GetAddress".
at akka.pattern.PromiseActorRef$.$anonfun$defaultOnTimeout$1(AskSupport.scala:595)
at akka.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:605)
at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:140)
at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:866)
at scala.concurrent.BatchingExecutor.execute(BatchingExecutor.scala:109)
at scala.concurrent.BatchingExecutor.execute$(BatchingExecutor.scala:103)
at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:864)
at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:328)
at akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:279)
at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:283)
I'm investigating on this issue for some time already and i don't understand what the problem is.
Any Ideas on what the problem is?
Hi here,
i'm having some trouble with the library service-locator-dns. I'm using following version of the library:
"com.lightbend" %% "lagom14-scala-service-locator-dns" % "2.3.0"with lagom version 1.4.1.When deploying my lagom service to a kubernetes cluster, i'm getting the following error:
I'm investigating on this issue for some time already and i don't understand what the problem is.
Any Ideas on what the problem is?