Anyone seeing this warning? ```e: java.rmi.Server...
# gradle
j
Anyone seeing this warning?
Copy code
e: java.rmi.ServerError: Error occurred in server thread; nested exception is:
        java.lang.NoClassDefFoundError: org/jetbrains/kotlin/daemon/common/CompileService$CallResult$Dying
Could not perform incremental compilation: Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
🙅‍♀️ 1
t
it is generic one, probably Kotlin daemon OOM
though better to check Kotlin daemon logs in your tmp directory for possible causes
j
I have a lot of alive files in temp with similar names to this one:
Copy code
kotlin-compiler-in-docusaurusgradlepluginproject-1547229042866540279.alive
The log is mentioning something about "alive", maybe it is a windows process using those files, I will try to delete temp and run again
t
.alive
is used by Gradle part to check if Kotlin daemon is alive
do you see any exceptions in daemon log?
j
Yeah, but after deleting the temp dir the problem is fixed. Windows things 🪟. Thank you 😄
176 Views