Database Support Community Edition

1
0
-1

Does the Community version support Oracle Database as the Application Data Store (replacing the default H2) or does Oracle support only come as part of the subscription product?

Windows 7 64 bit/ Tomcat (separate install) / Deploy Bundle 7.1

2 answers

1
+2
-1
This one is the BEST answer!

Oracle is supported for all editions (requirements are identical).

Please refer to our documentation for the list of hardware and software requirements: http://documentation.bonitasoft.com/hardware-and-software-requirements-2

1
+1
-1

Thank you ... I did read the manual and the requirements, just could not get the application to work when configured for Oracle.

In the documentation related to configuring RDBMS (not H2) there's the comment that you must configure the database before "first startup" or else the H2 and RDBMS databases get out of synch. http://documentation.bonitasoft.com/database-configuration-2

That statement has me a little paranoid about messing up and going past a point of no return.

I have what I think is an appropriately configured Oracle database schema, a functioning H2 install of Bonita BPM -- and I want to abandon it and start fresh (switch over to) in Oracle. Can I simply update conf/server.xml, bitronix-resources.properties, catalina/localhost/bonita.xml and bin/setenv.bat (and follow all the instructions related to removing the H2 jars / ensuring the JDBC jar is in the right place -- and basically follow the datbase-specific configuration instructions) and that will force "first startup" or ... do I have to replace the bonita home folder? Reinstall tomcat?

How far back do I have to go to get to 'first startup'? How does it know that this startup is the first time? Do I play Madonna? Foreigner?

Thanks.

Comments

Submitted by robert.clayton on Fri, 09/25/2015 - 20:29

because when I do that Tomcat opens ... and then bombs. And this is the log:

2015-09-25 13:26:17.882 -0500 org.apache.catalina.core.AprLifecycleListener org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.31 using APR version 1.4.8.
2015-09-25 13:26:17.897 -0500 org.apache.catalina.core.AprLifecycleListener org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2015-09-25 13:26:18.758 -0500 org.apache.catalina.core.AprLifecycleListener org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1h 5 Jun 2014)
2015-09-25 13:26:19.101 -0500 org.apache.coyote.http11.Http11AprProtocol org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
2015-09-25 13:26:19.134 -0500 org.apache.coyote.ajp.AjpAprProtocol org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
2015-09-25 13:26:19.138 -0500 org.apache.catalina.startup.Catalina org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1627 ms
2015-09-25 13:26:19.139 -0500 bitronix.tm.integration.tomcat55.BTMLifecycleListener bitronix.tm.integration.tomcat55.BTMLifecycleListener lifecycleEvent
INFO: Starting Bitronix Transaction Manager
2015-09-25 13:26:19.160 -0500 bitronix.tm.BitronixTransactionManager bitronix.tm.BitronixTransactionManager logVersion
INFO: Bitronix Transaction Manager version 2.1.3
2015-09-25 13:26:19.166 -0500 bitronix.tm.Configuration bitronix.tm.Configuration buildServerIdArray
INFO: JVM unique ID: <bonita-tomcat-btm-node0>
2015-09-25 13:26:19.201 -0500 bitronix.tm.resource.ResourceLoader bitronix.tm.resource.ResourceLoader init
INFO: reading resources configuration from C:\apps\Tomcat/conf/bitronix-resources.properties

And that seems to be just about when it's trying to configure the database.

Submitted by robert.clayton on Fri, 09/25/2015 - 23:08

I figured it out ... the answer to my question is -- "she's always a woman to me."

Having a good time running bonitaBPM + Tomcat + Oracle. I think you you have a fine product and I'm excited about taking the next steps.

robert.clayton
austin texas usa

Notifications