Changed the path in Elasticsearch.yml file

Hi

I change the Destination file path in elasticsearch.yml to newly created nfs and copied all the file from old nfs to new one and when i try to restart the elastic search i am seeing these in the logs.

[2019-09-05T10:30:49,940][INFO ][o.e.n.Node ] [FJywh1y] stopping ...
[2019-09-05T10:30:50,157][DEBUG][o.e.a.a.i.s.TransportIndicesStatsAction] [FJywh1y] failed to exe cute [indices:monitor/stats] on node [FJywh1yTR0qFfLU5M8LpQA]
org.elasticsearch.transport.TransportException: transport stopped, action: indices:monitor/stats[ n]
at org.elasticsearch.transport.TransportService$4.doRun(TransportService.java:273) [elast icsearch-5.6.8.jar:5.6.8]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnab le.doRun(ThreadContext.java:674) [elasticsearch-5.6.8.jar:5.6.8]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37 ) [elasticsearch-5.6.8.jar:5.6.8]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8 .0_171]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8 .0_171]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[2019-09-05T10:30:50,158][DEBUG][o.e.a.a.i.s.TransportIndicesStatsAction] [FJywh1y] failed to exe cute [indices:monitor/stats] on node [FJywh1yTR0qFfLU5M8LpQA]
org.elasticsearch.transport.TransportException: transport stopped, action: indices:monitor/stats[ n]
at org.elasticsearch.transport.TransportService$4.doRun(TransportService.java:273) [elast icsearch-5.6.8.jar:5.6.8]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnab le.doRun(ThreadContext.java:674) [elasticsearch-5.6.8.jar:5.6.8]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37 ) [elasticsearch-5.6.8.jar:5.6.8]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8 .0_171]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8 .0_171]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[2019-09-05T10:30:55,134][WARN ][o.e.t.TransportService ] [FJywh1y] Transport response handler not found of id [70271992]
[2019-09-05T10:30:55,151][WARN ][o.e.t.TransportService ] [FJywh1y] Transport response handler not found of id [70269710]
[2019-09-05T10:30:55,232][INFO ][o.e.n.Node ] [FJywh1y] stopped
[2019-09-05T10:30:55,235][INFO ][o.e.n.Node ] [FJywh1y] closing ...
[2019-09-05T10:30:55,294][INFO ][o.e.n.Node ] [FJywh1y] closed

Please Advice!!

Thank you
Aish

systemctl status elasticsearch
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2019-09-05 15:22:28 CDT; 3s ago
Docs: http://www.elastic.co
Process: 2652 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p {PID_DIR}/elasticsearch.pid --quiet -Edefault.path.logs={LOG_DIR} -Edefault.path.data={DATA_DIR} -Edefault.path.conf={CONF_DIR} (code=exited, status=1/FAILURE)
Process: 2648 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS)
Main PID: 2652 (code=exited, status=1/FAILURE)

Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,368 main ERROR Null object returned for RollingFile in Appenders.
Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,368 main ERROR Null object returned for RollingFile in Appenders.
Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,368 main ERROR Unable to locate appender "rolling" for logger config "root"
Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,369 main ERROR Unable to locate appender "index_indexing_slowlog_rolling" for logger config "index.indexing.slowlog.index"
Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,369 main ERROR Unable to locate appender "audit_rolling" for logger config "org.elasticsearch.xpack.security.audit.logfile.LoggingAuditTrail"
Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,369 main ERROR Unable to locate appender "index_search_slowlog_rolling" for logger config "index.search.slowlog"
Sep 05 15:22:28 niconet04 elasticsearch[2652]: 2019-09-05 15:22:28,369 main ERROR Unable to locate appender "deprecation_rolling" for logger config "org.elasticsearch.deprecation"
Sep 05 15:22:28 niconet04 systemd[1]: elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
Sep 05 15:22:28 niconet04 systemd[1]: elasticsearch.service: Unit entered failed state.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.