Unfortunately a bug was introduced in the Locale handling in version 2.3.3.
If you attempt to start JMeter using a Locale for which no messages.properties resource bundle exists, it will fail with an error message, and the log will contain something like: 2009/05/28 14:01:17 INFO - jmeter.util.JMeterUtils: Setting Locale to nl_NL 2009/05/28 14:01:17 ERROR - jmeter.util.JMeterUtils: Unable to change language to nl_NL 2009/05/28 14:01:17 FATAL - jmeter.JMeter: An error occurred: org.apache.jorphan.util.JMeterError: Unable to change language to nl_NL The simplest work-round is to ensure that the "language" property in jmeter.properties is set "en", i.e. language=en Apologies for this inconvenience; the bug has been fixed in the current code-line and will be in the next release (whenever that is). The bug is documented here: https://issues.apache.org/bugzilla/show_bug.cgi?id=47280 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

