问题在运行 Elasticsearch 时发生。

huangapple go评论51阅读模式
英文:

issue while running elastic search

问题

org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: 无法初始化模块

Caused by: java.lang.IllegalStateException: 无法初始化模块

Caused by: java.nio.file.FileSystemException: /Users/NiveditaKumari/Downloads/elasticsearch-5.6.0/modules/.DS_Store/plugin-descriptor.properties: 不是一个目录

无法运行 Elasticsearch,面临上述问题。

英文:

org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: Unable to initialize modules

Caused by: java.lang.IllegalStateException: Unable to initialize modules

Caused by: java.nio.file.FileSystemException: /Users/NiveditaKumari/Downloads/elasticsearch-5.6.0/modules/.DS_Store/plugin-descriptor.properties: Not a directory

I am not able to run elasticsearch , I am facing above issue

答案1

得分: 1

检查modules文件夹中的所有文件和文件夹,然后删除.DS_Store,按照以下步骤进行:

  1. cd modules
  2. ls -a
  3. rm .DS_Store

你可以参考这张图片:

问题在运行 Elasticsearch 时发生。

英文:

Check all files and folder in modules folder and remove .DS_Store
follow these steps

  1. cd modules
  2. ls -a
  3. rm .DS_Store

You can take this image as reference:

问题在运行 Elasticsearch 时发生。

huangapple
  • 本文由 发表于 2023年2月6日 13:52:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/75357756.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定