Docker

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

Can't login with new admin user account during initial setup

I ran the docker image and was able to login as install user. Per docs created another user and made it admin. The problem is login fails for this new user.

Version : 2021.1

Build : 7.12.1

When 2012.2 community docker image will be released ?

Bonita 2021.2 studio is out, but last available docker image is still 2021.1

https://hub.docker.com/_/bonita?tab=tags&page=1&ordering=last_updated&na...

When 2012.2 community docker image will be released ?

Thanks

Increase log level in Bonita Docker image

Hi all.

I am using the Docker image of Bonita 2021.1 Community Edition and I'm not able to increase the log level.

More in details, I'm trying to set the org.bonitasoft.level to FINEST, as written in the description of the Docker image in the "How to extend this image" section.

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.

chevdor's picture
chevdor
Category: 

I am running Bonita in docker containers and using Kubernetes. Using Kubernetes or not it not that relevant but if you are using docker, the following is probably interesting for you. I used to run the migrations manually (ie sopping my container, mounting a volume with the config and migration scripts, restarting the container, running the tool, restarting a new container on the new version). While that works... it is not the simplest...

Ironically, the documentation on the Official Docker hub page mentions some wget, unzip, etc... All kind of stuff no one really want to do :)

Docker Image for easy Migration

No question here but I wanted to share a Docker image you may find useful (if you are using Docker that is...)

I am running Bonita in docker containers and using Kubernetes. Using Kubernetes or not it not that relevant but if you are using docker, the following is probably interesting for you. I used to run the migrations manually (ie sopping my container, mounting a volume with the config and migration scripts, restarting the container, running the tool, restarting a new container on the new version). While that works... it is not the simplest...

How can I stop Bonita installed with / within the Docker image?

Hi,

When I install the docker image: docker pull quay.io/bonitasoft/bonita-subscription:7.11.3

And I run it: docker run -e HTTP_API=true -e REST_API_DYN_AUTH_CHECKS=false --name bonita -v ~/bonita-lic/:/opt/bonita_lic/ -h localhost -d -p 8080:8080 quay.io/bonitasoft/bonita-subscription:7.11.3

Then get inside my container: sudo docker exec -it my-container-id bash

I wantto stop the bonita server with:

Change port on Docker Bonita Container

Hi Follow this thread, how can put the Bonita container to work in another tcp port, have a LMS working with the 80, 8080 ports....

This works? have 81 8081 open in FW.

docker run --name bonita -d -p 8081:8081 bonita

Thanks in advance

Bonita Portal inside Docker Container - Communication

Hi,

I use Bonita Portal inside a Docker Container. I need to connect Bonita Portal (inside docker) with Bonita Studio. Can someone help me (Version: Community 7.10.4)?

Regards,

Diana

Notifications