oracle-nosql

non-JRMP server at remote endpoint

我是研究僧i 提交于 2020-01-07 05:40:39
问题 I am trying to figure out how to use Oracle nosql. I have downloaded and installed version 4.3.11 (with examples). I have started kvlite both with default params and with the following: java -jar lib/kvstore.jar kvlite -port 5000 -root kvroot -host When I run the examples as described at https://docs.oracle.com/cd/E26161_02/html/GettingStartedGuide/verifykvlite.html, exceptions are thrown. Unfortunately, I cannot post the stacktrace as it is on another server that is not accessible from here.

Docker - oracle.kv.FaultException: Could not contact any RepNode

醉酒当歌 提交于 2019-12-25 08:53:30
问题 I am new to Docker and nosql, I created a Oracle Linux VM (ipAddr 192.168.10.2) on my windows machine. Further I created docker container (on this VM ) for kvlite and run my nosql-container as below: $ docker run --name nosql-container -p 5000:5000 -d kvlite:latest followed by below commands: $ docker exec -it nosql-container bash # java -jar lib/kvcli.jar -host localhost -port 5000 kv-> connect store -host localhost -port 5000 -name kvstore ; This works fine till here and I believe my Docker