AsynHandlerActor Error

Hello,

I am getting this error when running a simulation on gatling version 2.0.1:

“10:19:47.163 [WARN ] i.g.h.a.AsyncHandlerActor - Request ‘request_6’ failed: status.find.in(200,304,201,202,203,204,205,206,207,208,209), but actually found 403”

What would attribute to this error? I am testing on an application I own and I have turned off the security mechanism in place.

Any help will be greatly appreciated! Thank you!

Can anyone please help me with this?

Modify your logback.xml and set the logging level to TRACE. Gatling will output enough information for you to be able to tell what is going wrong.

Thank you for the tip!