When I run the web application on the ring top box server, I have an EOF exception, I canβt fix it, since there is no clue as to which line occurred. I use compojure and hiccup in my clojure code. I am using Emacs 23 as an editor.
Here is part of the exception:
Exception in thread "main" java.lang.Exception: EOF while reading (core.clj:66) at clojure.lang.Compiler.load(Compiler.java:5863) at clojure.lang.RT.loadResourceScript(RT.java:340) at clojure.lang.RT.loadResourceScript(RT.java:331) ................. ............ ......... .....
How can i fix this? Thanks!
Abimaran kugathasan
source share