grouper-users - [grouper-users] Re: Individual Component Upgrade
Subject: Grouper Users - Open Discussion List
List archive
- From: Akki Kumar <>
- To: "Hyzer, Chris" <>
- Cc: "" <>
- Subject: [grouper-users] Re: Individual Component Upgrade
- Date: Thu, 4 May 2017 13:11:23 -0400
- Ironport-phdr: 9a23:rdVEpBxKxuYBERPXCy+O+j09IxM/srCxBDY+r6Qd2+wUIJqq85mqBkHD//Il1AaPBtSFrawewLWJ+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFJiTanYL5+Mhq6oAfTu8ILnYZsN6E9xwfTrHBVYepW32RoJVySnxb4+Mi9+YNo/jpTtfw86cNOSL32cKskQ7NWCjQmKH0169bwtRbfVwuP52ATXXsQnxFVHgXK9hD6XpP2sivnqupw3TSRMMPqQbwoXzmp8qFmQwLqhigaLT406GPYisJwgqxVoxyvugJxzJLPbY6PKPZzZLnQcc8GSWdDWMtaSixPApm7b4sKF+cMIeVYr4r8p1ATqBW+GAysC/n1yjRVgXL5x6g63P4gEAHH2gwgEMsOsGnKo9XuKKcSUOe1zK/TzTnfc/9b2yzw6IfNch87oPGMWah8ftbWyUkqDg7IiEibp4LiPzOQzOsNsm6b4vJvVeKojG4npAVxrSa1ysgwjYnJg4QYwU3H+yVh2Is5O9y1RFJ5bNOhHptdtDqVO5dzT84tX21kpDs1x7gatpKnYScHzZEqywDRZvGHdYWD/wjtW/yLIThigXJoYLK/iAi28Uin0uD8U9O70FdOriZci9nMqmwB2wXc68SZRPZw/l2t2TmI1wDU5eFEJV47mbDHJJ4mx748jpsTsULdES/qgEj6kq6belkm9+Wt5eTqYa7pqoOZOoJ7lg3yLrkhl8mjDugkLwcDWm2W9fqy2bDj5UH5Ra9FjvwykqnXqpDaIsEbq7ajDA9QyIki6he/DzGp0NQBgHkIMklFeA6Gj4juPVHOO+z0Aeu9jlm3nzdrwurJPrzlApnXMnfDl7Lhca5n60FA0Aoz0cxf55VMB7EOOvLzXVLxtMTGAR8jKgC03v3nB8tn1oMFQm+PBq6ZMLjOsV+T+O4jOeiMZIkJuDnjMfgl4eDhjWMnlVMHY6amwIYXOziEGaEsA1SLbGCoyvwBC2YR9EJqSefqmU+PSxZSfH30Qrox4Dd9BY67W9TtXIeo1ZWC3ybzPYBTb3oOXlmJGGXpcYqdRvoXdCOVJNQ5ymMsWr2oSotn3har4lypg4F7J/bZr3VL/ano08J4srXe
The installer will copy the pspng jars to the lib/custom dir… is that were you have it? Maybe move the files there and try again. J
//code that checks to see if valid pspng install:
//look for custom dir
File customLibDir = new File(grouperInstaller.
upgradeExistingApplicationDire ctoryString + "lib" + File.separator + "custom"); if (!customLibDir.exists()) {
return false;
}
//see if psp jar is there
String grouperVersion = grouperInstaller.
grouperVersionOfJar(). toString();
//look for pspng jar with certain name in custom dir…
List<File> files = GrouperInstallerUtils.
jarFindJar(customLibDir, "grouper-pspng-" + grouperVersion + ".jar");
if (GrouperInstallerUtils.length(
files) == 0) { return false;
}
From: Akki Kumar [mailto:]
Sent: Thursday, May 04, 2017 11:30 AM
To: Hyzer, Chris <>
Cc:
Subject: Re: Individual Component Upgrade
Hi Chris,
I copied expanded grouper.pspng-2.3.0 folder from grouper API tarball to the Grouper project. I am trying to apply PSPNG patch, but it's failing with below error after I add PSPNG Installation Path. I tried UI path and it threw the same error. What path should I enter to apply PSPNG patch?
Where is the grouper PSPNG installed? /tmp/grouperInstaller_v2_2_3/
grouper.pspng-2.3.0/lib/
Cant find Grouper PSPNG properties files or libs, looked in the directory, /classes/ , /conf/ , /WEB-INF/classes/ , /lib/ , /WEB-INF/lib/ , /lib/grouper/ , /dist/lib/
Where is the grouper PSPNG installed? /tmp/grouperInstaller_v2_2_3/
grouper.ui-2.3.0/dist/grouper/
Cant find Grouper PSPNG properties files or libs, looked in the directory, /classes/ , /conf/ , /WEB-INF/classes/ , /lib/ , /WEB-INF/lib/ , /lib/grouper/ , /dist/lib/
Thank you,
Akki
On Fri, Apr 28, 2017 at 4:07 PM, Hyzer, Chris <> wrote:
Sure, that will work. Though you might not need API if you just have UI/WS/PSP, iei you don’t have just an API tarball expanded.
For UI/WS use a webapp dir.
For PSP use the expanded grouper API tarball
For API, use the expanded grouper API tarball
Ok?
Thanks,
Chris
From: Akki Kumar [mailto:]
Sent: Friday, April 28, 2017 10:16 AM
To: Hyzer, Chris <>;
Subject: Individual Component Upgrade
Hi Chris,
I am upgrading Grouper from version 2.2.2 to 2.3.0 in following order (individually):
- API
- UI
- PSP
- WS
Questions:
- Is above upgrade order correct? (I have to update individually because UI & Loader are installed on different servers)
- Does below questions path point to the dist folder? Please let me know what path should I use for the API, PSP, & WS.
- Where is the grouper API installed?
- Where is the grouper PSP installed?
- Where is the grouper WS installed?
Thank you,
Akki
- [grouper-users] Re: Individual Component Upgrade, Akki Kumar, 05/04/2017
- [grouper-users] RE: Individual Component Upgrade, Hyzer, Chris, 05/04/2017
- [grouper-users] Re: Individual Component Upgrade, Akki Kumar, 05/04/2017
- [grouper-users] RE: Individual Component Upgrade, Hyzer, Chris, 05/04/2017
- [grouper-users] Re: Individual Component Upgrade, Akki Kumar, 05/04/2017
- [grouper-users] RE: Individual Component Upgrade, Hyzer, Chris, 05/04/2017
- [grouper-users] Re: Individual Component Upgrade, Akki Kumar, 05/04/2017
- [grouper-users] RE: Individual Component Upgrade, Hyzer, Chris, 05/04/2017
- [grouper-users] Re: Individual Component Upgrade, Akki Kumar, 05/04/2017
- [grouper-users] RE: Individual Component Upgrade, Hyzer, Chris, 05/04/2017
Archive powered by MHonArc 2.6.19.