Kundan Atre
Kundan Atre

Reputation: 3961

java.io.IOException: Remotely closed in gatling

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?

Upvotes: 1

Views: 3388

Answers (1)

Stephane Landelle
Stephane Landelle

Reputation: 7038

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.

Upvotes: 1

Related Questions