jobService

Custom Cron Job in Bonita

I am currently working submitting a custom cron job in Bonita. I actually managed to create a job and submit it. I can see the Job details in the Bonita Engine Database. But it fails when it is going to trigger. Anyone who came across the same situation or anyone knows what is the error? Please see my code below.

Following is the exception I am getting.

Bonita start error: The requested resource is not available.

After installing the subscription edition, the server does not start.
This is the error message in the log:
2017-05-04 15:33:55.190 +0200 WARNING: org.bonitasoft.engine.service.impl.BonitaSpringContext Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobService' defined in class path resource [bonita-pl

Notifications