Re: Bulk JMX reconversion to 2.4 format
2011-05-02 03:54:10 GMT
Thanks Deepak. The error is an NPE (shown below) in
'org.apache.jmeter.samplers.SampleSaveConfiguration'. This is thrown when
calling this statement:
HashTree tree = SaveService.loadTree(reader);
If this cannot be solved here, I'll try JMeter-dev.
Regards
Sonam
==============================================
# Compile ConvertJMX.java.
# Previously setup dummy directory hierarchy for saveservice.properties
# (as setting JMETER_HOME did not work)
#
$ javac -cp "lib/*;lib/ext/*" ConvertJMX.java
# Run with 'a.jmx' being the JMX file to convert.
#
$ java -cp "lib/*;lib/ext/*;." ConvertJMX a.jmx
Found file a.jmx
Attempting to load tree for a.jmx
INFO 2011-05-02 13:41:39.550 [jmeter.s] (): Testplan (JMX) version: 2.2.
Testlog (JTL) version: 2.2
INFO 2011-05-02 13:41:39.581 [jmeter.s] (): Using SaveService properties
file encoding ISO-8859-1
INFO 2011-05-02 13:41:39.583 [jmeter.s] (): Using SaveService properties
file version 1.2
(Continue reading)
RSS Feed