Hi everyone!
Have a good time!
In new Release i have new sever log in Engine-Log Studio :
"
07-Feb-2021 22:49:57.429 SEVERE [http-nio-51362-exec-5] org.bonitasoft.engine.business.data.generator.EntityCodeGenerator.determineDbVendor sysprop.bonita.bdm.db.vendor is not set. This should not happen at runtime. Defaulting to h2.
"
Can you guide me ?
Best Regards,
Ali
It means that the platform setup has not been initialized (behavior in the Studio) and thus h2 databaseis used as a fallback. H2 is not a production database, that’s why it is logged as SEVERE.
HTH
Romain
Hi @romain.bioteau
Thanks for your answer,
But if I understand correctly, there is no need for a database other than H2 in the studio,
I'm not new in bonita, but i thought, this message can help me connect bonita studio directly to another RDBMS alternative to h2 for example postgres.
If you now please describe more.
https://documentation.bonitasoft.com/bonita/7.12/database-configuration
Please note this procedure cannot be performed using the Bonita Studio. The Bonita Studio can run only on the H2 Database. To use Bonita on another RDBMS, please use a bundle or set up a standalone server."
Yes, the Studio only use H2.
Ooops! Thanks, so this log not related to my dreams!
Interesting, why would you need another RDBMS in your studio ?
@romain.bioteau
I have been working with community version for more than 7 years,
And I need to deploy artifacts directly from the studio to the test server I have postgres database on as I develop.
Well, One solution is Bonita Continuous Delivery, but i need community or free one.