VOOZH about

URL: https://www.ibm.com/support/pages/apar/IJ11617

⇱ IJ11617: TRUST ANCHORS FOR IBM CLOUD


IJ11617: TRUST ANCHORS FOR IBM CLOUD

APAR status

  • Closed as program error.

Error description

  • Error Message: N/A
    .
    Stack Trace: N/A
    .
    

Local fix

Problem summary

  • 1. Add Trust anchors for IBM cloud
    We need to be able to populate keystore with the trust anchors
    needed to deploy and operate within the IBM Cloud.
    

Problem conclusion

  • 1. Add Trust anchors for IBM cloud
    Added a new value "-ibmcloudtrust" to the constructor
    CMSProvider(String) to populate the keystore with IBM cloud
    trust certificates.
    Sample code as follows:-
    String strargs= "-ibmcloudtrust";
    CMSProvider cms = new CMSProvider(strargs);
    //create a new keystore
    KeyStore ks = KeyStore.getInstance("CMSKS");
    ks.load(null, PASSWORD);
    FileOutputStream fout = new FileOutputStream(keystorefile);
    ks.store(fout, null);
    .
    This APAR will be fixed in the following Java Releases:
     8 SR5 FP30 (8.0.5.30)
     7 SR10 FP40 (7.0.10.40)
     7 R1 SR4 FP40 (7.1.4.40)
    .
    Contact your IBM Product's Service Team for these Service
    Refreshes and Fix Packs.
    For those running stand-alone, information about the available
    Service Refreshes and Fix Packs can be found at:
     https://www.ibm.com/developerworks/java/jdk/
    

Temporary fix

Comments

APAR Information

  • APAR number

    IJ11617

  • Reported component name

    SECURITY

  • Reported component ID

    620700125

  • Reported release

    270

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-11-28

  • Closed date

    2018-12-10

  • Last modified date

    2018-12-10

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

  • Fixed component name

    SECURITY

  • Fixed component ID

    620700125

Applicable component levels

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSNVBF","label":"Runtimes for Java Technology"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"270","Edition":"","Line of Business":{"code":"LOB36","label":"IBM Automation"}}]

Document Information

Modified date:
07 December 2020