Global Data Management Forum

 View Only
Expand all | Collapse all

NullPointer Exception thrown on AddOrganization Transaction?

  • 1.  NullPointer Exception thrown on AddOrganization Transaction?

    Posted Tue February 16, 2021 01:14 PM

    While adding an attribute to an existing Entity Type Organization Extension. After successful deployment of .cba file, we ran the addOrganization txn and we got the below the error.

    [16/02/21 12:04:52:651 GMT] 00000108 SystemOut O ERROR - java.lang.NullPointerException

    at com.dwl.tcrm.coreParty.component.TCRMAddressComponent.addAddress(TCRMAddressComponent.java:857)

    at com.dwl.tcrm.coreParty.component.TCRMPartyAddressComponent.addPartyAddress(TCRMPartyAddressComponent.java:996)

    at com.dwl.tcrm.coreParty.component.TCRMPartyComponent.addPartyAddress(TCRMPartyComponent.java:2671)

    at com.dwl.tcrm.coreParty.component.TCRMPartyComponent.addPartySimple(TCRMPartyComponent.java:2872)

    at com.dwl.tcrm.coreParty.component.TCRMPartyComponent.addParty(TCRMPartyComponent.java:2623)

    at com.dwl.tcrm.coreParty.controller.TCRMCorePartyTxnBean.addOrganization(TCRMCorePartyTxnBean.java:465)





    #DataManagementGlobal
    #MasterDataManagement
    #Support
    #SupportMigration


  • 2.  RE: NullPointer Exception thrown on AddOrganization Transaction?

    Posted Thu February 25, 2021 12:25 PM

    I found the answer to this as .cba project had missing entry in META-INF/COMPOSITEBUNDLE.mf file.. CommonServiceFactory package was missing adding that it works fine.





    #DataManagementGlobal
    #MasterDataManagement
    #Support
    #SupportMigration