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 17:30:43 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:i+MRCh0UJ3xW68YxsmDT+DRfVm0co7zxezQtwd8ZseMXLPad9pjvdHbS+e9qxAeQG96KtbQa0aGG6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhTexe7J/IAu5oQjSqsUdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LptRRT1iikIKiQ5/XnXhMJukaxbvByvqR9xw4HWYYGaKPVxc7jHct8GWWZMRNpdWzBDD466coABD/ABPeFdr4TlqVcArxu/BAiyC+P10jNDm2H73a0g0+QgCgHK0hErEtULsHvIrNX0NKYTXv6vzKTTzDXDdO9Z1S3g6IjQbB8hp/eMUahufsXM1EkiDgXIhUiep4ziOjOazOUNs26D4upvUuKvjGEnqwVvrTS12sgsjYzJi4QIwV7H7SV02Jg5KsekREJmZNOoDYZcuzyfOot4Tc4uX31ktSM4x7IYtpO2cy0HxZE5yxLDd/CLa5WE7xz/WOqLJTp0mWhpdKyiixu260Ss1+/xW8iy3V1XtCRKiMPMuWoI1xHL6siIVP99/kC51DiXyw3d7f1ILV4tmaTGM5At36c8lp0IvkvdBCP2n1j2jLONeUUj5+io7fnobq/+pp+GMI90lh/xPbgymsy+BuQ4NBICX2+G+eSg0L3j+kr5QLZQgvIqlanZtYjWJcUdpqGnHw9Yypgv5AyjAzu71dkUgGQLIE9AdRKJgIXlJ03CLfX6APihjFmhnzJmyvXYMrH9HpnBNn3Dn63gfbZ55U5c0g0zzdVH6pJRFr4BIPLyW07vu9zCFRI5Mhe0zPr9BNVgzoMRR2SPAqmDPKzMrFCI+/ojI/OQa48NpDb9N/8l6ubhjX8jnl8dYLGp0oUNaHyhA/RmOFuWYWD3gtoaFWcKvxE+TPDxiFGcSzJTZnCyX74i6TEhDoKpE5vDSp63jLOfwSi7A84eWmcTI1OPED/LaoCNQb9YYSebMM5nnSUZWKO9Sognzkn26yf1zrNmKqzf/ShO5rz5090grc3ChxwosXRfD96cyCvFG2R/nnIaSiUe3bt051Flx1GFl6V0nqoLRpRo+/pVX1JiZtbnxOtgBoWqVw==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

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