Compiler is already in-use!
I am trying out the java language server with monaco editor. I get correct auto-complete options for couple of times and then it stops. I see the following exception logged. Any advice as to what could be causing this issue?
`JAVA Server: 22:18:37.543 SEVERE Main main Compiler is already in-use!
java.lang.RuntimeException: Compiler is already in-use!
at org.javacs.ReusableCompiler.getTask(ReusableCompiler.java:111)
at org.javacs.CompileBatch.batchTask(CompileBatch.java:105)
at org.javacs.CompileBatch.
Response
{ "jsonrpc": "2.0", "id": 7, "error": { "code": -32603, "message": "Compiler is already in-use!" } }
+1
Hey @s759labs, How are you using jls with monaco editor? which command you are using to start server?