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

kibana4 error #4

Open
sailajajavvaji opened this issue Apr 20, 2016 · 0 comments
Open

kibana4 error #4

sailajajavvaji opened this issue Apr 20, 2016 · 0 comments

Comments

@sailajajavvaji
Copy link

Facing this error with kibana4 recipe _service.rb

Recipe: kibana::_service

  • service[kibana] action start

    * * Error executing action start on resource 'service[kibana]'**

    Mixlib::ShellOut::ShellCommandFailed

    Expected process to exit with [0], but received '1'
    ---- Begin output of /sbin/start kibana ----
    STDOUT:
    STDERR: start: Job failed to start
    ---- End output of /sbin/start kibana ----
    Ran /sbin/start kibana returned 1

    Resource Declaration:

    In /var/chef/cache/cookbooks/kibana/recipes/_service.rb

    3: service 'kibana' do
    4: provider Chef::Provider::Service::Upstart
    5: supports start: true, restart: true, stop: true, status: true
    6: action :start
    7: end
    8:

    Compiled Resource:

    Declared in /var/chef/cache/cookbooks/kibana/recipes/_service.rb:3:in `from_file'

    service("kibana") do
    provider Chef::Provider::Service::Upstart
    action [:start]
    supports {:start=>true, :restart=>true, :stop=>true, :status=>true}
    retries 0
    retry_delay 2
    default_guard_interpreter :default
    service_name "kibana"
    pattern "kibana"
    declared_type :service
    cookbook_name "kibana"
    recipe_name "_service"
    end

Running handlers:
[2016-04-20T17:46:20+05:30] ERROR: Running exception handlers
Running handlers complete
[2016-04-20T17:46:20+05:30] ERROR: Exception handlers complete
Chef Client failed. 1 resources updated in 08 seconds
[2016-04-20T17:46:20+05:30] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2016-04-20T17:46:20+05:30] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2016-04-20T17:46:20+05:30] ERROR: service[kibana](kibana::_service line 3) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of /sbin/start kibana ----
STDOUT:
STDERR: start: Job failed to start
---- End output of /sbin/start kibana ----
Ran /sbin/start kibana returned 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant