Hi all, I'm using Jmeter 2.3.4. In signle thread I'm using TCPSampler with BinaryTCPClientImpl class. When I send a message for example: 0A02010000000A00009B7C, server response with 2 data frames (see log file http://www.nabble.com/file/p24268557/wireshark.txt wireshark.txt ), but thread never stopped. It should close session after. JMeter Log file: 2009/06/30 10:57:30 INFO - jmeter.engine.StandardJMeterEngine: Running the test! 2009/06/30 10:57:30 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(true,*local*) 2009/06/30 10:57:31 INFO - jmeter.engine.StandardJMeterEngine: Starting 1 threads for group group. Ramp up = 6. 2009/06/30 10:57:31 INFO - jmeter.engine.StandardJMeterEngine: Thread will continue on error 2009/06/30 10:57:31 INFO - jmeter.threads.JMeterThread: jmeterthread.startearlier=true (see jmeter.properties) 2009/06/30 10:57:31 INFO - jmeter.threads.JMeterThread: Running PostProcessors in forward order 2009/06/30 10:57:31 INFO - jmeter.engine.StandardJMeterEngine: All threads have been started 2009/06/30 10:57:31 INFO - jmeter.threads.JMeterThread: Thread started: group 1-1
In jmeter.properties I set following settings: #--------------------------------------------------------------------------- # TCP Sampler configuration #--------------------------------------------------------------------------- # The default handler class #tcp.handler=TCPClientImpl tcp.handler=BinaryTCPClientImpl # # eolByte = byte value for end of line # set this to a value outside the range -128 to +127 to skip eol checking tcp.BinaryTCPClient.eomByte=7C # # status.prefix and suffix = strings that enclose the status response code #tcp.status.prefix=Status= #tcp.status.suffix=. # # status.properties = property file to convert codes to messages #tcp.status.properties=mytestfiles/tcpstatus.properties Maybe I do something wrong with this? Please help. -- View this message in context: http://www.nabble.com/Problem-with-closing-TCP-session-tp24268557p24268557.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]

