Oracle connection error from Mendix service console

0
Hi, Having issue setting up Mendix Service console with Oracle DB. MS SQL works fine though. Test connection to DB from this on-prem server works but not through Mendix Console.   Below is the error message. any pointers will help. Thanks.  Console error during service startup.  com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: Either.right.get on Left     at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:351) Caused by: java.util.NoSuchElementException: Either.right.get on Left     at scala.util.Either$RightProjection.get(Either.scala:640)     at com.mendix.connectionbus.connections.jdbc.implementations.oracle.OracleDataStoreConfigurator.createDataSource(OracleDataStoreConfigurator.java:64)     at com.mendix.connectionbus.connections.jdbc.JdbcDataStoreConfigurator.initialize(JdbcDataStoreConfigurator.java:64)     at com.mendix.connectionbus.connections.jdbc.ConnectionManager.<init>(ConnectionManager.java:29)     at com.mendix.connectionbus.ConnectionBusImpl.initialize(ConnectionBusImpl.java:341)     at com.mendix.basis.impl.MxRuntimeImplBase.initializeConnectionBus(MxRuntimeImplBase.java:503)     at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:317)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:48)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:30)
asked
0 answers