ElasticSearch学习(七)—— 报错

谁践踏了优雅 2022-11-26 08:58 563阅读 0赞
  • nested exception is java.lang.NoSuchFieldError: FAIL_ON_SYMBOL_HASH_OVERFLOW

    • jackson版本不匹配
  • java.lang.NoSuchFieldError: LUCENE_7_3_1

    • LUCENE版本不匹配
  • ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console…

    • 缺少log4j

    • org.apache.logging.log4j
      log4j-core
      2.9.1
  • ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property ‘log4j2.debug’ to show Log4j2 internal initialization logging.

    • 缺少log4j2.xml配置文件

发表评论

表情:
评论列表 (有 0 条评论,563人围观)

还没有评论,来说两句吧...

相关阅读