Re: Class cast exception in Clojure

2014-09-15 Thread François Rey
On 15/09/14 14:26, Gomzee wrote: Thanks, for your reply. Is there any other possibility of getting this error. As I have checked for the situation mentioned by you. Can you get a stacktrace? http://tech.puredanger.com/2010/02/17/clojure-stack-trace-repl/ -- You received this message because y

Re: Class cast exception in Clojure

2014-09-15 Thread Gomzee
Thanks, for your reply. Is there any other possibility of getting this error. As I have checked for the situation mentioned by you. On Monday, September 15, 2014 5:40:06 PM UTC+5:30, Gomzee wrote: > > Hello All, > > I am getting ClassCastException java.lang.String cannot be cast to > java.util.c

Re: Class cast exception in Clojure

2014-09-15 Thread François Rey
On 15/09/14 14:10, Gomzee wrote: Hello All, I am getting ClassCastException java.lang.String cannot be cast to java.util.concurrent.Future  clojure.core/deref-future (core.clj:2180) while loading my file on REPL.