Keep getting "The business data xx whith the class name xxx, is not managed by the current version of the BDM. Help!

1
0
-1

Hi,

Keep getting "The business data xx with the class name xxx, is not managed by the current version of the BDM.

I even tried from scratch with the simplest process and the simplest BDM possible but when I add business variable I get the error. This is what the log gives me

07-Apr-2020 12:04:41.764 INFO [http-nio-8080-exec-5] org.bonitasoft.engine.log.technical.TechnicalLoggerSLF4JImpl.log THREAD_ID=87 | HOSTNAME=Mauricios-MBP | TENANT_ID=1 | The business data 'bo1' with the class name 'com.company.model.BusinessObject', is not managed by the current version of the BDM.

No idea what else to do!

2 answers

1
+2
-1

Hi,

This error message happens when the BDM hasn't been pushed into the Bonita engine.
When the BDM is deployed , a jar is created to be used by the Studio, AND the model is pushed into the Bonita engine.

If you try to use a business data for Business Object that isn't known by the engine, then you'll have the following error : The business data xx with the class name xxx, is not managed by the current version of the BDM.

Now the question is why your BDM isn't deployed.
In Bonita 7.10, the default behavior is that the BDM is deployed when you leave the edition wizard. You can also deploy it manually from the project explorer (right click on the bdm file -> deploy).

I suggest you to first check the BDM deployment status in the Bonita portal:
Log in with the user technical user (id: install, pwd: install), go into the BDM page and check the BDM status. You should see here if a BDM has been pushed into the Bonita engine, and the date of the deployment.

If the status isn't what you are expecting, then try to re-deploy your BDM. If it doesn't work then you'll have to check the logs to understand what's going on during the deployment.
To check the logs, fron Bonita Studio: Help -> Bonita Studio log and Help -> Bonita engine logs

Comments

Submitted by juan_1424773 on Mon, 04/13/2020 - 22:42

Thank Adrien, that seems to be the case. I never found out why it wasn't being deployed in the first case but now is working.

1
0
-1

I have reviewed other threads with the same topic and did everything mentioned there. I created the simplest process and the simples Business Object but the problem persists!!

Comments

Submitted by julien.mege on Wed, 04/08/2020 - 15:05

hello,

can you provide more information:

- You work in the studio? What is the version?

- "from scratch", mean: "you try in a new Workspace, or in a fresh install of the studio?"

Submitted by juan_1424773 on Thu, 04/09/2020 - 20:12

Hi Julien:

Yes, working with the studio Version 7.10.3

It was a fresh install of the studio. Using just the default elements in the diagram.

Notifications