Re: Connection refused error when writing to socket?

Posted by Jonas Gröger on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Connection-refused-error-when-writing-to-socket-tp11372p11376.html

Can you try opening a socket with netcat on localhost?

nc -lk 9000

and see it this works? For me this works.

-- Jonas