Skip to content

Instantly share code, notes, and snippets.

@rjernst
Created May 7, 2015 20:09
Show Gist options
  • Save rjernst/cac290d786c9eaf1eb42 to your computer and use it in GitHub Desktop.
Save rjernst/cac290d786c9eaf1eb42 to your computer and use it in GitHub Desktop.
[13:08:12][~/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT]$ bin/elasticsearch -Des.path.home=`pwd`/fakehome
Failed to configure logging...
ElasticsearchException[Failed to load logging configuration]; nested: NoSuchFileException[/Users/rjernst/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT/fakehome/config];
at org.elasticsearch.common.logging.log4j.LogConfigurator.resolveConfig(LogConfigurator.java:142)
at org.elasticsearch.common.logging.log4j.LogConfigurator.configure(LogConfigurator.java:92)
at org.elasticsearch.bootstrap.Bootstrap.setupLogging(Bootstrap.java:174)
at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:227)
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:28)
Caused by: java.nio.file.NoSuchFileException: /Users/rjernst/Code/elasticsearch/tmp/elasticsearch-2.0.0-SNAPSHOT/fakehome/config
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144)
at java.nio.file.Files.readAttributes(Files.java:1737)
at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:225)
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322)
at java.nio.file.Files.walkFileTree(Files.java:2662)
at org.elasticsearch.common.logging.log4j.LogConfigurator.resolveConfig(LogConfigurator.java:126)
... 4 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment