Skip to content

Instantly share code, notes, and snippets.

@aiacovella
Created December 3, 2016 17:30
Show Gist options
  • Save aiacovella/be4252d43e745cb048ed2689321dbaef to your computer and use it in GitHub Desktop.
Save aiacovella/be4252d43e745cb048ed2689321dbaef to your computer and use it in GitHub Desktop.
akka.actor.InvalidActorNameException: actor name [anonymous-projection-monitor] is not unique!
at akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.reserve(ChildrenContainer.scala:129)
at akka.actor.dungeon.Children$class.reserveChild(Children.scala:130)
at akka.actor.ActorCell.reserveChild(ActorCell.scala:374)
at akka.actor.dungeon.Children$class.makeChild(Children.scala:268)
at akka.actor.dungeon.Children$class.attachChild(Children.scala:46)
at akka.actor.ActorCell.attachChild(ActorCell.scala:374)
at akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:579)
at io.funcqrs.akka.backend.AkkaBackend$class.io$funcqrs$akka$backend$AkkaBackend$$projectionMonitorActorRef(AkkaBackend.scala:32)
at com.pathfinder.business.exceptions.write.CQRSContext$$anon$1.io$funcqrs$akka$backend$AkkaBackend$$projectionMonitorActorRef$lzycompute(CQRSContext.scala:41)
at com.pathfinder.business.exceptions.write.CQRSContext$$anon$1.io$funcqrs$akka$backend$AkkaBackend$$projectionMonitorActorRef(CQRSContext.scala:41)
at io.funcqrs.akka.backend.AkkaBackend$class.aggregateRef(AkkaBackend.scala:45)
at com.pathfinder.business.exceptions.write.CQRSContext$$anon$1.aggregateRef(CQRSContext.scala:41)
at com.pathfinder.business.exceptions.write.CQRSContext$$anon$1.aggregateRef(CQRSContext.scala:41)
at com.pathfinder.business.exceptions.write.domain.service.ExceptionsService.setOrCreateExceptions(ExceptionsService.scala:30)
at com.pathfinder.business.exceptions.write.domain.service.ExceptionsEvaluatorWorker$$anonfun$receive$1$$anonfun$applyOrElse$1.apply(ExceptionsEvaluatorWorker.scala:36)
at com.pathfinder.business.exceptions.write.domain.service.ExceptionsEvaluatorWorker$$anonfun$receive$1$$anonfun$applyOrElse$1.apply(ExceptionsEvaluatorWorker.scala:35)
at scala.util.Success$$anonfun$map$1.apply(Try.scala:237)
at scala.util.Try$.apply(Try.scala:192)
at scala.util.Success.map(Try.scala:237)
at scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:237)
at scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:237)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)
at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:91)
at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)
at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)
at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)
at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:90)
at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:39)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:415)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment