The attached .zip is an extract from my 6.3.7. studio and can be loaded to the local portal which is of course based on H2.
When loaded to our Bonita server with Postgres database it reports errors as also visible in attached log file.
Can somebody please help me in solving this issue?
Did you configured the file: <bonita.home>\server\platform\tenant-template\conf\bonita-server.properties
For Business data data source (default name DS2 specific to business data), change the DS2 to DBMS value.
To do this:
Open <TOMCAT_HOME>/conf/bitronix-resources.properties file.
Update the value for the following settings:
resource.ds2.driverProperties.user put your DBMS user name.
resource.ds2.driverProperties.password put your DBMS password.
resource.ds2.driverProperties.serverName put the address (IP or hostname) of your DBMS server.
resource.ds2.driverProperties.portNumber put the port of your DBMS server.
resource.ds2.driverProperties.databaseName put the database name.
Save and close the file.
In addition, change the dialect in the following file:
** <bonita.home>\server\platform\tenant-template\conf\bonita-server.properties**
before changes (MySQL example):
businessdata.hibernate.dialect=org.hibernate.dialect.H2Dialect
after changes (MySQL example):
businessdata.hibernate.dialect=org.hibernate.dialect.MySQLDialect
We did but we still have some issues with uploading the bdm.zip
Portal note is:
USERNAME=install | org.hibernate.HibernateException: Dialect class not found: org.hibernate.dialect.PostgreSQLDialect
So there is something wrong with org.hibernate.dialect.PostgreSQLDialect config
in my bonita-server.properties file
i already tried org.hibernate.dialect.PostgressDialect
( I change this in template and tenants)
Whe are using postgress 9.3 and the tomacat bundel
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.