1
votes

I have recorded scala script using gatling recorder, but when I run it starts showing java.io.IOException: Remotely closed error
Is there any workaround for this?

1

1 Answers

1
votes

That's probably not a Gatling issue, but a real error with your server forcefully closing the connection while Gatling is writing on it.

It could be that your server cannot withstand the load and aggressively closes random connections, or some misconfiguration in some network component.