Hello, I have the same problem but with Soap/XML-RPC request. It happen when I put enough thread (more than 7/sec) after a certain time (some tens of seconds). It does not depend of the size of the transfered data because the same request can work or not.
I entered a bug about this last week (http://issues.apache.org/bugzilla/show_bug.cgi?id=35426) but I finally closed it because after some investigation I came to conclusion that the server was closing connections. Our app server is OC4J on linux running on jrockit. I don't known if the problem come form the server app or the application that has bad exception handling (and maybe could close the connection when for example the database is overloaded), I am still working on this. I concluded the server was responsible because by using differents server config the problem didn't happened or happened later. But if Jmeter has some bug I am interested about that (maybe we should reopen the bug). I use the nigthly build 20050623. Stéphane > -----Message d'origine----- > De : Dmitry Markushevich [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 24 juin 2005 20:21 > À : [email protected] > Objet : Re: Stream Closed When Sending Large Messages with > SOAP/XML-RPC > > Hello everyone. > > I've tried the latest nightly (20050622 if I'm not mistaken) and this > issue (Stream closed) is also happening for me. The difference between > my and the original poster is that we use a simple HTTPSampler, and my > messages are tiny (simple posts and gets). If I start the > test with only > a few threads/users it seems to proceed properly. If I increase the > number of threads/users a large portion will start experiencing the > "Stream closed" exceptions. Any thoughts as to why this might be > occurring? > > I'm guessing this will not be merged into an old thread, so here's a > link to last weeks post on the list: > http://www.mail-archive.com/jmeter-user% > 40jakarta.apache.org/msg07541.html > > Any help will be appreciated. > > -Dmitry > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

