我在debian jessie上安装了elasticsearch 1.7.3。它使用默认配置文件,并且可以正常工作。但是当我打电话给sudo /usr/share/elasticsearch/bin/plugin
它返回一个错误:
Exception in thread "main" org.elasticsearch.env.FailedToResolveConfigException: Failed to resolve config path ["/usr/share/elasticsearch/config/elasticsearch.yml"], tried file path ["/usr/share/elasticsearch/config/elasticsearch.yml"], path file ["/usr/share/elasticsearch/config"/"/usr/share/elasticsearch/config/elasticsearch.yml"], and classpath
at org.elasticsearch.env.Environment.resolveConfig(Environment.java:291)
at org.elasticsearch.node.internal.InternalSettingsPreparer.prepareSettings(InternalSettingsPreparer.java:95)
at org.elasticsearch.plugins.PluginManager.main(PluginManager.java:396)
文件/usr/share/elasticsearch/config/elasticsearch.yml
存在,我可以在nano中打开他。
有/ etc / default / elasticsearch文件:
# Start Elasticsearch automatically
START_DAEMON=true
# Run Elasticsearch as this user ID and group ID
#ES_USER=elasticsearch
#ES_GROUP=elasticsearch
# Heap Size (defaults to 256m min, 1g max)
#ES_HEAP_SIZE=2g
# Heap new generation
#ES_HEAP_NEWSIZE=
# max direct memory
#ES_DIRECT_SIZE=
# Maximum number of open files, defaults to 65535.
#MAX_OPEN_FILES=65535
# Maximum locked memory size. Set to "unlimited" if you use the
# bootstrap.mlockall option in elasticsearch.yml. You must also set
# ES_HEAP_SIZE.
#MAX_LOCKED_MEMORY=unlimited
# Maximum number of VMA (Virtual Memory Areas) a process can own
#MAX_MAP_COUNT=262144
# Elasticsearch log directory
#LOG_DIR=/var/log/elasticsearch
# Elasticsearch data directory
#DATA_DIR=/var/lib/elasticsearch
# Elasticsearch work directory
#WORK_DIR=/tmp/elasticsearch
# Elasticsearch configuration directory
#CONF_DIR=/etc/elasticsearch
# Elasticsearch configuration file (elasticsearch.yml)
#CONF_FILE=/etc/elasticsearch/elasticsearch.yml
# Additional Java OPTS
#ES_JAVA_OPTS=
# Configure restart on package upgrade (true, every other setting will lead to not restarting)
#RESTART_ON_UPGRADE=true
/var/log/elasticsearch/elasticsearch.log
和/var/log/elasticsearch/elasticsearch.error
文件中没有记录。
有人知道为什么会失败吗?
这不是问题的解决。但是我解决了我的问题。
/usr/share/elasticsearch/bin/plugin
生成bash-command
脚本并运行它。我编辑了这个文件。它通过echo
运行该命令来打印此命令。我复制了此命令,并从Bush终端运行了它。它运行正确。
我不知道为什么,但是可以。可能会对某人有所帮助。
当我在spring简单数据库连接代码中定义applicationContext时,我遇到了这个错误。 但是,当我把应用上下文的java(数据库测试onnection.java)驻留,它连接没有任何问题。 线程“main”中的异常org.springframework.beans.factory.BeanDefitionStoreExc0019: IOExc0019从类路径资源[应用程序Contex
几天来,我一直在尝试使用nativescript。我的所有安装都进行得很好,但在执行tns运行的android——emulator时,它给了我以下错误: MiC@USERMINGW32 ~/Android项目/HelloWorld$tns运行Android搜索设备。。。跳过准备。正在生成项目。。。Gradle构建。。。 失败:生成失败,出现异常。 > 问题:配置根项目“HelloWorld”时出现
这是来自日志的完整消息:错误:无法解析配置的所有文件': app: debug CompileClasspath'。 找不到com . Android . support:app compat-V7:26 . 1 . 0。在以下位置进行了搜索:file:/C:/Users/Anatoly/AppData/Local/Android/Sdk/extras/m2 repository/com/Andr
android studio 3.0 错误:无法解析配置“:app:debugCompileClasspath”的所有文件。 无法解析com。Android支持:appcompat-v7:26.1.0。必需:项目:应用无法解析com。Android支持:appcompat-v7:26.1.0。无法获取资源'https://dl.google.com/dl/android/maven2/com/an
我在构建项目时出现了以下错误。这是错误 正在执行任务:项目 E:\ReloTrack 中的 [clean, :app:assembleDebug] 无法解析编译器类路径。请检查项目':app '中是否配置了Kotlin Gradle插件库。 失败:构建失败,但有一个异常。 > 出了什么问题:无法确定任务':app:compileDebugKotlin'的依赖关系。 无法解析配置“:app:kotl
问题内容: 我一直在尝试获取本地文件的正确路径。我有以下目录: 我在执行从与JS代码: 但这是行不通的,甚至警报也没有开始。怎么了? 我也尝试过这个: 在这种情况下,警报未定义。 问题答案: 由于它位于目录中,因此您需要执行以下操作: 文件路径是 纯JS: