Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, I had following datasource config in my test server.
# #Mon Mar 27 13:31:12 MYT 2017 workflowUrl=jdbc\:oracle\:thin\:@192.168.99.100\:1521\:xe workflowDriver=oracle.jdbc.driver.OracleDriver workflowUser=system workflowPassword=oracle
I have followed the instructions in Configure for Oracle 12c, 11g, 10g but when I try to initialize a database connection I get
"Cannot create PoolableConnectionFactory (Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor."
I have validated connection using an Oracle interface.
app_datasource-default.properties file contains the following:
workflowDriver=com.oracle.jdbc.Driver
workflow url: jdbc:oracle:thin:@hostname:port/servicename
workflowUser=jwdb
workflowpassword=jwdbpw