Reputation: 11
Jmeter recorder suddenly stopped working for me. I just upgraded to Windows 11. Could that be the reason? Here is the error message. I am getting this error when I hit the record button -
Upvotes: 0
Views: 232
Reputation: 11
So I was able to resolve it. I had to run the jmeter.bat as an administrator and that worked.
Upvotes: 0
Reputation: 168147
JMeter stores keystore password into Windows Registry, it might be the case the value was removed or altered somehow during the OS upgrade and the password doesn't fit anymore.
I think you can just delete proxyserver.jks
and ApacheJMeterTemporaryRootCA.crt
from "bin" folder of your JMeter installaion and next time you start the HTTP(S) Test Script Recorder it will create a new keystore with the new password and the error will go away.
You will need to re-import the `ApacheJMeterTemporaryRootCA.crt into your browser or operating system. See HTTPS recording and certificates chapter of HTTP(S) Test Script Recorder JMeter User Manual entry for more details.
Also there is an alternative way of recording a JMeter Test: JMeter Chrome Extension, in this case you don't need to worry about proxies and certificates.
Upvotes: 0