Error when trying to import assets from sccm to HAM via sccm SGA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 08:21 AM
I am implementing HAM and have set everything up in our dev instance for poc. Then when trying to do the same thing in test I am having some issues. When the data import is finished then the ci's are created and all the information is loaded into the cmdb however the alm_hardware table is not populated. I am receiving the following error.
AssetQueueProcessor: JavaException: java.lang.SecurityException: Illegal access to getter method getMessage in class java.lang.NullPointerException
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 10:29 AM
@Kevin Amberson Given the error you encountered (Illegal access to getter method getMessage in class java.lang.NullPointerException), this suggests that the queue processor is trying to access a value or object that is null and doesn’t handle the null case properly.