Hi
I have written a Plugin for Gatling to run load tests against an Actor - Endpoint. Therefore my plug-in starts his own actors which is used for receiving ACKs from the application I like to test. This approach works fine until I’d like to produce a certain amount of load(simulation 150 sender). For some reason at some point of time I got this error
/22/2014 13:17:03.589] [GatlingSystem-akka.actor.default-dispatcher-32] [akka://GatlingSystem/temp/$CXh] Message [com.comApi.EnvelopeMsg] from Actor[akka.tcp://App-Local@ATP/user/ActorEndpoint/ComServActorEndpoint#-1146490951] to Actor[akka://GatlingSystem/temp/$CXh] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration sett.log-dead-letters’ and ‘akka.log-dead-letters-during-shutdown’.
after this error it seems my application (the one I would like to test) put my system into quarantine, and so the testing procedure is over.
I’m now wondering what causes this exception.
Help welcome
Wolfgang