On 27/01/2003 7:25 AM, "Brian Wagener" <[EMAIL PROTECTED]> wrote:
> I am trying to run JMeter 1.8 using the latest Sun 1.4 JRE and when I > setup a test and run it I get the exception below in the jmeter.log. The > graph file is created, and is where it is looking for it, but it doesn't > work. I also tried this on my linux maching with the same results. What > am I doing wrong? > Thanks, > Brian > > > 01/26/2003 9:04:15 AM ERROR - jorphan.io: java.io.FileNotFoundException: > c:\report.jtl (No such file or directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:64) > at java.io.FileInputStream.<init>(FileInputStream.java:95) > at java.io.FileReader.<init>(FileReader.java:50) > at org.apache.jorphan.io.TextFile.getText(TextFile.java:135) > at > org.apache.jmeter.reporters.ResultCollector.trimLastLine(ResultCollector.java: > 268) This looks like the confirmation I was seeking in http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16062 I have just committed the fix. You will need to build from CVS to get JMeter to work. Cheers, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au .Mac Chat/AIM: seade at mac dot com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

