1
0
-1
2 answers
- 10-1
workflowUrl=jdbc\:oracle\:thin\:@IP\:1521\:ENGDB
It was resolved by following the above connection string context.
- putri
where do we put variable @IP?
Add your comment... - 10-1
- shaker alzoubi
I I romved the second tomcat, What the action to do, to resolve
Add your comment...
The output of the oracle db configration:
workflowUser=jwdb
workflowPassword=jwdb
workflowDriver=oracle.jdbc.driver.OracleDriver
workflowUrl=jdbc\:oracle\:thin\:192.168.210.230\:1521\:ENGDB.WORLD
The error in the Joget.log is:
INFO 08 Nov 2016 15:53:24 org.joget.commons.util.DynamicDataSource - datasourceName=workflow, url=jdbc:oracle:thin:192.168.210.230:1521:ENGDB.WORLD, user=jwdb
ERROR 08 Nov 2016 15:53:26 org.joget.commons.spring.web.CustomContextLoaderListener - ===== Error initializing WebApplicationContext =====
How to resolve this issue?