Docker-Compose

REST API Extension error 403 running on Docker

While making requests to a Bonita’s Extension API, that internally calls an external API from another service, on a Docker environment with Runtime Bonita installed, I got an error 403.

Since I think it’s a permission error, I have followed a community post’s steps (this one):

1. I have defined a custom permission at extension’s page.properties

myExtension.permissions=myPermission

Bonita 7.6.x Docker image - MS SQL Server Driver

Hello everybody, I'm trying to run the 7.6 image version from Bonita on Docker, but I'm getting the following error:

bonita_1 | [ERROR] The driver class named 'com.microsoft.sqlserver.jdbc.SQLServerDriver' specified in 'internal.properties' configuration file, to connect to your 'sqlserver' database, cannot be found. Either there is an error in the name of the class or the class is not available in the classpath. Make sure the driver class name is correct and that the suitable driver is available in the lib/ folder and then try again.

Notifications