我刚刚在Jmeter(3.0)的lib / ext文件夹中添加了插件管理器jar(jmeter-plugins-manager-0.10)。当我尝试通过选项打开插件管理器时,我不断收到此错误。有人可以帮忙。
我尝试使用Jmeter.bat -H my-proxy-server -P portnumber通过命令提示符运行jmeter,但这也无效
function add(first, second) { return first + (second === undefined ? first : second); }
答案 0 :(得分:0)
尝试从运行jmeter网站的计算机上ping:
ping jmeter-plugins.org
您的错误是DNS甚至不知道这个网站
答案 1 :(得分:0)
我也遇到了这个错误,但是在jmeter.sh中指定了代理之后,它工作正常。
JVM_ARGS="-Dhttps.proxyHost=MyProxy -Dhttps.proxyPort=8080
-Dhttp.proxyUser=MyUserName -Dhttp.proxyPass=Password"