0
点赞
收藏
分享

微信扫一扫

MiniCPM-Llama3-V-2_5-int4

ElasticSearch

错误

[2024-05-15T18:31:25,397][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [node102] uncaught exception in thread [main]

org.elasticsearch.bootstrap.StartupException: ElasticsearchException[Failure running machine learning native code. This could be due to running on an unsupported OS or distribution, missing OS libraries, or a problem with the temp directory. To bypass this problem by running Elasticsearch without machine learning functionality set [xpack.ml.enabled: false].]
解决:
找到es下面的conf目录中的elasticsearch.yml文件,添加以下配置,并重启:
xpack.ml.enabled: false

举报

相关推荐

0 条评论