https://bz.apache.org/bugzilla/show_bug.cgi?id=64120
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #5 from [email protected] --- In the nightly 5.3 I don't see the error anymore. Anyway, during the initialization of the recording there is a new error, for sure not related with that one. The exception is: apache-jmeter-5.3-SNAPSHOT\apache-jmeter-5.3-SNAPSHOT\bin\proxyserver.jks (The system cannot find the file specified) at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_241] at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_241] at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_241] at org.apache.jmeter.protocol.http.proxy.ProxyControl.getKeyStore(ProxyControl.java:1582) ~[ApacheJMeter_http.jar:5.3-SNAPSHOT] at org.apache.jmeter.protocol.http.proxy.ProxyControl.initDynamicKeyStore(ProxyControl.java:1462) [ApacheJMeter_http.jar:5.3-SNAPSHOT] at org.apache.jmeter.protocol.http.proxy.ProxyControl.initKeyStore(ProxyControl.java:1415) [ApacheJMeter_http.jar:5.3-SNAPSHOT] at org.apache.jmeter.protocol.http.proxy.ProxyControl.startProxy(ProxyControl.java:494) [ApacheJMeter_http.jar:5.3-SNAPSHOT] at org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui.startProxy(ProxyControlGui.java:600) [ApacheJMeter_http.jar:5.3-SNAPSHOT] at org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui.actionPerformed(ProxyControlGui.java:440) [ApacheJMeter_http.jar:5.3-SNAPSHOT] at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) [?:1.8.0_241] at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) [?:1.8.0_241] at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) [?:1.8.0_241] at javax.swing.DefaultButtonModel.setPressed(Unknown Source) [?:1.8.0_241] at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) [?:1.8.0_241] at java.awt.Component.processMouseEvent(Unknown Source) [?:1.8.0_241] at javax.swing.JComponent.processMouseEvent(Unknown Source) [?:1.8.0_241] at java.awt.Component.processEvent(Unknown Source) [?:1.8.0_241] at java.awt.Container.processEvent(Unknown Source) [?:1.8.0_241] at java.awt.Component.dispatchEventImpl(Unknown Source) [?:1.8.0_241] at java.awt.Container.dispatchEventImpl(Unknown Source) [?:1.8.0_241] at java.awt.Component.dispatchEvent(Unknown Source) [?:1.8.0_241] at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) [?:1.8.0_241] at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) [?:1.8.0_241] at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) [?:1.8.0_241] at java.awt.Container.dispatchEventImpl(Unknown Source) [?:1.8.0_241] at java.awt.Window.dispatchEventImpl(Unknown Source) [?:1.8.0_241] at java.awt.Component.dispatchEvent(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue.dispatchEventImpl(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue.access$500(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue$3.run(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue$3.run(Unknown Source) [?:1.8.0_241] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_241] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) [?:1.8.0_241] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue$4.run(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue$4.run(Unknown Source) [?:1.8.0_241] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_241] at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) [?:1.8.0_241] at java.awt.EventQueue.dispatchEvent(Unknown Source) [?:1.8.0_241] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [?:1.8.0_241] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [?:1.8.0_241] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [?:1.8.0_241] at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_241] at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [?:1.8.0_241] at java.awt.EventDispatchThread.run(Unknown Source) [?:1.8.0_241] -- You are receiving this mail because: You are the assignee for the bug.
