https://issues.apache.org/bugzilla/show_bug.cgi?id=47280
Summary: Unable to start jmeter on dutch XP
Product: JMeter
Version: 2.3.3
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Jmeter 2.3.2 works fine on my system. I just downloaded the new version and
could not start jmeter with jmeter.bat
The error I found in my log is:
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
at org.apache.jmeter.util.JMeterUtils.setLocale(JMeterUtils.java:335)
at org.apache.jmeter.util.JMeterUtils.initLocale(JMeterUtils.java:153)
at org.apache.jmeter.JMeter.initializeProperties(JMeter.java:497)
at org.apache.jmeter.JMeter.start(JMeter.java:273)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.jmeter.NewDriver.main(NewDriver.java:207)
I found out that I can add this to jmeter.bat:
-Duser.language=en -Duser.region=en
So line 99 of jmeter.bat is changed to:
%JM_START% %JM_LAUNCH% %ARGS% %JVM_ARGS% -Duser.language=en -Duser.region=en
-jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS%
This works for me, but its only a workaround not a real fix
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]