lunisolar / LNKD.tech-Editor

Editor for Turtle (Terse RDF Triple Language, TTL) files. This is a plugin for IntelliJ IDEA, IDEA Community Edition and others IDE environments based on IntelliJ Platform (also described here)
https://plugins.jetbrains.com/plugin/12802-lnkd-tech-editor
4 stars 0 forks source link

RejectedExecutionException #35

Closed jak-ub closed 2 years ago

jak-ub commented 2 years ago
java.util.concurrent.RejectedExecutionException: Thread limit exceeded replacing blocked worker
    at java.base/java.util.concurrent.ForkJoinPool.tryCompensate(ForkJoinPool.java:1575)
    at java.base/java.util.concurrent.ForkJoinPool.awaitJoin(ForkJoinPool.java:1729)
    at java.base/java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1039)
    at eu.lunisolar.lava.lang.utils.Future4U.getTillSuccess(Future4U.java:19)
    at tech.lnkd.editor.index.TransientIndex.calculateScope(TransientIndex.java:140)
    at eu.lunisolar.magma.func.function.LFunction.shovingApply(LFunction.java:196)
    at eu.lunisolar.magma.func.function.LFunction.applyX(LFunction.java:401)
    at eu.lunisolar.magma.func.function.LFunction.shovingApply(LFunction.java:385)
    at tech.lnkd.editor.index.TransientIndex.scope(TransientIndex.java:128)