FSchumacher commented on issue #5205:
URL: https://github.com/apache/jmeter/issues/5205#issuecomment-3979676953
When I understand the old entries correctly. Than this problem is about not
deleting result files that are written with variables like
`${var}/some/file.csv`.
Your error message indicates, that JMeter wants to store the results in
`E:\performance projects\...\apache-jmeter-5.6.3\bin`. That seems to be wrong
in two ways. First it is a directory, not a file. Second there are no var
references in the filename, and thus doesn't match the rest of this issue.
What do you have used as filename for the results file in your testplan?
You might also want to set debug logging for
`org.apache.jmeter.reporters.gui` in bin/log4j2.xml by adding a line `<Logger
name="org.apache.jmeter.reporters.gui" level="debug" />` in the `<Loggers>`
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]