WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

While doing fixpack upgrade from 8.5.5.13 to 8.5.5.18 failing with CRIMA1161E ERROR

  • 1.  While doing fixpack upgrade from 8.5.5.13 to 8.5.5.18 failing with CRIMA1161E ERROR

    Posted Thu March 11, 2021 05:29 PM

    Upgrade Version - From WebSphere 8.5.5.13 to 8.5.5.18

    While running the imcl command i have faced below error. Can someone please suggest what could cause this isssue?

    #./WebSphere/InstallationManager/eclipse/tools/imcl udateAll -repositories /tmp/ND/repository.config -installationDiretory /WebSphere/AppServer -acceptLicense -showVerboseProgress

    ERROR: Failed to find required installation files.

    CRIMA1161E ERROR: Failed to find required installation files.

    Explanation: Installation Manager did not find required installation files from the repository. An issue has occurred with the package that cannot be resolved by Installation Manager.

    User Action: If the repository files were transferred from a different location before the installation, verify that the files were not altered during the transfer operation. Copy the repository files to a different location and install from that location. If the repository files were not transferred note the package name and version number and contact customer support.

    ERROR: 'com.ibm.was.permission.utils_8.5.0.20120309_1010' not found in /IM1.8.5/ND.



    #Support
    #SupportMigration
    #WebSphereApplicationServer(WAS)


  • 2.  RE: While doing fixpack upgrade from 8.5.5.13 to 8.5.5.18 failing with CRIMA1161E ERROR

    Posted Fri March 12, 2021 05:21 PM

    From the error it would appear your Installation Manager IMShared directory is missing this shared file - which is needed to update to the 8.5.5.18 Fixpack level.

    If you have a base 8.5.5 repository (which was initially used to install the product) I would recommend also including it in the -repositories list when running the update.

    That way I can pull any additional needed files from that base repository.

    example: imcl udateAll -repositories /tmp/ND/repository.config,/Path/to/base8.5.5/repo -installationDiretory /WebSphere/AppServer -acceptLicense -showVerboseProgress

    #Support
    #SupportMigration
    #WebSphereApplicationServer(WAS)