I like the lein repl. However, when I try to exit I get this error below. Any ideas?
user=> (System/exit 0)
Exception in thread "Thread-3" java.lang.RuntimeException: java.lang.IndexOutOfBoundsException
at parsepcap.scrapeindex=> (System/exit 0)
Exception in thread "Thread-3" java.lang.RuntimeException: java.lang.IndexOutOfBoundsException
at clojure.lang.AFn.run(AFn.java:28)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IndexOutOfBoundsException
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:102)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:190)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
at leiningen.repl$copy_out_loop.invoke(repl.clj:87)
at leiningen.repl$repl_client$fn__2971.invoke(repl.clj:93)
at clojure.lang.AFn.run(AFn.java:24)
... 1 more

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