ConnectIOException from Oracle NoSQL Database Community Edition on the Big Data Appliance
(Doc ID 1487586.1)
Last updated on OCTOBER 10, 2019
Applies to:
Oracle NoSQL Database - Version 11.2.1.2.125 and laterLinux x86-64
Symptoms
Goal
Review the possible causes and solutions for ConnectIOException raised by Oracle NoSQL Database on the Big Data Appliance. Note the Cause/Solution sections present common/potential cases. The list is not exhaustive.
Exception: ConnectIOException
The exception raised could look like:
java.rmi.ConnectIOException: non-JRMP server at remote endpoint
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:230)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at oracle.kv.impl.util.registry.RegistryUtils.getAdmin(RegistryUtils.java:197)
at standalone.api.RunTest.connect(RunTest.java:1039)
at standalone.api.RunTest.<init>(RunTest.java:274)
at standalone.api.RunTest.main(RunTest.java:102)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:230)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at oracle.kv.impl.util.registry.RegistryUtils.getAdmin(RegistryUtils.java:197)
at standalone.api.RunTest.connect(RunTest.java:1039)
at standalone.api.RunTest.<init>(RunTest.java:274)
at standalone.api.RunTest.main(RunTest.java:102)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Goal |
Cause |
Solution |