SAP BTP (POJO) job failed with error No such method startJob java.lang.NoSuchMethodException:
search cancel

SAP BTP (POJO) job failed with error No such method startJob java.lang.NoSuchMethodException:

book

Article ID: 400439

calendar_today

Updated On:

Products

Autosys Workload Automation Workload Automation Agent ESP dSeries Workload Automation - System Agent (dSeries) ESP dSeries Workload Automation - Business Agents (dSeries)

Issue/Introduction

User run a BTP POJO job and got the following error:

 

2025-06-01T00:00:128.345Z: Version: 1.0.1
No such method startJob
java.lang.NoSuchMethodException: com.broadcom.pojo.sap.job.scheduler.SAPJobScheduler.startJob(sapjobscheduler.Endpoint, sapjobscheduler.AuthEndpoint, sapjobscheduler.ClientId, sapjobscheduler.ClientSecret, sapjobscheduler.Description, sapjobscheduler.Payload, sapjobscheduler.MaxRetry, sapjobscheduler.SleepInterval, sapjobscheduler.FailureInterval, sapjobscheduler.LogLevel)

Environment

Workload Automation Agent 12.0 or above

Cause

The error indicates that job definition is missing one or more parameters.

Resolution

The startJob requires 11 parameters.  Make sure to add all the parameters such as "sapjobscheduler.JobId" to the job.

Additional Information

SAP BTP Job Attributes details here.