-
Notifications
You must be signed in to change notification settings - Fork 145
scala-cli fails to start with a "bloop server failed to start" error message #1882
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
Comments
The numerous messages like
are suspicious. Are these files really there? Why could they have disappeared? |
Woah. Something really weird here. Didn't even check the path, but..
There is no |
Why would |
I'm not sure… Could there be a stale |
I also remember running into weird home directory paths in some containerized environments quite some time ago, with maybe the JVM reading the home dir from |
Well there you go. There was a |
Version(s)
0.1.20
Describe the bug
When attempting to execute code with scala-cli, it fails with:
I've included a more complete error log at the end of this.
To Reproduce
Attempt to run Scala 3 code via a command such a:
Expected behaviour
I would expect not to get a bloop related error.
Complete error log
This was obtained using
-v -v -v
:The text was updated successfully, but these errors were encountered: