how to configure bonita core and history database to oracle database

1
0
-1

Hi

i m using bonitasoft community version 6.2

is it possible to configure bonitasoft core and history data as oracle 10g database . by default

pl suggest thanks kandarp

2 answers

1
0
-1

hello , i do all as per procedure but now when i starting portal it throw following error ? what i done wrong i can't understand .

type Exception report

message org.bonitasoft.engine.platform.NodeNotStartedException: The current node has not been started yet. Method PlatformAPI.startNode() must be called previously.

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: org.bonitasoft.engine.platform.NodeNotStartedException: The current node has not been started yet. Method PlatformAPI.startNode() must be called previously.
        org.bonitasoft.console.common.server.login.servlet.LoginServlet.doPost(LoginServlet.java:131)
        org.bonitasoft.console.common.server.login.servlet.LoginServlet.doGet(LoginServlet.java:70)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
root cause

org.bonitasoft.engine.platform.NodeNotStartedException: The current node has not been started yet. Method PlatformAPI.startNode() must be called previously.
        org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeAPI(ServerAPIImpl.java:215)
        org.bonitasoft.engine.api.impl.ServerAPIImpl.invokeMethod(ServerAPIImpl.java:107)
        org.bonitasoft.engine.api.impl.ClientInterceptor.invoke(ClientInterceptor.java:88)
        $Proxy2.login(Unknown Source)
        org.bonitasoft.console.common.server.login.datastore.LoginDatastore.login(LoginDatastore.java:55)
        org.bonitasoft.console.common.server.login.datastore.UserLogger.doLogin(UserLogger.java:34)
        org.bonitasoft.console.common.server.login.impl.standard.StandardLoginManagerImpl.login(StandardLoginManagerImpl.java:51)
        org.bonitasoft.console.common.server.login.servlet.LoginServlet.doLogin(LoginServlet.java:142)
        org.bonitasoft.console.common.server.login.servlet.LoginServlet.doPost(LoginServlet.java:92)
        org.bonitasoft.console.common.server.login.servlet.LoginServlet.doGet(LoginServlet.java:70)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.37 logs.

Comments

Submitted by ronak on Fri, 05/02/2014 - 17:49

Hi, Are you trying to configure oracle on Tomcat bundle? Or studio? Please note that you might not be possible to replace the default DB in studio. The purpose of the studio is just to test your process with h2.

I will need to see full stack trace. Can you share catalina logs as well?

1
0
-1

Hi, Yes, you can. Please note: In bonita v6, there is only have one database. You can follow this procedure to configure oracle DB with bonita. http://documentation.bonitasoft.com/configure-bonita-your-dbms

Also, there is specific conflagration for oracle you need to perform. http://documentation.bonitasoft.com/configure-bonita-your-dbms#DBMS_spec...

Comments

Submitted by kppatel on Fri, 05/02/2014 - 07:39

Thanks for your answer , in my pc i installed bonitasoft installer . so is it ok to change in it ?

or i have to use bundle ?

Notifications