You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2007/09/02 13:46:51 UTC

DO NOT REPLY [Bug 38687] - Module controller does not work in non-GUI mode

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38687>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38687


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Additional Comments From sebb@apache.org  2007-09-02 04:46 -------
I found a problem with the code when running non-GUI on a box without a real 
display. Setting java.awt.headless=true fixed it, but this is not a full 
solution.

The cause of the problem is in JMeterTreeModel, which creates various Gui 
objects. This is needed by ReplaceableController.resolveReplacementSubTree().

Changing the tree resolver to use the testPlan HashTree rather than 
JMeterTreeNode looked rather difficult, so I added a hack to create a 
TreeModel that does not use any GUI items.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org