Hemant, it looks like you're using clj-rethinkdb as your driver. Can you open an issue on GitHub and we can help diagnose the issue from there? On Wed, 29 Jul 2015 at 8:36 PM hemant gautam <[email protected]> wrote:
> 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 [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Daniel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
