You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by sebb <se...@gmail.com> on 2009/05/28 21:24:48 UTC

JMeter 2.3.3 won't start in Locales which don't have resource files

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: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org