Re: "Failed to configure logging" error on start up.

2014-07-31 Thread Ivan Brusic
That scenario should not happen since FileVisitOption.FOLLOW_LINKS is enabled. https://github.com/elasticsearch/elasticsearch/blob/fe86c8bc88a321bf587dd8eb4df52aaed9ed2156/src/main/java/org/elasticsearch/common/logging/log4j/LogConfigurator.java#L107 Seems like a bug somewhere. -- Ivan On We

Re: "Failed to configure logging" error on start up.

2014-07-30 Thread Peter Li
Did more experiments. If I used a "real" scripts directory, instead of a symbolic link, then no error message. But does this means that I will have to drop the same script into all my server's config/scripts directory ? It would be nice to use symbolic links for this. Any suggestions ? On Wedn

"Failed to configure logging" error on start up.

2014-07-30 Thread Peter Li
I have a setup with multiple servers. The file tree for each is like the following: /data/ configs/ elastic-1.yml logging-1.yml scripts/ (empty) elastic-core/ (from distribution) bin/... config/... lib/... logs/... elastic-1/ bin --> ../el