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 2001/11/22 15:51:25 UTC

DO NOT REPLY [Bug 5037] New: - Corrupted XML File; Save without entering filename for File Reporter

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5037

Corrupted XML File; Save without entering filename for File Reporter 

           Summary: Corrupted XML File; Save without entering filename for
                    File Reporter
           Product: JMeter
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: khammond25@home.com


If you add a File Reporter Listener and then save the Test Plan, you get nasty 
exception stack trace. The XML file is generated and stored, but the Filer tag 
is invalid because the file property double-quote is not closed and the Filer 
closing tag is missing:

<listeners>
<Filer type="org.apache.jmeter.reporters.Filer" ... file="
</listeners>

Workaround:
Manually edit the XML file (see below).

<listeners>
<Filer type="org.apache.jmeter.reporters.Filer" ... file="" />
</listeners>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>