1
0
-1

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?

 

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      workflowUrl=jdbc\:oracle\:thin\:@IP\:1521\:ENGDB

       

      It was resolved by following the above connection string context.

      1. putri

        where do we put variable @IP?

      CommentAdd your comment...
    2.  
      1
      0
      -1
      1. shaker alzoubi

        I I romved the second tomcat, What the action to do, to resolve

      CommentAdd your comment...