Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mill --version failed to connect to server #675

Closed
dwalend opened this issue Aug 17, 2019 · 1 comment
Closed

mill --version failed to connect to server #675

dwalend opened this issue Aug 17, 2019 · 1 comment

Comments

@dwalend
Copy link

dwalend commented Aug 17, 2019

Immediately after install (via brew) mill can't report its version. It fails with an inauspicious "java.lang.Exception: Failed to connect to server"

The raw Exception gives no clue why mill can't connect to a server. The message text doesn't say what server it was trying to connect to. (Further a build tool shouldn't have to connect to a server to come up with its version.)

Error: mill 0.5.0 already installed
1 dwalend@Davids-MacBook-Pro:~/projects > mill --version
Exception in thread "main" java.lang.Exception: Failed to connect to server
at mill.main.client.MillClientMain.run(MillClientMain.java:170)
at mill.main.client.MillClientMain.main0(MillClientMain.java:101)
at mill.main.client.MillClientMain.main(MillClientMain.java:69)

@lihaoyi
Copy link
Member

lihaoyi commented Aug 17, 2019

Try asking for help in the gitter channel

@lihaoyi lihaoyi closed this as completed Aug 17, 2019
yilinwei added a commit to yilinwei/setup-mill that referenced this issue Nov 28, 2020
yilinwei added a commit to yilinwei/setup-mill that referenced this issue Nov 28, 2020
This adds Windows support to the mill action, using the `--no-server`
option since it fails on the Github CI with a similar error message
to com-lihaoyi/mill#675.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants