Skip to Content.
Sympa Menu

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

Subject: Grouper Users - Open Discussion List

List archive

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


Chronological Thread 
  • From: "Katika,Shanthi Swaroop" <>
  • To: "Hyzer, Chris" <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] Install Grouper behind HTTP proxy server
  • Date: Mon, 26 Sep 2016 15:19:10 +0000
  • Accept-language: en-US
  • Ironport-phdr: 9a23:8NucCRRq9GExuhmhE53f9hu+KNpsv+yvbD5Q0YIujvd0So/mwa67bBON2/xhgRfzUJnB7Loc0qyN7PCmBDdLuMvJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV2sfTZyc67VC5zflYD//OCo+oaZK1FNjzqsc75oBBStpkPMrsQQh81vJrtnmTXTpX4dMcdf2WJrLBaonx/6+sextKV8+j5XvOprv5pbUqzmfqcxZaFWCHIrP31jt56jjgXKUQbavihUaW4RiBcdWwU=

I tried the offline install but it didn’t work with 2.3.0. I installed 2.2.2
with offline install after we did the following steps


Most of this was put together from:
https://spaces.internet2.edu/display/Grouper/Grouper+Installer

Run both of the following commands from a machine with internet access and
the wget command from the same directory where the results should be merged
into one directory structure. The first one will get Apache Ant and Tomcat.
The second one will get all the Grouper install files and patches.
wget -r --no-parent http://www.internet2.edu/grouper/downloads/tools/
wget -r --no-parent http://www.internet2.edu/grouper/release/2.2.2/

`cd` into the 'www.internet2.edu' directory where you should see the
'grouper' directory

Run the following to tar/gzip the grouper directory:
tar -czvf grouper.tgz grouper

Copy/scp that grouper.tgz file to a web accessible directory on a local web
server somewhere.

Run the following to untar it into the directory:
tar -xzvf grouper.tgz

Make sure you can access all your files from the web, e.g.,
http://yourlocalwebserver.edu/grouper

On the server you want to install grouper on, go into the install directory,
e.g., /var/www/grouper-2.2.2./

Make a grouper.installer.properties with the following info (make the
grouper.version appropriate):

# this should be before the version number

download.server.url = http://yourlocalwebserver.edu/grouper/

# defaultversion to install

grouper.version = 2.2.2


Best,
Swaroop

On 9/23/16, 5:16 PM, "Hyzer, Chris"
<>
wrote:

Can you do a grouper offline installer?

Thanks
chris


-----Original Message-----
From:


[mailto:]
On Behalf Of Swaroop Katika
Sent: Tuesday, September 20, 2016 5:07 PM
To:
;


Subject: Re: [grouper-users] Install Grouper behind HTTP proxy server

Hi,

I'm trying to find a solution for this same issue. I'm trying to install
grouper through a proxy with the following command

sudo java -Dhttp.proxyHost=proxe.shands.ufl.edu -Dhttp.proxyPort=3128
-Dhtttps.proxyHost=proxe.shands.ufl.edu -Dhttps.proxyPort=3128 -jar
grouperInstaller.jar

but it's throwing me the following error. Has anyone found a solution to
install grouper through a proxy?


edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Htt
pMethodDirector executeMethod
INFO: I/O exception (java.net.ConnectException) caught when processing
request: Connection timed out
Sep 20, 2016 4:51:22 PM

edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Htt
pMethodDirector executeMethod
INFO: Retrying request
...............
..........Sep 20, 2016 4:53:30 PM

edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Htt
pMethodDirector executeMethod
INFO: I/O exception (java.net.ConnectException) caught when processing
request: Connection timed out
Sep 20, 2016 4:53:30 PM

edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Htt
pMethodDirector executeMethod
INFO: Retrying request
..........................Sep 20, 2016 4:55:37 PM

edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Htt
pMethodDirector executeMethod
INFO: I/O exception (java.net.ConnectException) caught when processing
request: Connection timed out
Sep 20, 2016 4:55:37 PM

edu.internet2.middleware.grouperInstallerExt.org.apache.commons.httpclient.Htt
pMethodDirector executeMethod
INFO: Retrying request

--
Best,
Swaroop





Archive powered by MHonArc 2.6.19.

Top of Page