15 C
New York
Thursday, October 17, 2024

jmeter – Unable to document utilizing http recording controller with a proxy – Software program High quality Assurance & Testing Stack Alternate


I’ve been attempting to document my net software actions utilizing the http recording controller in jmeter. I’ve added a recording controller, a take a look at script recorder with proxy settings set. Certificates has been imported and put in. Additionally setup the proxy within the browser preferences for Chrome. However when I attempt to begin and document the actions, none of them are being recorded within the recording controller. Am I lacking one thing right here?

Listed here are my settings:

Take a look at Script Recorder - port 8989
OS Proxy settings - localhost, 8989
have put in the crt file generated on beginning on Chrome below Trusted Root Certification Authorities

and the log generated after I began the recording:

2021-07-19 14:59:58,152 WARN o.a.j.p.h.p.ProxyControl: Couldn't open/learn key retailer E:Setupapache-jmeter-5.4.1binproxyserver.jks (The system can't discover the file specified), a brand new one will likely be created, make sure you set up it in browser
java.io.FileNotFoundException: E:Setupapache-jmeter-5.4.1binproxyserver.jks (The system can't discover the file specified)
    at java.io.FileInputStream.open0(Native Technique) ~[?:1.8.0_271]
    at java.io.FileInputStream.open(Unknown Supply) ~[?:1.8.0_271]
    at java.io.FileInputStream.(Unknown Supply) ~[?:1.8.0_271]
    at org.apache.jmeter.protocol.http.proxy.ProxyControl.getKeyStore(ProxyControl.java:1651) ~[ApacheJMeter_http.jar:5.4.1]
    at org.apache.jmeter.protocol.http.proxy.ProxyControl.initDynamicKeyStore(ProxyControl.java:1529) [ApacheJMeter_http.jar:5.4.1]
    at org.apache.jmeter.protocol.http.proxy.ProxyControl.initKeyStore(ProxyControl.java:1480) [ApacheJMeter_http.jar:5.4.1]
    at org.apache.jmeter.protocol.http.proxy.ProxyControl.startProxy(ProxyControl.java:523) [ApacheJMeter_http.jar:5.4.1]
    at org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui.startProxy(ProxyControlGui.java:623) [ApacheJMeter_http.jar:5.4.1]
    at org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui.actionPerformed(ProxyControlGui.java:463) [ApacheJMeter_http.jar:5.4.1]
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Supply) [?:1.8.0_271]
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Supply) [?:1.8.0_271]
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Supply) [?:1.8.0_271]
    at javax.swing.DefaultButtonModel.setPressed(Unknown Supply) [?:1.8.0_271]
    at javax.swing.plaf.fundamental.BasicButtonListener.mouseReleased(Unknown Supply) [?:1.8.0_271]
    at com.github.weisj.darklaf.ui.button.DarkButtonListener.mouseReleased(DarkButtonListener.java:72) [darklaf-core-2.5.4.jar:2.5.4]
    at java.awt.Part.processMouseEvent(Unknown Supply) [?:1.8.0_271]
    at javax.swing.JComponent.processMouseEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.Part.processEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.Container.processEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.Part.dispatchEventImpl(Unknown Supply) [?:1.8.0_271]
    at java.awt.Container.dispatchEventImpl(Unknown Supply) [?:1.8.0_271]
    at java.awt.Part.dispatchEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.Container.dispatchEventImpl(Unknown Supply) [?:1.8.0_271]
    at java.awt.Window.dispatchEventImpl(Unknown Supply) [?:1.8.0_271]
    at java.awt.Part.dispatchEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue.dispatchEventImpl(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue.entry$500(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue$3.run(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue$3.run(Unknown Supply) [?:1.8.0_271]
    at java.safety.AccessController.doPrivileged(Native Technique) ~[?:1.8.0_271]
    at java.safety.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Supply) [?:1.8.0_271]
    at java.safety.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue$4.run(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue$4.run(Unknown Supply) [?:1.8.0_271]
    at java.safety.AccessController.doPrivileged(Native Technique) ~[?:1.8.0_271]
    at java.safety.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventQueue.dispatchEvent(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventDispatchThread.pumpEvents(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventDispatchThread.pumpEvents(Unknown Supply) [?:1.8.0_271]
    at java.awt.EventDispatchThread.run(Unknown Supply) [?:1.8.0_271]
2021-07-19 14:59:58,153 INFO o.a.j.p.h.p.ProxyControl: Creating HTTP(S) Take a look at Script Recorder Root CA in E:Setupapache-jmeter-5.4.1binproxyserver.jks, make sure you set up certificates in your Browser for recording
2021-07-19 15:00:13,492 INFO o.a.j.p.h.p.ProxyControl: Created keystore in E:Setupapache-jmeter-5.4.1binproxyserver.jks
2021-07-19 15:00:13,494 INFO o.a.j.p.h.p.Daemon: Creating Daemon Socket on port: 8989
2021-07-19 15:00:13,498 INFO o.a.j.p.h.p.Daemon: Take a look at Script Recorder up and operating!
2021-07-19 15:04:21,538 INFO o.a.j.p.h.p.Daemon: HTTP(S) Take a look at Script Recorder stopped

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles