$ java -Xmx256m -Xms256m -jar $KVHOME/lib/kvstore.jar ping -port 5000 -host node01
I can able to ping and get information with this command
But when i run tried to run example(quickstart.js) code from oracle-nosqldb github page, I'm getting error like
Error: [REQUEST_TIMEOUT] Operation timed out after 10000 ms and 6 retries; Caused by: [NETWORK_ERROR] Network error; Caused by: socket hang up from: tableDDL
What exactly this error means, can anyone help me with this
The node.js SDK requires the httpproxy to be running. Based on your additional question you seem to have figured that out.
Look at the proxy documentation and the node.js SDK documentation for more details
George