CodeFuse-Query icon indicating copy to clipboard operation
CodeFuse-Query copied to clipboard

创建数据库有异常 Java Extractor exception: Missing extension point...

Open busychen opened this issue 1 year ago • 1 comments

image 异常为:“ 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”

busychen avatar Aug 01 '24 04:08 busychen

这是个已知问题,原因是抽取器使用的解析器(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.

zhouang777 avatar Aug 05 '24 06:08 zhouang777