Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Individual Component Upgrade

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Individual Component Upgrade


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Akki Kumar <>
  • Cc: "" <>
  • Subject: [grouper-users] RE: Individual Component Upgrade
  • Date: Thu, 4 May 2017 16:03:51 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:DOs+3R+lR/WM5v9uRHKM819IXTAuvvDOBiVQ1KB30OIcTK2v8tzYMVDF4r011RmSDNudtagP1bWempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9ZDeZwRFiCC8bL9sIxm7rAfcvdQKjIV/Lao81gHHqWZSdeRMwmNoK1OTnxLi6cq14ZVu7Sdete8/+sBZSan1cLg2QrJeDDQ9LmA6/9brugXZTQuO/XQTTGMbmQdVDgff7RH6WpDxsjbmtud4xSKXM9H6QawyVD+/6apgVR3mhzodNzMh8G/ZlNF+jL5VrhyiqRxwwY/Ub52aO/dlZKzRYc8WSHBdUspNVSFMBJ63YYsVD+oGOOZVt4fxqVkOrBq/GwasHvvjwSJWi3/2x6060v8hHQ/b1wEnGtIBrHTUrdX0NagMS+C416jIzS7fYP9MxDf98JbHchYnof2WQ71/bNfRxFApGgjYjVuQsZToMy2J2ukPqWSW4OttWfiyh2MmpQx9uDiiy8Y0hoXUiI8Z1krI+CFkzIovO9G0VUp2bcS5HJZStiyXMZZ9TNk4TGFyoik6z6ULuZ6lcygOz5Qq3wbRZuCAfYSU/B7vTficLjVliH58f7KwnAi9/VKnyu3hSsm7y1FKrjdDktbRrHwNzwbT6s+bSvRj4kihxTeP1wfV6u1eJkA0iLbbK5omwr43lZofq1jMHijzmEnuja+WcFsr+vSw5uj5frnrpIWQOoB1hw3kL6gjm8KyDf44PwUPR2Sb/P6z1Lzn/U33WrVKifg2n7HcsJ/GJcQapq+4DBFP0os46ha/FCup3M4FnXkfMl1FfhSHg5L3NF7TPfD0Fe2/jEi0kDd32/DGOaXsAprXLnjEjbfhZahy61RFxAou1tBQ+YhUCqoaLfL3W0/xr8DYDgQnPwCuwubnDsl92Z0EWWKJHKCZLL3evUWW6e0yPunfLLMS7R/+KPltxOPrhGVxzVYYdLuo25QOdX2jAvVhJV7BOSXEjdIIEGNMtQ07Gr/EklqHBHRzdmS/ReZ0zTEhCZnsRdPGTYC8krGb9CagFdtLfm1ADBaBHWq+JNbMYOsFdC/HepwpqTcDT7X0E4I=
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

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.upgradeExistingApplicationDirectoryString + "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):

  1. API
  2. UI
  3. PSP
  4. 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

 




Archive powered by MHonArc 2.6.19.

Top of Page