https://issues.apache.org/bugzilla/show_bug.cgi?id=55099
Bug ID: 55099
Summary: FileNotFoundException "Save responses to a file"
listener
Product: JMeter
Version: 2.9
Hardware: PC
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
A FileNotFoundException is thrown if you use a relative path as 'Filename
prefix' and a directory doesn't exist.
jmeter.reporters.ResultSaver: Error creating sample file for PicURL
java.io.FileNotFoundException:
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.apache.jmeter.reporters.ResultSaver.saveSample(ResultSaver.java:188)
at
org.apache.jmeter.reporters.ResultSaver.processSample(ResultSaver.java:150)
at
org.apache.jmeter.reporters.ResultSaver.sampleOccurred(ResultSaver.java:140)
at
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:84)
at
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:783)
at
org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:442)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256)
--
You are receiving this mail because:
You are the assignee for the bug.