You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/09/12 02:32:27 UTC

svn commit: r1383695 - /jmeter/trunk/xdocs/changes.xml

Author: sebb
Date: Wed Sep 12 00:32:27 2012
New Revision: 1383695

URL: http://svn.apache.org/viewvc?rev=1383695&view=rev
Log:
Document known Linux Java bug

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1383695&r1=1383694&r2=1383695&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Wed Sep 12 00:32:27 2012
@@ -57,6 +57,17 @@ Changing language can break part of the 
 </ul>
 </p>
 
+<p>
+Note that there is a bug in Java on some Linux systems that manifests
+itself as the following error when running the test cases or JMeter itself:
+<pre>
+ [java] WARNING: Couldn't flush user prefs:
+ java.util.prefs.BackingStoreException:
+ java.lang.IllegalArgumentException: Not supported: indent-number
+</pre>
+This does not affect JMeter operation.
+</p>
+
 <!-- =================== Incompatible changes =================== -->
 
 <h2>Incompatible changes</h2>