Replies: 1 comment
-
There should be some more logs especially printing the Bloop logs output, is there anything more? You could also try reimproting the build |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2024.11.01 14:14:57 INFO tracing is disabled for protocol BSP, to enable tracing of incoming and outgoing JSON messages create an empty file at D:\vmaxcode\zxnip-dataengine-whiteboard\zxvmax-o-dataengine-whiteboard-service\operationWhiteBoard.metals\bsp.trace.json or C:\Users\10288720\AppData\Local\scalameta\metals\cache\bsp.trace.json
2024.11.01 14:15:17 ERROR Timeout waiting for 'build/initialize' response
2024.11.01 14:15:17 WARN Retrying connection to the build server Bloop
2024.11.01 14:15:17 INFO tracing is disabled for protocol BSP, to enable tracing of incoming and outgoing JSON messages create an empty file at D:\vmaxcode\zxnip-dataengine-whiteboard\zxvmax-o-dataengine-whiteboard-service\operationWhiteBoard.metals\bsp.trace.json or C:\Users\10288720\AppData\Local\scalameta\metals\cache\bsp.trace.json
2024.11.01 14:15:37 ERROR Timeout waiting for 'build/initialize' response
2024.11.01 14:15:37 ERROR Failed to connect with build server, no functionality will work.
java.util.concurrent.TimeoutException
at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1888)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2023)
at scala.meta.internal.metals.BuildServerConnection$.initialize(BuildServerConnection.scala:743)
at scala.meta.internal.metals.BuildServerConnection$.$anonfun$fromSockets$1(BuildServerConnection.scala:619)
at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.lang.Thread.run(Thread.java:834)
Beta Was this translation helpful? Give feedback.
All reactions