Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Bonita Error: bp_DCS_1 Bonita Error: bp_DCS_1 does not exist.

Hello Team,
I'm very new to the Bonita Suite. I'm currently using Talend Universal Platform with the Bonita plugin.
Studio
Version: 5.5.1
Build id: r118616
java version "1.7.0_72"
Java(TM) SE Runtime Environment (build 1.7.0_72-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode)
OS: Windows 7
Unsure on the Bonita Version

I created a workflow process successfully and I'm able to deploy it and view it thru the browser just fine. However, I'm having issues when trying to call a Talend Job using the connectors.
Using Job Launcher. Should I use a task instead.
The job I'm calling invokes a webservice which return back a series of elements to the BPM.
Error:
org.ow2.bonita.util.BonitaRuntimeException: Bonita Error: bp_DCS_1
Bonita Error: bp_DCS_1 does not exist.

java.lang.ClassNotFoundException: codes.callcodes_0_1.CallCodes in classloader MyExtensionsClassLoader
I know I filling in the ProjectName correct and Job Name correct so I'm unsure why I'm getting this type of error.
Please help
Thank you
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Okay to close. For some reason my studio install was corrupt. 
Fix: Uninstall and re-install studio component  

View solution in original post

5 Replies
Anonymous
Not applicable
Author

I believe the Task launcher connects to a Talend Adiminstration Console via webservice to "Start" a task in the scheduler, and job launcher launches an exported talend job. Can you post a screen shot of the Process diagram and the connector configuration?
Anonymous
Not applicable
Author

I'm unable to attach screen for some reason. 
1. Created Job launcher with finish event
2. Entered Project name the job was in. View from code
private final String jobVersion = "0.1";
private final String jobName = "CallGetCodes";
private final String projectName = "CODES";
3. I receive error when testing connection.
Anonymous
Not applicable
Author

 Well, its hard to tell without seeing the .bar file, but in general Bonita Error: bp_DCS_1 means the connector failed (which we know 0683p000009MACn.png ) I'm almost certain that you are missing some dependency configurations. Make sure you have configured all the neccessary .jar's from your job as dependencies from the BPM perspective.
Anonymous
Not applicable
Author

It seems that I have not set up a separate job server with the TAC, where the job would be deployed too. 
Steps to deploy job to server.
-- Do I create an Execution Server?
-- Deploy job to job conductor?
Anonymous
Not applicable
Author

Okay to close. For some reason my studio install was corrupt. 
Fix: Uninstall and re-install studio component