打开/读取密钥库proxyserver.jks

时间:2013-12-10 20:58:05

标签: proxy jmeter

我看到其他论坛,我通过设置路径等来执行这些步骤,但它仍然不适用于我。旁注jMeter安装在远程台式机上供我们使用。我注意到我的错误显示为users\psoliz\desktop\apache....,而其他用户的问题只是C:\apache...。请帮忙。

2013/12/10 14:48:49 WARN  - jmeter.protocol.http.proxy.ProxyControl: Could not open/read key store C:\Users\psoliz\Desktop\apache-jmeter-2.10\bin\proxyserver.jks (The system cannot find the file specified) 
2013/12/10 14:48:49 INFO  - jmeter.protocol.http.proxy.ProxyControl: Creating Proxy CA in C:\Users\psoliz\Desktop\apache-jmeter-2.10\bin\proxyserver.jks 
2013/12/10 14:48:49 ERROR - jmeter.protocol.http.proxy.ProxyControl: Could not initialise key store java.io.IOException: Cannot run program "keytool" (in directory "C:\Users\psoliz\Desktop\apache-jmeter-2.10\bin"): CreateProcess error=2, The system cannot find the file specified

2 个答案:

答案 0 :(得分:0)

这个问题的答案在这里:

我建议你删除你的问题并提出下面提到的问题和答案,以避免重复。

答案 1 :(得分:-1)

Keytool生活在JAVA_HOME / bin下,而不是JMETER_HOME / bin下。

有关如何正确record HTTPS traffic with JMeter

的指南