mill icon indicating copy to clipboard operation
mill copied to clipboard

MillClientMain SocketException

Open tballard opened this issue 1 year ago • 0 comments

I get this occasionally in 0.10.10. I've been getting this or something similar for a year or two and I think I reported it once. I have learned to kill the server, but with a "No such file or directory" it should be pretty easy to at least give a meaningful error message.

mill Exception in thread "main" java.lang.Exception: Failed to connect to server at mill.main.client.MillClientMain.run(MillClientMain.java:195) at mill.main.client.MillClientMain.main0(MillClientMain.java:121) at mill.main.client.MillClientMain.main(MillClientMain.java:71) Caused by: java.net.SocketException: No such file or directory at org.newsclub.net.unix.NativeUnixSocket.connect(Native Method) at org.newsclub.net.unix.AFSocketImpl.connect0(AFSocketImpl.java:392) at org.newsclub.net.unix.AFSocket.connect0(AFSocket.java:267) at org.newsclub.net.unix.AFSocket.connect(AFSocket.java:236) at org.newsclub.net.unix.AFSocket.connect(AFSocket.java:231) at org.newsclub.net.unix.AFSocket.connectTo(AFSocket.java:179) at org.newsclub.net.unix.AFUNIXSocket.connectTo(AFUNIXSocket.java:109) at mill.main.client.MillClientMain.run(MillClientMain.java:187) ... 2 more

tballard avatar Mar 04 '23 14:03 tballard