I am performing load test in jMeter with two thread group both with 50 users and ramp-up period 60 sec. With Blazemeter I recorded a session of filling out and submitting a form and then slightly modified it. One of the group is logging in with POST method and then submit the form, the other is filled with anonymous users. When I run the test I've got the error:
Response code: Non HTTP response code: org.apache.http.ConnectionClosedException Response message: Non-HTTP response message: Premature end of chunk coded message body: closing chunk expected
only for the logged-in group.
This is how my test looks like
I previously used the same test configuration on the same server but with different form and no errors were given.