GET did actually get "prettier" results in the log files, but it makes sense
that POST is the method to use.

Using FORM, if I include a parameter in the path, it gets cut off after ?.
If I try to form the URL manually in the browser, I don't know how to
actually include the file as a parameter.

I am still trying to proxy the command line tool, I am not getting the
configured samplers yet.

Meanwhile, this is the Java Socket Exception I get when using POST:

<httpSample t="5" lt="0" ts="1293100296416" s="false" lb="Schreibe-Request"
rc="Non HTTP response code: java.net.SocketException" rm="Non HTTP response
message: Software caused connection abort: recv failed" tn="Archive Server
Users 1-1" dt="text" by="2147">
  <responseHeader class="java.lang.String"></responseHeader>
  <responseData class="java.lang.String">java.net.SocketException: Software
caused connection abort: recv failed&#xd;
        at sun.reflect.GeneratedConstructorAccessor34.newInstance(Unknown
Source)&#xd;
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)&#xd;
        at java.lang.reflect.Constructor.newInstance(Unknown Source)&#xd;
        at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown 
Source)&#xd;
        at java.security.AccessController.doPrivileged(Native Method)&#xd;
        at 
sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown
Source)&#xd;
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)&#xd;
        at java.net.HttpURLConnection.getResponseCode(Unknown Source)&#xd;
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:267)&#xd;
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:516)&#xd;
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:965)&#xd;
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:951)&#xd;
        at
org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:348)&#xd;
        at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243)&#xd;
        at java.lang.Thread.run(Unknown Source)&#xd;
Caused by: java.net.SocketException: Software caused connection abort: recv
failed&#xd;
        at java.net.SocketInputStream.socketRead0(Native Method)&#xd;
        at java.net.SocketInputStream.read(Unknown Source)&#xd;
        at java.io.BufferedInputStream.fill(Unknown Source)&#xd;
        at java.io.BufferedInputStream.read1(Unknown Source)&#xd;
        at java.io.BufferedInputStream.read(Unknown Source)&#xd;
        at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)&#xd;
        at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)&#xd;
        at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)&#xd;
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)&#xd;
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown
Source)&#xd;
        at java.net.URLConnection.getHeaderFieldInt(Unknown Source)&#xd;
        at java.net.URLConnection.getContentLength(Unknown Source)&#xd;
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTPSampler.java:237)&#xd;
        ... 6 more&#xd;
</responseData>
</httpSample> 

Thanks for all the help.
-- 
View this message in context: 
http://jmeter.512774.n5.nabble.com/HTML-Request-Problem-tp3314836p3316210.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]

Reply via email to