Hi All--

I am trying to use RethinkDb for the first time. My rethinkDb server 
available at some IP addr: XYZ. I have made changes into instance 
configuration file in order to access it through browser on my local 
machine and I am able to access it at http://XYZ:8080

In order to connect to RethinkDB from a clojure program residing in my 
local machine. I am creating connection as (connect :host "XYZ" :port 28015 
:db "test"). This "test" is present.
On running a program it gives exception saying cannot connect to DB. I 
tried to check on instance configuration file and tried some steps but it 
didn't helped.

Can anyone suggest me what I am missing in the connect statement. 
Thanks in advance :)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to