创建数据库有异常 Java Extractor exception: Missing extension point...
Opened this issue · 1 comments
busychen commented

异常为:“ ERROR com.sbrella.coref.java.core.CorefExtractor [ForkJoinPool-1-worker-6] (CorefExtractor.java:823) error message: Missing extension point: org.jetbrains.kotlin.com.intellij.custom.exception.handler in container org.jetbrains.kotlin.com.intellij.core.CoreApplicationEnvironment$1@548e6d58, element text:xxxxx”
zhouang777 commented
这是个已知问题,原因是抽取器使用的解析器(PSI)缺少特定错误处理的依赖,不会影响抽取过程。
This is a known issue. The cause is that the parser (PSI) used by the extractor is missing a specific error handling dependency. It will not affect the extraction process.