Bug 35426 - java.io.IOException: Stream closed with SOAP/XML-RPC
Summary: java.io.IOException: Stream closed with SOAP/XML-RPC
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: Nightly (Please specify date)
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 10:08 UTC by St
Modified: 2005-06-24 09:37 UTC (History)
0 users



Attachments
Test case (14.94 KB, application/octet-stream)
2005-06-20 10:12 UTC, St
Details
JMeter log (811.89 KB, application/octet-stream)
2005-06-20 10:17 UTC, St
Details

Note You need to log in before you can comment on or make changes to this bug.
Description St 2005-06-20 10:08:55 UTC
I use nightly build 20050617.

This happen when I use a rate of 6 conn/sec (with 2 Soap requests). With 4 or
less it didn't happen. It does not happen immediatly but after some tens of
connections.

The server is OC4J. The server does not seem to log these connections at all.
Comment 1 St 2005-06-20 10:12:59 UTC
Created attachment 15471 [details]
Test case
Comment 2 St 2005-06-20 10:17:02 UTC
Created attachment 15472 [details]
JMeter log

I have trunked the end of the file because it was too large.
Comment 3 St 2005-06-20 10:23:44 UTC
java.io.IOException: Stream closed
	at java.io.BufferedInputStream.ensureOpen(Unknown Source)
	at java.io.BufferedInputStream.read(Unknown Source)
	at java.io.FilterInputStream.read(Unknown Source)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:241)
	at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:460)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:523)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:512)
	at org.apache.jmeter.protocol.http.sampler.SoapSampler.sample(SoapSampler.java:146)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254)
	at java.lang.Thread.run(Unknown Source)
Comment 4 St 2005-06-24 17:37:52 UTC
Finally there is probably no bug in JMeter but on the server which close
connections.
Comment 5 The ASF infrastructure team 2022-09-24 20:37:35 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1562