Hello everybody,
 when I try to use clojure-1.3.0-alpha3 along with swank-clojure-1.3.0 I get
the following error when I do lein swank.
Exception in thread "Thread-2" java.lang.RuntimeException:
java.lang.IllegalStateException: Can't dynamically bind non-dynamic var:
clojure.core/*
 at clojure.lang.AFn.run(AFn.java:28)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Can't dynamically bind
non-dynamic var: clojure.core/*
at clojure.lang.Var.pushThreadBindings(Var.java:339)
 at clojure.core$push_thread_bindings.invoke(core.clj:1665)
at
swank.util.net.sockets$start_server_socket_BANG_$fn__565.doInvoke(sockets.clj:38)
 at clojure.lang.RestFn.invoke(RestFn.java:398)
at clojure.lang.AFn.run(AFn.java:24)
 ... 1 more

Has anybody else had similar problem.. if so can you help me fix it?
Thanks,
Sunil.

-- 
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

Reply via email to