Since moving a project from my old Windows XP machine to a new Windows 7 64-bit PC, I'm getting the following error message in the Counterclockwise REPL when using couchdb-request :
ConnectException Connection refused: connect java.net.PlainSocketImpl.socketConnect (:-2)
First I load into the REPL a file that starts with:
(use '[com.ashafa.clutch :as clutch])
(use '(com.ashafa.clutch [http-client :only (couchdb-request)]
Then I get a ConnectException if I call any couchdb-request expression that used to work before, such as:
My project.clj file includes:
:dependencies [[org.clojure/clojure "1.3.0"]
[com.ashafa/clutch "0.3.1"]]
Thanks for your help,
Denis