thanks it seems to work now. What I do is save my old tests at the controller level and then import them into the new thread groups. This is a pain but not too difficult.
However, I now can't find how to adapt the assertions and the file reporter seems to now be replaced by a window which appears in all the other listeners. Is there a way to change the log file settings? How do I flush the log file between each test? thanks, Michael -----Original Message----- From: Mike Stover [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 03:28 To: JMeter Users List; Michael Morris Subject: Re: nongui error Ok, you may have tried to use a 1.7 version .jmx file with the latest JMeter non-gui, which won't work. You need to open your .jmx in JMeter's GUI, and then re-save (after checking to see that it loaded correctly - some things might be slightly wrong). JMeter uses a different file format now, so you need to update your .jmx files. It shouldn't be too difficult. If it is, I'd like to know what doesn't work so I can fix it. -Mike --- Michael Morris <[EMAIL PROTECTED]> wrote: > I hear that the nongui is now working but I am still > having trouble with it. > I am using Windows2000 and the latest nightly build > (22nd July). > As I understand, the command line should follow the > following: > > "java -jar ApacheJMeter.jar -n -t test-file [-p > property-file] [-l > log-file]" > > however I am getting the following error: > > C:\jakarta-jmeter\bin>jmeter -n -t experimenting.jmx > -l log.jtl > Problem loading part of file > Error in NonGUIDrivernull > java.lang.NullPointerException > at > org.apache.jmeter.JMeter.run(JMeter.java:240) > at > org.apache.jmeter.JMeter.startNonGui(JMeter.java:220) > at > org.apache.jmeter.JMeter.start(JMeter.java:153) > at java.lang.reflect.Method.invoke(Native > Method) > at > org.apache.jmeter.NewDriver.main(NewDriver.java:180) > > What am I doing wrong? > > Please help, > > Michael Morris > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ===== Mike Stover Apache JMeter developer Contact Info: Email: [EMAIL PROTECTED] Yahoo Instant Messenger: mstover_ya ICQ: 152975688 __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

