Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Install Grouper behind HTTP proxy server

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Install Grouper behind HTTP proxy server


Chronological Thread 
  • From: Mickael Guyot <>
  • To:
  • Subject: [grouper-users] Install Grouper behind HTTP proxy server
  • Date: Wed, 25 Mar 2015 15:14:48 +0100 (CET)

Hi everyone.

I am trying to install grouper 2.2.1 using the grouper installer, but the server is behind a http proxy and the installer fail to download the .tar.gz files.
I tried to set -Dhttp.proxyHost and -Dhttp.proxyPort options in the command line but it doesn't change anything.
I also tried to copy all the tar.gz in the installation repository from another server, but the installer tries to check if there is new patch to download, and it crash after a few time with this error :

Error connecting to URL: http://software.internet2.edu/grouper/release/2.2.1/patches/grouper_v2_2_1_api_patch_7.tar.gz
Exception in thread "main" java.lang.RuntimeException: Error connecting to URL: http://software.internet2.edu/grouper/release/2.2.1/patches/grouper_v2_2_1_api_patch_7.tar.gz
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.downloadFile(GrouperInstaller.java:230)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.downloadAndUnzipPatch(GrouperInstaller.java:3615)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.downloadAndInstallPatches(GrouperInstaller.java:3366)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.patchApi(GrouperInstaller.java:3689)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.mainInstallLogic(GrouperInstaller.java:4215)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.access$200(GrouperInstaller.java:67)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller$GrouperInstallerMainFunction$1.logic(GrouperInstaller.java:885)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.mainLogic(GrouperInstaller.java:936)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.main(GrouperInstaller.java:240)
Caused by: java.net.ConnectException: Connection timed out
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.<init>(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:249)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:95)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:137)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:722)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:402)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:186)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:412)
    at edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:338)
    at edu.internet2.middleware.grouperInstaller.GrouperInstaller.downloadFile(GrouperInstaller.java:194)
    ... 8 more

Does someone know how to install Grouper through a http proxy server ?
Thanks for your help.

Regards.

--
Mickaël Guyot                                  
Direction du numérique - Sous direction des infrastructures
Université de Lorraine
Tel : 03 83 68 53 66                            


  • [grouper-users] Install Grouper behind HTTP proxy server, Mickael Guyot, 03/25/2015

Archive powered by MHonArc 2.6.16.

Top of Page