jakarta-jmeter-2.3.4, jre1.6.0_16
Good question. I can't find out now the url of page causing this error. I
think it's not a 100% reproducable or jmeter listener log will be full of
errors, but it's not. Only one error at one test. So I don't know what
browser do, may be just ignore wrong response content-type. Here are the
part of full xml sampler log (size 254M) with errors
https://sites.google.com/a/sukhov.su/test/files/broken-sampler-log2.txt?attredirects=0
Look at string "tn="chain3 - VBulletin Start<httpSample t="707" lt="126"
ts="1255159889601""



2009/10/14 sebb <seb...@gmail.com>

> On 13/10/2009, Alexandr <makl...@gmail.com> wrote:
> > Hello!
> >
> >  I had wrote a load testing scenario for web site (LAMP). After running
> it
> >  for a few hours I've got a broken logs and it was multiple times.
> >  After investigation I found what jmeter goes to recursion when he
> download a
> >  broken embedded resources like CSS file which is absend but web site
> catch a
> >  404 error handler and return the "File not found" page with status 200
> >  which... right include same CSS file :)
> >  Then jmeter began downloading it again and again and produce a broken
> log
> >  (really I don.t know how deeper jmeter goes to recursion). Logs are look
> >  like that:
> >
> >  <httpSample t="486" lt="58" ts="1255287895795" s="false" lb="visit site
> >  homepage" rc="200" rm="OK" tn="chain1 - Vbulletin Forum User - Only$
> >   <httpSample t="404" lt="14" ts="1255287895868" s="false" lb="
> >  http://www.example.com/templates/rhuk_solarflare/css/template_css.css"$
> >    <httpSample t="379" lt="14" ts="1255287895883" s="false" lb="
> >  http://www.example.com/templates/rhuk_solarflare/css/template_css.cs$
> >      <httpSample t="354" lt="15" ts="1255287895897" s="false" lb="
> >  http://www.example.com/templates/rhuk_solarflare/css/template_css.$
> >        <<httpSample t="870" lt="97" ts="1255287896861" s="true" lb="visit
> a
> >  new thread" rc="200" rm="OK" tn="chain2 - VBulletin Forum Repl$
> >   <httpSample t="11" lt="11" ts="1255287896986" s="true" lb="
> >
> http://forum.justlabradors.com/clientscript/vbulletin_important.css?v=381";
> >  rc=$
> >
> >
> >  Look at "<<httpSample" - here jmeter "stoped" the recursion at the
> middle of
> >  one httpsample tag and begun logging of next httpsample (where is no
> ending
> >  tags for httpsample tags opened early).
> >
> >  Don't look to $ at the end of string - it just because I had copied it
> from
> >  nano editor.
> >
> >  I know what the source of problem is wrong web sever configuration. But
> I
> >  think jmeter must catch such errors and produce right logs in any
> situation.
> >
> >  How can I control the level of jmeter recursion?
> >
>
> What version of JMeter?
>
> And what does a browser do ?
>
> >
> >  --
> >  WBR,
> >  Alexandr Sukhov
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>


-- 
WBR,
Alexandr Sukhov

Reply via email to