Author: pmouawad
Date: Thu Mar 22 08:52:53 2012
New Revision: 1303690
URL: http://svn.apache.org/viewvc?rev=1303690&view=rev
Log:
Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode
Added note on workaround and changed changes.xml comment
Modified:
jmeter/trunk/xdocs/changes.xml
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1303690&r1=1303689&r2=1303690&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Mar 22 08:52:53 2012
@@ -42,8 +42,9 @@ Earlier changes are detailed in the <a h
<h2>Known bugs</h2>
<p>
-The Include Controller has some problems in non-GUI mode (see Bugs 40671, 41286, 44973, 50898).
+The Include Controller has some problems in non-GUI mode (see Bug 50898).
In particular, it can cause a NullPointerException if there are two include controllers with
the same name.
+The workaround is to use different names for IncludeControllers
</p>
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1303690&r1=1303689&r2=1303690&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Mar 22 08:52:53 2012
@@ -2185,6 +2185,9 @@ This element does not support variables/
However, if the property <b>includecontroller.prefix</b> is defined,
the contents are used to prefix the pathname.
</note>
+<note>
+When using IncludeController and including the same JMX file, ensure you name the IncludeController
differently to avoid facing known issue 50898.
+</note>
<p>
If the file cannot be found at the location given by prefix+filename, then the controller
attempts to open the fileName relative to the JMX launch directory (versions of JMeter after
2.3.4).
|