#Error

Bonita 7.2.4 migration file doesn't work

If you download 7.2.4 migration file (bonita-migration-distrib-2.13.0), it only upgrades your system to 7.2.3.
And the 7.2.4 war doesn't work with the 7.2.3 bonita folder:

SEVERE: Error while initializing the Engine
org.bonitasoft.engine.platform.StartNodeException: The version of the bonita home is not the same as expected: bonita-server version is <7.2.4> and bonita home version is <7.2.3>

depends on "oPersona" is neither defined in the script nor in dependencies.

def solicitudVar = new com.eninetworks.ordenamiento.Solicitud()
solicitudVar.oSolicitante = {
def oSolicitanteVar = solicitudVar.oSolicitante == null ? new com.eninetworks.ordenamiento.oSolicitante() : solicitudVar.oSolicitante
oSolicitanteVar.oPersona = {
def oPersonaVar = oSolicitanteVar.oPersona == null ? new com.eninetworks.ordenamiento.oPersona() : oSolicitanteVar.oPersona
oPersonaVar.strNombreSolicitante = solicitudInput.oSolicitante.oPersona.strNombreSolicitante

No puedo instalar el bonita, error desconocido

Llevo tratando de instalar la versión 7.2.2 del sofware y le sale el siguiente error:

Unknown error while running
C:/BonitaBPMCommunity-7.2.2/jre/bin/java.exe -Xmx512m-XX:MaxPermSize=512m-jar
"C:/BonitaBPMCommunity-7.2.2/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar"-product org.bonitasoft.studio.application.Initializer-application org.bonitasoft.studio.application.InitializerApplication-data "C:/BonitaBPMCommunity-7.2.2/workspace" -noSplash
El programa de instalación terminará ahora

Wierd Error: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected!! Help :(

Hello,

I have Bonita 7.2 installed on jboss server with oracle as db. After starting jboss server with

./standalone.sh -b= <server_ip_address>, the script runs just fine but I keep on getting this warning in infinite loop on putty (I have to stop to server in order to get rid of it!!) :

Unable to login with any of the users loaded in bonita

Hi

I reinstalled an app I develop with Bonita 7.1.4, I import my bdm, users, profiles. Then map permissions and when I try to login with any user I get this error:

Permission denied: you do not have the rights to perform this action.

The application encountered an unexpected error. Please try again.
If the error persists, please contact Bonitasoft support

If I check the browser console and se this message:

Deploying bar file created in 7.1, onto bonita portal version 6.5

Hello,

I am trying to deploy the bar file that has been created in version 7.1, on to the bonita portal that is on version 6.5. This is throwing me an error org.bonitasoft.engine.bpm.bar.InvalidBusinessArchiveFormatException: There is no bonitasoft process namespace declaration

Is this because backward compatibility won't work with Bonita? Thank you

Error using JBoss bundle + SQLServer 2008 (Updating Schema Fails) Bonita v7.1

I'm trying to deploy the BDM into the server since three days ago and i'm facing the following error. Could you help me to solve it, PLEASE?

Stack Trace:

Notifications