Symptom
When the jobs run it fails with the error message "Error occurred. Please, see error details" and one of the below exceptions on the job Details:
- Full exception:com.successfactors.jobscheduler.ScheduledJobExecutionException: java.lang.NullPointerException: while trying to invoke the method java.lang.Object.getClass() of a null object loaded from local variable 'o'
- Full exception:com.successfactors.jobscheduler.ScheduledJobExecutionException: while trying to invoke the method java.lang.Object.getClass() of a null object loaded from local variable 'o'
**All images used in this article are from SAP internal system. Any resemblance to real data is purely coincidental.**
Environment
SAP SuccessFactors BizX Platform
Cause
A possible cause is that the job is expecting an encrypted file and the file that is sent to the job is not encrypted.
Resolution
Adjust the job to wait for the file as is being uploaded on the SFTP.
The File Encryption configuration needs to match the file on the SFTP, if the file is encrypted choose PGP, otherwise None should be selected by default:
- Provisioning
- Manage Scheduled Jobs
- Live Profile Import
- Job Parameters > Personal Information
Keywords
Scheduled Job; Job Fails; Application Error; Exception; Error occurred. Please, see error details; , KBA , LOD-SF-PLT-JOBS , Scheduled Jobs , LOD-SF-PLT , Platform Foundational Capabilities , Problem