Clojure-jack-in: Error in process filter: Open-Network-stream: Make client process failed: connecti

Source: Internet
Author: User

Clojure-jack-in startup Error

The error message is as follows:

Connecting to swank on port 65280 .. [2 times]
Error in process filter: Open-Network-stream: Make client process failed: Connection refused,: Name,
Slime lisp,: buffer, nil,: Host, localhost,: Service, 65280,: Nowait, Nil
Error in process filter: Make client process failed: Connection refused,: name, slime lisp,: buffer,
Nil,: Host, localhost,: Service, 65280,: Nowait, Nil

The solution is as follows:

my hostname was
set to" localhost " which is why the underlying DNS lookup was returning the actual interface,
not the loopback . here's the fix:

 
Localhost :~ Amitava $ sudo scutil -- set hostname Amitava. localamitava :~ Amitava $ scutil -- get hostnameamitava. localamitava :~ Amitava $ cljclojure 1.3.0user => (import 'java. net. inetaddress) java.net. inetaddressuser => (inetaddress/getbyname "localhost") # <inet4address localhost/127.0.0.1> User =>

For details, see:

https://github.com/technomancy/swank-clojure/issues/68

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.