Unable to download jpgc-json plugin via Plugin Manager 0.9

233 views
Skip to first unread message

Stuart Barlow

unread,
Jul 27, 2016, 12:05:24 PM7/27/16
to jmeter-plugins

With Jmeter 3.0 and plugin manager 0.9 I try to download the JSON plugin but the download fails. Download works for other plugins.
The message displayed in the plugin manager GUI is:

"Failed to apply changes. Failed to download plugin jpgc-json"

There's also an entry in jmeter.log:

2016/07/27 17:41:56 INFO  - org.jmeterplugins.repository.Downloader: Downloading: http://search.maven.org/remotecontent?filepath=kg/apc/jmeter-plugins-json/2.3/jmeter-plugins-json-2.3.jar
2016/07/27 17:42:17 ERROR - org.jmeterplugins.repository.PluginManager: Failed to download jpgc-json java.net.ConnectException: Connection timed out: connect
    at java
.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java
.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java
.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java
.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java
.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java
.net.PlainSocketImpl.connect(Unknown Source)
    at java
.net.SocksSocketImpl.connect(Unknown Source)
    at java
.net.Socket.connect(Unknown Source)
    at org
.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:120)
    at org
.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:179)
    at org
.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:328)
    at org
.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:612)
    at org
.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:447)
    at org
.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
    at org
.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org
.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
    at org
.jmeterplugins.repository.Downloader.download(Downloader.java:34)
    at org
.jmeterplugins.repository.Plugin.download(Plugin.java:251)
    at org
.jmeterplugins.repository.PluginManager.applyChanges(PluginManager.java:190)
    at org
.jmeterplugins.repository.PluginManagerDialog$4.run(PluginManagerDialog.java:155)


Andrey Pokhilko

unread,
Jul 27, 2016, 1:10:42 PM7/27/16
to jmeter-...@googlegroups.com
Does the problem persist? It might be caused by temporary network slowness...

Andrey Pokhilko

--
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-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Vincent Daburon

unread,
Jul 28, 2016, 11:36:25 AM7/28/16
to jmeter-plugins
Hi,

I restart from clean directory with only JMeter 3.0 and the jmeter-plugins-manager 0.9, JDK 7_0_75 on Windows 7 64 bits

I try different proxy configurations and only this configuration works
in jmeter.bat
at the begin a the file
set JVM_ARGS="-Dhttps.proxyHost=xxx.xxx.xxx.xx -Dhttps.proxyPort=4088"

and i start in a windows terminal
jmeter.bat -H xxx.xxx.xxx.xx -P 4088
=> OK (https proxy declare with -Dhttps.proxy... and http proxy declare in classical JMeter proxy configuration -H and -P)

This configuration is not working on my laptop
set JVM_ARGS="-Dhttp.proxyHost=xxx.xxx.xxx.xxx -Dhttp.proxyPort=4088 -Dhttps.proxyHost=xxx.xxx.xxx.xxx -Dhttps.proxyPort=4088"
=> KO

Regards.
Vincent D.
Reply all
Reply to author
Forward
0 new messages