Reputation: 157
I recently updated Jmeter 3.3 and I am unable to open the old file.
Can you please help?
Upvotes: 0
Views: 1681
Reputation: 53
This might be related to this:
JMeter can't open JMeter file with plugins
Opening your plan (.jmx file) to higher version of JMeter, especially created using the lower version, is not always guaranteed to be error free, based on my experience.
Try to open your plan to the version of JMeter it was created and check if you are using deprecated elements that get removed in the version you are having trouble with.
Here's the link that might help you to determine the deprecated elements on the version that you are using: http://jmeter.apache.org/changes.html
I Hope it helps.
Upvotes: 0
Reputation: 2978
Install the required (which have you used in your test scripts) plugins from plugin manager for JMeter 3.3. This error is showing because of your missing plugins in version 3.3.
Or you can download the required plugins and put it in your /lib directory and then again restart your JMeter 3.3 again.
Upvotes: 1