tomcat

Change default permission for log files

Hello,

I am trying to change the default permissions for log files created by Bonita on the server.

I'm speaking of all files in BONITA_HOME/server/logs
With a standard install, log files are created with rwxr-----
I want them to be rwxr--r-- (add read permission to all users)

In the file "BONITA_HOME/server/bin/catalina.sh", a script sets UMASK:

# Set UMASK unless it has been overridden
if [ -z "$UMASK" ]; then
    UMASK="0027"
fi
umask $UMASK

I tried to set the following code in "BONITA_HOME/server/bin/setenv.sh" :

Bontita 7.5 con sqlserver

He instalado la última versión de bonita (7.5), entonces he instalado la última versión de java (jdk-8u131-windows-x64).

Después de eso, configuré el sqlserver con la base de datos BONITA_BPM, y segui todos los pasos para la configuración de sqlserver.

Luego segui todos los pasos para la configuración del tomact.

Pero cuando voy a la carpeta C: \ BonitaBPMCommunity-7.5.0 \ workspace \ tomcat y ejecuto el archivo start-bonita.bat en la carpeta, consigo este error.

BonitaSoft RDBMS With SqlServer

I installed the last version of bonita (7.5), then i installed the last version of java (jdk-8u131-windows-x64).

after that, y configured the sqlserver with the database BONITA_BPM, and i make all the step for the sqlserver configurarion.

then i follow all the steps for the tomact configuracion.

but when i go to the folder C:\BonitaBPMCommunity-7.5.0\workspace\tomcat and i execute the file start-bonita.bat in the folder , i get this error.

setup\setup.bat is not recognized as an internal or external command, operable program or batch file

Tomcat won't start on OS X [RESOLVED]

Hello,

I'm running OS X 10.11.6 and evaluating Bonita version 7.3.3 - I've had issues to start Tomcat.

The problem what that my hostname (as retrieved by the bash command hostname) didn't resolve to 127.0.0.1.

The fix was to modify /etc/hosts and add the hostname in the "127.0.0.1" line:

127.0.0.1 localhost

Maybe this will help someone ?

Bonita Tomcat Bundle Configuration with mysql

I am trying to connect bonita tomcat bundle "BonitaBPMCommunity-7.3.1-Tomcat-7.0.67" with mysql but its giving error. I have tried to configure it with postgres but its not working with bonita ui designer. Now i am trying to connect it with mysql but its giving following error please help/guide.

Changing the url path on my application

Hello everyone,

I'm using version 6.4.0 and on the final leg of deployment.
Right now there is one more things that I need to do that is of critical importance:

Currently to access my application I need to go to /bonita
However I'm trying to do change it so that the application is on the root path. In order words, I want it so that to access it I only need to go to www..com (with no /bonita, for example, if my host was bananas, to go to my app it would be www.bananas.com)

it can't showing bonita portal web page

Hi,

i was trying to test some process, and suddenly the process is closed, afterwards i tried to start the process for the second time , and when the process has been started , i tried to execute it , doing click in the "execute" button, but i could not see the bonita portal. What is happening?, how i can fix the problem?

Please , somebody has any sugestion?

regards

Problem starting Bonita 7.0.0 + Tomcat + MySQL

Hi, I am trying to run Bonita/Tomcat using MySQL but it seems some problems encountered while initializing the platform and I don't know where I should check..
I followed every detail as said in Bonita documentation

Normally after bitronix.tm.resource.ResourceLoader init I should get "" bitronix.tm.recovery.Recoverer run "" .. it's not the case as you can see in the log file and I don't know what the problem might be.

Catalina.log

Cannot start Bonita 7.2 tomcat bundle + postgresql

I followed this tutorial http://documentation.bonitasoft.com/ubuntu-openjdk-tomcat-postgresql-0

When I started tomcat server I got this message

Node not started. Method 'org.bonitasoft.engine.api.LoginAPI.login' cannot be called until node has been started (PlatformAPI.startNode()). Exact class: org.bonitasoft.engine.api.impl.LoginAPII

[resolved] Bonita platform 7.1 - bundle Tomcat - No technical user afer switching to MySql database

Hello everybody.

I've installed Bonita platform, and followed the doc about the database configuration to switch to mysql.
I think it works, because my "bonita" table fills when I start tomcat.

But on the logon webpage, I can't log with the install/install user, neither the platformAdmin/platform user...

I tried to modify the bonita-platform-community-custom.properties file, without success...

Is anybody can help me ?

Notifications