Sorry, this thread can be closed. I've solved the problem. The server was reading from an objectInputStream, but of course JMeter was not writing the text usnig an ObjectOutputStream. so the server cudnt handle the input. Not sure why JMeter cudnt figure out those were failures and not successes though.
Thanks sebb-2-2 wrote: > > On 14/07/2009, eds2103 <[email protected]> wrote: >> >> My server application should respond with a serialized Java object upon >> its >> receipt of a string to a TCP socket opend on a specific port on the >> server. >> I have JMeter write out the graph results to file and I have it >> configured >> to include the response data and success value. However, when I open the >> file after the test completes, it has s="true" <responseData >> type=String></responseData> Why is the response data field empty? It >> should >> be full of this binary crap comprising the serialized Java object. Is it >> blank b/c it can't display binary? What does it mean that success=true? >> Does that mean it definitely succeeded and received the full response >> form >> the server? The manual seems to suggest it will succeed if it gets the >> correct response code. I have my thing configured to output response >> codes >> but they don't show up. >> >> Also, there are a few that it appears time out, however those have >> success=true, too. >> >> Any help appreciated. > > Which version of JMeter? > Any errors reported in jmeter.log or the console? > >> -- >> View this message in context: >> http://www.nabble.com/tcpsampler-output-of-responsedata-tp24471765p24471765.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/tcpsampler-output-of-responsedata-tp24471765p24596565.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

