On 18/05/07, sebb <[EMAIL PROTECTED]> wrote:
On 18/05/07, Allison Kern <[EMAIL PROTECTED]> wrote:
> The file I'm trying to load is a JTL that had just been created by
> jmeter via a Graph listener.
>
> Jmeter log has this to say:
>
> WARN - jmeter.save.SaveService: Could not set up alias JMSSampler
> java.lang.NoClassDefFoundError: javax/jms/Message
> 2007/05/18 09:31:29 WARN - jmeter.save.SaveService: Could not set up
> alias SubscriberSampler java.lang.NoClassDefFoundError:
> javax/jms/MessageListener
> 2007/05/18 09:31:29 INFO - jmeter.save.SaveService: Using SaveService
> properties version 1.8
> 2007/05/18 09:31:29 INFO - jmeter.save.SaveService: All converter
> versions present and correct
> 2007/05/18 09:32:41 INFO - jmeter.engine.StandardJMeterEngine:
> Listeners will be started after enabling running version
> 2007/05/18 09:32:41 INFO - jmeter.engine.StandardJMeterEngine: To
> revert to the earlier behaviour, define
> jmeterengine.startlistenerslater=false
> 2007/05/18 09:32:41 INFO - jmeter.engine.StandardJMeterEngine: Running
> the test!
>
> Does this log entry indicate the issue?
The warning message is OK - it just means that you have not downloaded
the jms jars.
Not sure what the problem is - perhaps you could send me the file privately?
Thanks for the files.
The problem is that JMeter uses the Listener configuration to save the
CSV file data, but then uses the jmeter.save.saveservice.* settings
from jmeter.properties when loading the file back in.
This is clearly a bug ...
In the meantime, a work-round is to adjust the settings in
jmeter.properties so that they agree with the file contents.
The problem does not apply to XML format files because they contain
field identifiers as well as the field values.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]