Hi,

Am Mittwoch, 17. August 2011 06:53:11 UTC+2 schrieb cran1988:

THE PROBLEM SOLVED !!! 
>
> https://groups.google.com/group/clj-noir/browse_thread/thread/b02a740e6db62b58
>  
>
>
To expand a bit on this issue:
NoSuchMethodError 
clojure.lang.KeywordLookupSite.<init>(ILclojure/lang/Keyword;)V 
 clout.core/request-url (core.clj:53)

The source of such error messages is most likely AOT-compilation. You try to 
use code which was AOT compiled with clojure 1.2.1 with eg. clojure 
1.3.0-beta1 at runtime. Then you'll run into this issue. Just don't use AOT 
compilation when it's not necessary.

Sincerely
Meikel

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