Reputation: 99
Error 1Please click here to check the error
Error 2Please click here to check the error While open the .jmx file in Jmeter we are facing the above issue in Jmeter. Any can able to find the solution for this error?
we are try to open the jmx in 2.12,2.13,3.0 and 3.1 version but we are facing the above issue. But same jmx we can able to open in different system
Upvotes: 2
Views: 19819
Reputation: 81
If on mac:
Upvotes: 1
Reputation: 97
Jmeter version 5.4.1 was not loading existing jmx file, it started working after I changed the theme from Dracula to windows.
Upvotes: 3
Reputation: 31
Anyone facing a error in opening the jmx file
Try this
Open jmeter Select option Select look and feel And select the windows option
Wait till jmeter gets restart
And try to open the jmx file again
Upvotes: 2
Reputation: 6398
It is due to missing plugin in the JMeter version. The JMX file contains references to a plugin called Flexible File Writer.
So, download it and keep in /lib/ext
folder and restart JMeter. Import the script, it will work. If error occurs, it might depends on some other plugins, so identify them and add it to JMeter as mentioned above.
Note: You can use Plugin Manager for easy management of plugins.
Upvotes: 1
Reputation: 85
Basically you have some missing plugins (i.e libraries). So please double check that you have the same libraries on the different systems you can check the libraries by going on to the folder apache-jmeter-3.1\apache-jmeter-3.1\lib
Replace the missing libraries by copy paste then restart jmeter
Upvotes: 1