Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Error While Loading SelfPacedActivityV3 via HDL – genericLIVORow is null
Summary:
Hi everyone,
I’m working on a bulk upload of courses into Oracle Learning using HDL files. The following components are loading successfully without issues:
•OfferingV3
•OfferingActivitySectionV3
•Access Groups / Visibility
However, I’m encountering a problem while loading SelfPacedActivityV3. The HDL processing log throws the following error:
java.lang.NullPointerException: Cannot invoke "oracle.apps.fnd.lms.content.publicModel.view.GenericLIVORow.getLearningItemType()" because "genericLIVORow" is null
Here’s what I’ve already checked:
•The ContentId and ContentNumber used in the activity row exist and are published in Oracle Learning.
•The content is associated with a valid learning item.
•The parent offering and section are already loaded and confirmed active.