Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when plugins dir is inaccessible #8839

Merged

Commits on Dec 21, 2014

  1. Plugins: NPE when plugins dir is inaccessible

    Steps to reproduce:
    
    1. Download fresh es.
    2. `sudo mkdir plugins && sudo chmod 0700 plugins`
    3. Start elasticsearch
    
    ```
    elasticsearch-1.4.1 λ ./bin/elasticsearch
    [2014-12-09 12:18:59,025][INFO ][node                     ] [Piotr Rasputin] version[1.4.1], pid[16338], build[89d3241/2014-11-26T15:49:29Z]
    [2014-12-09 12:18:59,025][INFO ][node                     ] [Piotr Rasputin] initializing ...
    {1.4.1}: Initialization Failed ...
    - NullPointerException[null]
    ```
    
    Closes elastic#8837.
    dadoonet committed Dec 21, 2014
    Copy the full SHA
    90f2f1d View commit details
    Browse the repository at this point in the history