I haven't really found out what the problem is - and haven't been looking 
into it - but I put a small clojure app together to replicate the issue.

You can find it on dropbox[1]

I've also updated the issue I had opened on the clj-logging-config github 
issues page [2]

If you're keen on debugging this, just grab the project on dropbox, extract 
somewhere and compile it:

lein with-profile production compile :all

Then try to start the server like so:

lein trampoline with-profile production run -m logging-tests.core 4000

You should have a big fat exception right on your terminal.

[1] https://dl.dropbox.com/u/6251992/logging-tests.zip
[2] https://github.com/malcolmsparks/clj-logging-config/issues/15


On Tuesday, September 4, 2012 2:57:21 PM UTC+10, Leonardo Borges wrote:
>
> Hi all,
>
> I've been debugging an issue in my Clojure app deployed on Heroku and 
> after some time I finally tracked it down to what appears 
> to be an issue when AOT compiling the project while using 
> clj-logging-config [1]
>
> It works without any issues if I let Clojure compile my namespaces on the 
> fly. As soon as I AOT compile, I can't run my jetty server any longer.
>
> This led me to open an issue [2] with clj-logging-config where you can 
> find some extra info on my setup.
>
> I'm posting this here in the hopes someone has been through this before 
> and that the solution is something trivial I've overlooked.
>
> [1] https://github.com/malcolmsparks/clj-logging-config
> [2] https://github.com/malcolmsparks/clj-logging-config/issues/15
>
> Thanks,
> Leonardo Borges
> www.leonardoborges.com
>  

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