On 22 February 2012 16:27, ZK <[email protected]> wrote: > @Sebb: >>What is the exact error? > WARN - jmeter.protocol.java.sampler.BSFSampler: Problem evaluating the > script java.io.FileNotFoundException: \Config\test.txt (The system cannot > find the path specified) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(Unknown Source) > at java.io.FileInputStream.<init>(Unknown Source) > at > org.apache.jmeter.protocol.java.sampler.BSFSampler.sample(BSFSampler.java:97) > at > org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:416) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:271) > at java.lang.Thread.run(Unknown Source) > >>Is it only relative paths that fail for you? > Yes and no... I only get the error if I use a BSF Sampler later in my test > (the BSF Sampler does NOT reference any CSV variables)
In that case, it might be due to https://issues.apache.org/bugzilla/show_bug.cgi?id=52728 > > It only seems to affect jmeter 2.6 > > > ZK > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/CSV-issue-tp5504973p5505557.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
