On 31/08/2007, chris <[EMAIL PROTECTED]> wrote: > hi, i've downloaded jmeter-bin release 2.3 from jmeter homepage and set > file_format.testlog=2.0 in jmeter.properties. > > the simple testplan attached has only 1 request, if i run this testplan in > non-gui mode with following command: > java -jar ApacheJMeter.jar -t fileformat.jmx -l fileformat.xml -p > jmeter.properties -n > this request is not shown in the output xml-file, and in jmeter.log i see > following exeption: > > 2007/08/31 09:22:42 ERROR - jmeter.threads.JMeterThread: Test failed! > java.lang.NoClassDefFoundError: org/apache/xml/serializer/TreeWalker
That is a problem with your JMeter or Java installation. Perhaps you have a spurious xml library somewhere. > at > org.apache.xalan.processor.TransformerFactoryImpl.newTransformerHandler(TransformerFactoryImpl.java:753) > at > org.apache.avalon.framework.configuration.DefaultConfigurationSerializer.createContentHandler(DefaultConfigurationSerializer.java:112) > at > org.apache.avalon.framework.configuration.DefaultConfigurationSerializer.serialize(DefaultConfigurationSerializer.java:313) > at > org.apache.jmeter.reporters.ResultCollector.getSerializedSampleResult(ResultCollector.java:448) > at > org.apache.jmeter.reporters.ResultCollector.recordResult(ResultCollector.java:436) > at > org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:416) > at > org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:240) > at > org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:572) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:309) > at java.lang.Thread.run(Thread.java:595) > > cheers, > chris > > > begin 666 fileformat.jmx <snip/> Works fine for me. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

