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=30779>. 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=30779 "View Results Tree" fails to load saved results ------- Additional Comments From [EMAIL PROTECTED] 2004-08-23 22:08 ------- Well spotted! I've had a look at the Result loading code, and the problem becomes clear - if the XML does not parse correctly, the code silently assumes that the file must be in CSV format, and passes it to the CSV parser. This expects to find a numeric timestamp at the start of the line. Instead it gets the XML header. In this case, the line contains some invalid XML, viz  and  and possibly others. I will check in a fix to log some messages to show what is happening. But how did the invalid XML find its way into the file? It is possibly significant that the responseCode = "-1", which is not a normal HTTP response code. What does the "Load Eligibility Request" sampler do? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
