oracle connection from Mendix Service Console

0
Hi, We are trying to connect to Oracle DB while importing application to Mendix Service console. The connection fails during the service startup at ConnectionBus node with error  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) eDataStoreConfigurator.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)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:129)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)     at org.eclipse.jetty.server.Server.handle(Server.java:500)     at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)     at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)     at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)     at java.base/java.lang.Thread.run(Thread.java:834) The Oracle database server and DB itself is fine since the connection works fine from the server to DB server with SQL dev tools,etc.  
asked
3 answers
-1

Screen shots of error.

answered
-1

Was this issue resolved? We are seeing the same issue trying to make the connection from Mendix console. It is an Oracle database and a new schema with no user objects in it

answered
-1

Was this issue resolved? We are seeing the same issue trying to make the connection from Mendix console. It is an Oracle database and a new schema with no user objects in it

answered