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: Akki Kumar <>
  • To: "Hyzer, Chris" <>
  • Cc: "" <>
  • Subject: [grouper-users] Re: Individual Component Upgrade
  • Date: Thu, 4 May 2017 13:41:22 -0400
  • Ironport-phdr: 9a23:hB/vvxBiDgAqh5KHQ9uEUyQJP3N1i/DPJgcQr6AfoPdwSPT9pcbcNUDSrc9gkEXOFd2CrakV1ayI6euwAiQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9GiTe5YL5+NhS7oRveusQVj4ZpN7o8xAbOrnZUYepd2HlmJUiUnxby58ew+IBs/iFNsP8/9MBOTLv3cb0gQbNXEDopPWY15Nb2tRbYVguA+mEcUmQNnRVWBQXO8Qz3UY3wsiv+sep9xTWaMMjrRr06RTiu86FmQwLuhSwaNTA27XvXh9Ryg6JVoByvqR9xzZPKbo6JL/dxZL/RcMkASGZdQspcVSpMCZ68YYsVCOoBOP5VopX+p1sNrBu1GAyiBP7qyjBSnH/9wKo33P4kEQ7c3Q0gHtQOsHvNrNXoKqgSSvy1zKjPzTXFdPNaxSvx5YrTfxAupPGDR7Nwcc7LxUYzEAPFi0ydpIr4ND2b0eQNtnKU7+tmVe+3hG4nrAZxojerxsgykIXGmoUVylXC+C5kw4g1PcW1RFB6bNK4EpZdsi+aOohtTc8+Rmxltzo2xqEbtpO+YCcG1JAqyhvaZvCZbYSF5hTuX/uLLzhinnJqYre/ig6y8Ue+zu38UdG50FNQoSpEltnAr2kN1x/P5sSeRfpx4Fmt1DKV2wDc7eFEJk80la7FJJI73rEwkZ8TvVzCHi/whkr2kLebelsl9+S06enqZ7vmq5yHOINojwzzPbgiltCiDuk9LgcCQ2yW9OG52bH940H0RK1GjvgsnanYtJDaK94bpqm8AwJNyIkj7gywDjan0NQeknkHNU9Fdwycj4j1OlHOJ/b4Deyjj1iwkjpm3P/GPrj7DZXMKnjPiqvufbF460JE0go80chf545ICrEGOP/zVVXxtNvFDh8hLQO02f/rCMhm1owAQ2KPGbSUMKfTsV+T+uIvOPeAaJUUuDb7N/gq+eTujXknll8BY6Wlx4UYZ22lHqcuH0LMK1r9kNobVS8hvhA/V6ai3FiJUS9BamyaXrk3oCwjBYSgS4rPW9b+rqaG2XKSHZ5XLkNbD1mWWSPhcoyWWvEDcT+fOdNglTofDeD+Y4Ak3BCq8gT9zuw0faLv5iQEuMe7h5BO7OrJmERq+A==

Hi Chris,

The grouper installer threw the same error as before with below path. Also, I tried running the installer on my colleague's machine and it's throwing the same error. Are you able to replicate the issue?

/tmp/grouperInstaller_v2_2_3/grouper.pspng-2.3.0/lib/custom/

Thank you,
Akki 

On Thu, May 4, 2017 at 1:30 PM, Hyzer, Chris <> wrote:

The jar is in the right place, now use this path:

 

/tmp/grouperInstaller_v2_2_3/grouper.pspng-2.3.0/lib/custom/

 

Thanks

Chris

 

 

From: Akki Kumar [mailto:]
Sent: Thursday, May 04, 2017 1:11 PM


To: Hyzer, Chris <>
Cc:
Subject: Re: Individual Component Upgrade

 

Hi Chris,

 

I copied grouper-pspng-2.3.0.jar to /tmp/grouperInstaller_v2_2_3/grouper.pspng-2.3.0/lib/custom/ and ran the grouper installer to add patch, but it failed. As per code, path & file name is correct though

 

I have attached the screenshots to below link:

 

Thank you,

Akki 

 

On Thu, May 4, 2017 at 12:03 PM, Hyzer, Chris <> wrote:

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