https://issues.apache.org/bugzilla/show_bug.cgi?id=56057
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #24 from Philippe Mouawad <[email protected]> --- Hello, Thanks for testing and feedback, my answers below. - Regarding (In reply to Michael Aichlmayr from comment #23) > Thank you. I have installed apache-jmeter-r1623762 (3985). > > One note: when starting JMeter, I do get an error to the MS-DOS console: > > Sep 10, 2014 10:40:55 AM java.util.prefs.WindowsPreferences <init> > WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at > root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. > > I assume this is something related to the build not being stable (please > correct me if I am wrong). It does not seem to interfere with my test. > No build is stable. What you face is possibly a bug or issue with Windows rights: https://bugs.openjdk.java.net/browse/JDK-8038489 https://groups.google.com/forum/#!topic/google-web-toolkit/LQfsBSwD_ug Could you show the full jmeter.log ? > As for the tests, I repeated the first and second procedures above under the > same conditions. The results are virtually identical with some slight > differences in numbers in the log error in the first procedure as shown > below. this is strange, it seems as though creation of CRT silently failed. Are you using Java 6 or 7 ? which exact version are you using ? Can you also type in a command shell: keytool and attach the result here. > > I will test the expiry part of the issue with this build when the new > certificate expires sometime this weekend (shortened the default). > > Michael > > 2014/09/10 10:39:53 ERROR - jmeter.protocol.http.proxy.ProxyControl: Could > not initialise key store java.io.FileNotFoundException: Source > 'ApacheJMeterTemporaryRootCA.crt' does not exist > at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1074) > at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1038) > at > org.apache.jorphan.exec.KeyToolUtils.generateProxyCA(KeyToolUtils.java:254) > at > org.apache.jmeter.protocol.http.proxy.ProxyControl. > initDynamicKeyStore(ProxyControl.java:1301) > at > org.apache.jmeter.protocol.http.proxy.ProxyControl.initKeyStore(ProxyControl. > java:1228) > at > org.apache.jmeter.protocol.http.proxy.ProxyControl.startProxy(ProxyControl. > java:448) > at > org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui. > startProxy(ProxyControlGui.java:495) > at > org.apache.jmeter.protocol.http.proxy.gui.ProxyControlGui. > actionPerformed(ProxyControlGui.java:380) > at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) > at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) > at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) > at javax.swing.DefaultButtonModel.setPressed(Unknown Source) > at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown > Source) > at java.awt.Component.processMouseEvent(Unknown Source) > at javax.swing.JComponent.processMouseEvent(Unknown Source) > at java.awt.Component.processEvent(Unknown Source) > at java.awt.Container.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) > at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEventImpl(Unknown Source) > at java.awt.EventQueue.access$400(Unknown Source) > at java.awt.EventQueue$3.run(Unknown Source) > at java.awt.EventQueue$3.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown > Source) > at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown > Source) > at java.awt.EventQueue$4.run(Unknown Source) > at java.awt.EventQueue$4.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown > Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) -- You are receiving this mail because: You are the assignee for the bug.
