hi
what i meant is that you might be making a request , the server might be
responding with a redirect (3xx response code) with a Location Header, you
should check that header and see if its a valid url.
>As I said the test does what it is supposed to do
perhaps this request is independent of the following test cases(e.g. if the
request that fetches a form fails , the request that posts data to the forms
action might still succeed and you might still see the results correctly)

in any case if the error is no longer present then i guess you can ignore it
:)
regards
deepak

On Thu, Sep 10, 2009 at 8:56 PM, Mark Stephen S. Florencio <
[email protected]> wrote:

> I have follow redirects checked on the sampler. But I cannot understand
> much your following question though.
>
> After a quick restart and using 2.3.3 version... The error went away. As I
> said the test does what it is supposed to do its just that in the result
> tree listener it comes up as an error.
>
> Thanks.
> ----- Original Message -----
> From: "Deepak Shetty" <[email protected]>
> To: "JMeter Users List" <[email protected]>
> Sent: Friday, September 11, 2009 11:47:22 AM GMT +08:00 Beijing / Chongqing
> / Hong Kong / Urumqi
> Subject: Re: About Cause of exception
>
> hi
> do you have redirect automatically or follow redirects checked on that
> sample? if yes then is this being requested as part of a redirected url?
> regards
> deepak
>
> On Thu, Sep 10, 2009 at 8:43 PM, Mark Stephen S. Florencio <
> [email protected]> wrote:
>
> > No. I all recorded it and I inspected the generated sampler and there
> isn't
> > a space in the generated answers to the fields there.
> >
> > ----- Original Message -----
> > From: "Deepak Shetty" <[email protected]>
> > To: "JMeter Users List" <[email protected]>
> > Sent: Friday, September 11, 2009 11:34:02 AM GMT +08:00 Beijing /
> Chongqing
> > / Hong Kong / Urumqi
> > Subject: Re: About Cause of exception
> >
> > do you have a space next to the port? can you look at the http request
> > sample causing the problem and see that the server path and port are
> > correct?
> >
> > On Thu, Sep 10, 2009 at 8:29 PM, Mark Stephen S. Florencio <
> > [email protected]> wrote:
> >
> > > Good day.
> > >
> > > I am running JMETER 2.3.4. I had recorded a test. As I replayed it and
> > > viewed the results with the results tree listener,  one of the samples
> > > encountered an error.
> > >
> > > There error was:
> > > java.net.MalformedURLException: For input string: "8080%20" at
> > > java.net.URL. (URL.java:601) at java.net.URL. (URL.java:464) at
> > >
> >
> org.apache.jmeter.protocol.http.util.ConversionUtils.makeRelativeURL(ConversionUtils.java:87)
> > > at
> > >
> >
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.followRedirects(HTTPSamplerBase.java:1316)
> > > at
> > >
> >
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.resultProcessing(HTTPSamplerBase.java:1387)
> > > at
> > >
> >
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:587)
> > > at
> > >
> >
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1037)
> > > at
> > >
> >
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1023)
> > > at
> > >
> >
> org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:346)
> > > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243) at
> > > java.lang.Thread.run(Thread.java:595)
> > >
> > > At closer inspection, I found out that my recorded test did what it was
> > > supposed to do but that one sample viewed in the result tree listener
> > > registered as an error.
> > >
> > > What do you think causes this?
> > >
> > > Thanks in advance.
> > >
> > > Stephen
> > >
> > > ---------------------------------------------------------------------
> > > 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]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to