Build

Bonita 2021.1 - Problem in Build bar files !!

Hi everyone!

I have an problem with new release 2021.1 , tested in two workstation!

When i try to build multiple process at same time for export bar files we have long time delay!!! , And sometimes nothing happened at all ! sad_smile.png

But when we try to build process one bye one every things is ok teeth_smile.png

Please help Me!!!

Gradle Build fail errors when building bonita

Hey,

I built the whole bonita environment through this link (https://github.com/Bonitasoft-Community/Build-Bonita) on an ubuntu docker image, which worked quite well. When I am trying to replicate the same on an EC2 ubuntu instance, I face a gradle build error, as below

I am unable to build bonita studio from source code

problem to create .bar file

Hi.

I am using BonitaBpm 7.3.2 but when I tried to create .bar file of the process a messagebox error appears.
When the .bar file is creating, a message box appears that say I have errors in my process but I click continue to the export of the file.
In my process I have 7 warnings not errors and 2 messages of information.
The message error is the following:
Message of error

Thanks.

Import fom BonitaSoft 6.5 .bos file to BonitaSoft 7.2.1 is missing scripts

Hello,

I want to import some .bos files from BonitaSoft 6.5 to 7.2.1.

Now if I try to Build the file, I get an error, saying:
Condition expression "action == 2" failed to export left operand: org.bonitasoft.studio.condition.conditionModel.impl.Expression_ProcessRefImpl@b68d01

After research I found this entry:
http://community.bonitasoft.com/questions-and-answers/bonita-studio-633-...

Error while creating bar file

!ENTRY org.bonitasoft.studio.common 4 0 2015-11-19 09:43:52.768
!ERROR
!STACK 0
java.lang.NullPointerException
at org.bonitasoft.studio.engine.export.switcher.AbstractSwitch.handleConnectorInputs(AbstractSwitch.java:106)
at org.bonitasoft.studio.engine.export.switcher.AbstractSwitch.addConnector(AbstractSwitch.java:86)
at org.bonitasoft.studio.engine.export.switcher.FlowElementSwitch.handleCommonActivity(FlowElementSwitch.java:645)

How to compile Bonita BPM Studio with embedded Engine + Portal 6.2.1 ?


I want to compile from sources Bonita BPM Studio with embedded Engine + Portal
I have tried with version 6.2.1 from github repository and the instructions from documentation http://documentation.bonitasoft.com/building-bonita-bpm-source-files
I followed the steps described below and the compilation failed.

ttoine's picture
ttoine
Category: 

It is not always simple to build Bonita BPM from sources. That is why this script is now available. It has been tested on Ubuntu 12.04 and 13.10, with Open JDk 7, and latest available version of Git and Maven. At the beginning, it tests that java, mvn and git are installed.

Around 4 Gb of dependencies will be downloaded (sources, target sources archive, maven, ...). You will need a good Internet connection.

Place this script in a disk partition with more than 15 Gb free space. Of course, you can build Bonita BPM in your /home.

Releases for Build Script for Bonita BPM

Total downloads: 5 168
Version BonitaBPM Version Post date Download Link to content
6.3.6 6.3.x 2014-Sep-17 Download
1643 downloads
Release note
6.2.3 6.2.x 2014-Mar-13 Download
1814 downloads
Release note
6.2.1 6.2.x 2014-Jan-27 Download
1711 downloads
Release note

How to build connector sources with maven ?

Hello,

Excuse my newbiness with that tools, but I've just cloned a Connector from your github alibaba cavern and tried to build it with Maven as i was looking for a little bit of fun before I go home.

It seems i'm missing a fragment in my maven settings. May it be the repository fragment ?

What I get when i mvn install:install is

Notifications