-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
Version(s)
0.1.0, x86 mac binary downloaded from releases tab.
Describe the bug
scala-cli bloop start
fails every time. However, trying to compile some sources successfully starts bloop.
Stack trace
java.lang.Exception: Server didn't start
scala.build.blooprifle.internal.Operations$.$anonfun$startServer$2(Operations.scala:153)
scala.build.blooprifle.BloopRifleLogger.$anonfun$runnable$1(BloopRifleLogger.scala:12)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
java.lang.Thread.run(Thread.java:833)
com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:597)
com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:194)
To Reproduce
- Install scala-cli
scala-cli bloop start
- profit
Expected behaviour
A server starts just like when running a build :)
nafg
Metadata
Metadata
Assignees
Labels
No labels