1. Remove the grouperPatchStatus.properties

    [appadmin@i2midev6 WEB-INF]$ pwd
    /opt/tomcats/tomcat_e/webapps/grouper-ws_v2_4/WEB-INF
    [appadmin@i2midev6 WEB-INF]$ mv grouperPatchStatus.properties grouperPatchStatus.properties.20190123
    
    
    
  2. Remove all patch downloads

    [appadmin@i2midev6 patchesAutoWs]$ pwd
    /opt/grouper/2.4/patchesAutoWs
    [appadmin@i2midev6 patchesAutoWs]$ find tarballs/
    tarballs/
    tarballs/patches
    tarballs/patches/grouper_v2_4_0_api_patch_0.tar.gz
    tarballs/patches/grouper_v2_4_0_api_patch_0.tar
    tarballs/patches/grouper_v2_4_0_api_patch_0
    tarballs/patches/grouper_v2_4_0_api_patch_0/grouper_v2_4_0_api_patch_0.properties
    tarballs/patches/grouper_v2_4_0_api_patch_0/new
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu/internet2
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu/internet2/middleware
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu/internet2/middleware/grouper
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu/internet2/middleware/grouper/ldap
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu/internet2/middleware/grouper/ldap/ldaptive
    tarballs/patches/grouper_v2_4_0_api_patch_0/new/classes/edu/internet2/middleware/grouper/ldap/ldaptive/LdaptiveSessionImpl$1.class
    
    ... etc ...
    
    
    [appadmin@i2midev6 patchesAutoWs]$ mv tarballs /tmp/tarballs.20190123
    
    
  3. Run the patcher and force install patches (this assumes you dont have files that need to be removed... you could backup and remove classfiles from the classpath if you are worried).
  • No labels