Re: Modifying data while filling forms and basic Jmeter help

2009-07-13 Thread phanikishan
Deepak Shetty wrote: a 404 means file not found. Observe the Requested URL and check whether the URL is right and the file really doesnt exist or if the URL is wrong. Directly typing this URL in the browser should give you the same error. Most browser incompatibilities are due to js/css

Re: Modifying data while filling forms and basic Jmeter help

2009-07-13 Thread Deepak Shetty
Hi Hey the url doesnt really exist indeed, but why is it appearing in the recorded commands? Because the HTML page contains a reference to your css file in the form of link, the browser will make a request to this CSS file and it will get recorded (the browser however ignores this error) (I said

Re: Oracle protocol support...

2009-07-13 Thread Tony Anecito
Hi All, NCA protocol is used with Oracle Forms in case you do not know. Thanks, -Tony --- On Thu, 7/9/09, Tony Anecito adanec...@yahoo.com wrote: From: Tony Anecito adanec...@yahoo.com Subject: Oracle protocol support... To: JMeter jmeter-user@jakarta.apache.org Date: Thursday, July 9,

tcpsampler output of responsedata

2009-07-13 Thread eds2103
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