On Tue, Mar 8, 2011 at 11:31, John Szakmeister <j...@szakmeister.net> wrote:

> I've been working on a web app, and it was using leiningen-war.  The
> author of that suggest moving to the lein-ring plugin on his github
> site... so, I did that.  However, when I run "lein ring server" I get
> a traceback, which I show below.  Two lines stand out to me:
>        at
> ring.util.tracker$eval688$loading__4292__auto____689.invoke(tracker.clj:1)
>        at ring.util.tracker$eval688.invoke(tracker.clj:1)
>
> So I went to look at ring.util.tracker... but there is no
> ring.util.tracker. :-(  So I have no idea what's happening here.  I'm
> hoping someone here can shed some light on this.
>
>
90% of the time I find that:

lein clean && rm -rf lib && lein deps

solves this type of issue.

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