technomancy / swank-clojure

Swank/slime support for clojure
Eclipse Public License 1.0
412 stars 83 forks source link

java.net.SocketException #34

Closed lynaghk closed 13 years ago

lynaghk commented 13 years ago

running lein swank I get the following error: java.net.SocketException: Invalid argument (NO_SOURCE_FILE:1) which then prints the user=> prompt, then exits.

technomancy commented 13 years ago

Going to need some more details.

lynaghk commented 13 years ago

I'm fairly new to Java stuff, so let me know if there is some command I can use to dump relevant info for you.

There is another problem that might be related--on this machine Maven cannot download all of the artifacts, even though the urls are all accessible. I just ran lein deps on the same project on a different machine and copied ~/.m2 over. Was that unacceptable?