Mikatsu
Mikatsu

Reputation: 550

Jmeter null url detected (should not happen)

My jmeter log indicates me alot of same kind of warnings which makes me clueless

WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Null URL detected (should not happen)

what should i look for? i ve googled around but cant find any info related to my issue. Add: The Test at all is running fine.

Upvotes: 3

Views: 949

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34526

This happens when you check download resources. The message is issued when one of the URLs returned by the HTML Page parser is null.

This is not supposed to happen, if it does it seems to be a bug:

As per your bug report, it happens because you have iframe tags which source is:

  • about:blank

Bug will be fixed in 2.10 version of JMeter

As a workaround you can uncheck download resources, you test will then work only on dynamic resources, not static ones (images,css,js ...)

Upvotes: 2

Related Questions