Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load this code #33

Open
Engelberg opened this issue Apr 10, 2018 · 1 comment
Open

Unable to load this code #33

Engelberg opened this issue Apr 10, 2018 · 1 comment

Comments

@Engelberg
Copy link

I clone the project, start a REPL, but can't even load the code. Are there some external dependencies not described in either project.clj or the README?

user> (require '[hitchhiker.outboard :as ob])
nil
Exception in thread "redis rc refcounting expirer" 
clojure.lang.ExceptionInfo: Carmine connection error {}
	at clojure.core$ex_info.invokeStatic(core.clj:4617)
	at clojure.core$ex_info.invoke(core.clj:4617)
	at taoensso.carmine.connections$pooled_conn.invokeStatic(connections.clj:201)
	at taoensso.carmine.connections$pooled_conn.invoke(connections.clj:191)
	at hitchhiker.redis$start_expiry_thread_BANG_$fn__37582.invoke(redis.clj:108)
	at clojure.lang.AFn.run(AFn.java:22)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection refused: connect
	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at taoensso.carmine.connections$make_new_connection.invokeStatic(connections.clj:73)
	at taoensso.carmine.connections$make_new_connection.invoke(connections.clj:55)
	at taoensso.carmine.connections$make_connection_factory$reify__31869.makeObject(connections.clj:106)
	at org.apache.commons.pool2.impl.GenericKeyedObjectPool.create(GenericKeyedObjectPool.java:1041)
	at org.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:357)
	at org.apache.commons.pool2.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:279)
	at taoensso.carmine.connections.ConnectionPool.get_conn(connections.clj:47)
	at taoensso.carmine.connections$pooled_conn.invokeStatic(connections.clj:196)
	... 4 more
@dgrnbrg
Copy link
Collaborator

dgrnbrg commented Apr 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants