java.io.IOException: Remotely closed in gatling

3.3k Views Asked by At

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

1

There are 1 best solutions below

3
On

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.