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 2006/04/07 18:48:22 UTC

DO NOT REPLY [Bug 39244] New: - Weird characters are being created in the .jtl file.

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=39244>.
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=39244

           Summary: Weird characters are being created in the .jtl file.
           Product: JMeter
           Version: 2.1.1
          Platform: Other
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: tcooper@overstock.com


I am outputting the error responses in the .jtl file and on one of my jmx 
scripts it is translating some character, I think maybe a ' or a ", to &#20; 
which is making the xml not well formed.  When I try to convert this to html 
using a xsl sheet it can't do it because of the &#20; string, I am assuming 
the # is what it doesn't like.  Just run the jmx script making sure that your 
jmeter.save.saveservice.response_data.on_error is set to true in your 
jmeter.properties and if an assertion fails, which at least one usually does, 
you should be able to reproduce this.

-- 
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


DO NOT REPLY [Bug 39244] - Weird characters are being created in the .jtl file.

Posted by bu...@apache.org.
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=39244>.
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=39244





------- Additional Comments From tcooper@overstock.com  2006-04-07 17:51 -------
Created an attachment (id=18040)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18040&action=view)
jmx test script

make sure you set jmeter.save.saveservice.response_data.on_error to true in
your jmeter.properties file before you run this script.

-- 
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


DO NOT REPLY [Bug 39244] - Weird characters are being created in the .jtl file.

Posted by bu...@apache.org.
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=39244>.
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=39244


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX




------- Additional Comments From sebb@apache.org  2006-04-13 16:24 -------
Problem was caused by the server generating bad characters in the returned 
html. These showed up as squares in the source, and were converted to &#20; by 
Avalon, which is actually OK, as far as I can tell.

-- 
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


DO NOT REPLY [Bug 39244] - Weird characters are being created in the .jtl file.

Posted by bu...@apache.org.
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=39244>.
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=39244





------- Additional Comments From tcooper@overstock.com  2006-04-07 17:54 -------
Created an attachment (id=18042)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18042&action=view)
jmeter log

This is a portion of the output generated when I ran the script.  It is one of
the failures that includes the &#20; string.

-- 
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


DO NOT REPLY [Bug 39244] - Weird characters are being created in the .jtl file.

Posted by bu...@apache.org.
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=39244>.
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=39244





------- Additional Comments From tcooper@overstock.com  2006-04-07 17:53 -------
Created an attachment (id=18041)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18041&action=view)
Style sheet I am using for the transformation

This is the style sheet I am using for the transformation.  You need to pass in
the <param name="output" expression="[desired output folder]"/> showing where
to output the created html files.

-- 
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


DO NOT REPLY [Bug 39244] - Weird characters are being created in the .jtl file.

Posted by bu...@apache.org.
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=39244>.
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=39244





------- Additional Comments From sebb@apache.org  2006-04-07 19:19 -------
Thanks - the output is in the old format.
This is difficult or impossible to change; and won't be fixed.

Try using the newer XStream format, and update the issue as appropriate.

BTW, it's useful to have jmeter.log as well - the file that is labelled 
jmeter.log is actually a JTL file.

-- 
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