java.io.IOException: Repository responded with wrong status code: 407 for Plugin Manager

572 views
Skip to first unread message

surendra matta

unread,
Sep 13, 2016, 4:19:21 PM9/13/16
to jmeter-plugins
Hi 

I am getting below error for the plugin manager .

FYI.. When i am trying to open the plugin manger to check the upgrades

java.io.IOException: Repository responded with wrong status code: 407
at org.jmeterplugins.repository.PluginManager.getJSON(PluginManager.java:162)
at org.jmeterplugins.repository.PluginManager.load(PluginManager.java:78)
at org.jmeterplugins.repository.PluginManagerDialog.componentShown(PluginManagerDialog.java:178)
at java.awt.AWTEventMulticaster.componentShown(Unknown Source)
at java.awt.AWTEventMulticaster.componentShown(Unknown Source)
at java.awt.Component.processComponentEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Window.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(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$500(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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.pumpEventsForFilter(Unknown Source)
at java.awt.WaitDispatchSupport$2.run(Unknown Source)
at java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.awt.WaitDispatchSupport$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.WaitDispatchSupport.enter(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at org.jmeterplugins.repository.PluginManagerMenuItem.actionPerformed(PluginManagerMenuItem.java:41)
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.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)

Please let me know if i have to modify any settings.

Regards,
Venkat

Vincent Daburon

unread,
Sep 14, 2016, 4:20:39 AM9/14/16
to jmeter-plugins
Hi,

407 Proxy Authentication Required     The proxy server needs to authorize the request before forwarding it.

So, it 's your internal Proxy that send the 407, you need to add login/password to your internal proxy.

Regards.
Vincent D.

surendra matta

unread,
Sep 20, 2016, 8:39:28 PM9/20/16
to jmeter-plugins
Hi Vincent,

I added the below options for the system.properties but still its not working .Could you please help on this because its hard stop for us

https.proxyHost =proxy.proxy**********.com
https.proxyPort =80
username=**********
password=********* 

and also added below option to jmeter.properties file

http.proxyDomain = proxy.proxy*******.com
http.proxyHost= proxy.proxy**********.com
https.proxyPort = 80
username=***********
password=*********

steven....@gmail.com

unread,
Jun 11, 2019, 9:43:57 AM6/11/19
to jmeter-plugins
Hi Surendra,

I am currently getting this issue.  Did you ever resolve this?

Thanks,
Steven

Vincent Daburon

unread,
Jun 12, 2019, 7:19:53 AM6/12/19
to jmeter-plugins
Hi,
Extract from JMeter documentation :

If you are testing from behind a firewall/proxy server, you may need to provide JMeter with the firewall/proxy server hostname and port number. To do so, run the jmeter[.bat] file from a command line with the following parameters:

-H
[proxy server hostname or ip address]
-P
[proxy server port]
-N
[nonproxy hosts] (e.g. *.apache.org|localhost)
-u
[username for proxy authentication - if required]
-a
[password for proxy authentication - if required]
Example
jmeter -H my.proxy.server -P 8000 -u username -a password -N localhost

Regards.
Vincent DAB.

hitesh bansal

unread,
Jun 12, 2019, 8:08:49 AM6/12/19
to jmeter-...@googlegroups.com

proxy server hostname or ip means need to enter the IP of the server where application hosted or VPN IP address or office network proxy?
--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugins+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jmeter-plugins/5a7b33ce-d705-4b60-a5da-f1c97aab964b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages