Skip to main content

IV36153: NPE IN STSLTPATOKENMODULE WHEN PRINCIPAL NAME ATTR TYPE IS NULL


 

APAR status

  • Closed as program error.

Error description

  • Null pointer exception in STSLTPATokenModule when Principal
    name attribute type is null.
    

Local fix

  • Do not use stsuu.setPrincipalDomain(
    java.lang.String principalDomain) in the mapping rule
    because this will set the attribute type to null,
    use this instead:
    var principalAttr = new Attribute("name",
        "urn:ibm:names:ITFIM:ltpa",
        "uid=wasadmin,o=defaultWIMFileBasedRealm");
    stsuu.addPrincipalAttribute(principalAttr);
    

Problem summary

  • Null pointer exception in STSLTPATokenModule when Principal
    name attribute type is null.
    

Problem conclusion

  • The fix for this APAR is expected to be contained in the
    following maintenance delivery vehicle:
    | fix pack | 6.2.2-TIV-TFIM-LA0005
    

Temporary fix

  • Do not use stsuu.setPrincipalDomain(
    java.lang.String principalDomain) in the mapping rule
    because this will set the attribute type to null,
    use this instead:
    var principalAttr = new Attribute("name",
        "urn:ibm:names:ITFIM:ltpa",
        "uid=wasadmin,o=defaultWIMFileBasedRealm");
    stsuu.addPrincipalAttribute(principalAttr);
    

Comments

APAR Information

  • APAR number

    IV36153

  • Reported component name

    TIV FED ID MGR

  • Reported component ID

    5724L7300

  • Reported release

    622

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-02-03

  • Closed date

    2013-02-03

  • Last modified date

    2013-02-03

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

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

Fix information

  • Fixed component name

    TIV FED ID MGR

  • Fixed component ID

    5724L7300

Applicable component levels

  • R622 PSY

       UP

Rate this page:

(0 users)Average rating

Copyright and trademark information

IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.

Rate this page:


(0 users)Average rating

Add comments

Document information

Tivoli Federated Identity Manager


Software version:
622


Reference #:
IV36153


Modified date:
2013-02-03

Translate my page

Content navigation