You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Dmitri G. Chtchekine" <dg...@emory.edu> on 2002/01/15 18:11:59 UTC

java.io.FileNotFoundException

>From time to time I get this exception on jmeter console:
java.io.FileNotFoundException: http://host1/servlet/SOP
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:574)
        at
sun.net.www.protocol.http.HttpURLConnection.getHeaderFieldKey(HttpURLConnection.java:839)

        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.saveConnectionCookies(HTTPSampler.jav
a:346)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:253)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:111)
        at
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:134)
        at java.lang.Thread.run(Thread.java:484)

I realize it may be related to the backend server, however I don't see
any exceptions thrown on the backend.
Has anyone seen this exception due to jmeter itself ?
TIA


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


New Modifier for parameter setting?

Posted by Roland Chan <rc...@casebank.com>.
I'm in the process of creating another modifier for storing parameters
found in a response for later use by another request.

For example, I have a hidden form field in frame 1 whose dynamic value
we will store for later use.  In the content frame, frame 2, we click on
a link, which is several web test samples into the controller, which
will request that the value of the hidden field in frame 1 be passed in
the GET/POST.

This is turning out to be a little laborious but I do have something
working.  Now my only question is, other than creating a new modifier is
there an easier way to accomplish this which I may have overlooked?

Regards,
Roland


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>