Getting error while accessing Jmeter Plugin manager

572 views
Skip to first unread message

Shray Saxena

unread,
Apr 21, 2021, 3:21:21 AM4/21/21
to jmeter-plugins
Getting below error while accessing Plugin Manager - 

Error's technical details:
java.net.UnknownHostException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server (web-proxy.sg.hpicorp.net)

Just downloaded the Plugin manager jmeter-plugins-manager-1.6 and paste the jar file at the below path - 
C:\Users\SaxenaSh\Desktop\apache-jmeter-5.3\lib\ext

Please help. Full log attached.

-Shray
ErrorLogs-PluginManager.txt

DT

unread,
Apr 21, 2021, 5:38:39 AM4/21/21
to jmeter-plugins
It means that the plugins manager cannot access its backend for displaying the list of plugins.

If you're behind a corporate proxy server you need to make JMeter aware of this proxy server


Plugins Manager respects JMeter's proxy settings.

So in order to make the change permanent you can add the next lines to system.properties file (lives in "bin" folder of your JMeter installation)

http.proxyHost=your_proxy_host
http.proxyPort=your_proxy_port
https.proxyHost=your_proxy_host
https.proxyPort=your_proxy_port

if the proxy requires authentication:

http.proxyUser=username
http.proxyPass=password

if the proxy assumes your Windows domain account:

http.proxyDomain=your_domain

More information:
Reply all
Reply to author
Forward
0 new messages