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

uninitialized constant Chef::Provider::RedisioInstall::RedisioHelper #48

Closed
hochmann opened this issue Mar 12, 2013 · 5 comments
Closed

Comments

@hochmann
Copy link

Hi,
Just updated our redisio cookbook for chef, and i encounter the following error when executing chef-client:

2013-03-12T10:56:46+00:00] ERROR: Running exception handlers
[2013-03-12T10:56:46+00:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2013-03-12T10:56:46+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated
[2013-03-12T10:56:46+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-03-12T10:56:46+00:00] FATAL: NameError: redisio_install[redis-servers](redisio::install line 30) had an error: NameError: uninitialized constant Chef::Provider::RedisioInstall::RedisioHelper

any idea what's the cause?

@brianbianco
Copy link
Contributor

The issue must be that it's not including the helper library for some reason. I didn't have this happen in any of the VMs I tested in. Could you let me know a bit more about the env its running in? Version of chef, distribution of Linux, version of ruby and anything else you think might be useful

On Mar 12, 2013, at 7:03, Adi Hochmann notifications@github.com wrote:

Hi,
Just updated our redisio cookbook for chef, and i encounter the following error when executing chef-client:

2013-03-12T10:56:46+00:00] ERROR: Running exception handlers
[2013-03-12T10:56:46+00:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2013-03-12T10:56:46+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated
[2013-03-12T10:56:46+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-03-12T10:56:46+00:00] FATAL: NameError: redisio_installredis-servers had an error: NameError: uninitialized constant Chef::Provider::RedisioInstall::RedisioHelper

any idea what's the issue?


Reply to this email directly or view it on GitHub.

@hochmann
Copy link
Author

Here is the Info:

knife[:bootstrap_version] = '11.4.0'
Ubuntu 12.04.2 LTS
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

FYI, i have no RVM installed on my server, should i do so?

Thank you for time and help,

@brianbianco
Copy link
Contributor

Could you please give me the full stack strace thats in /var/chef/cache/chef-stacktrace.out

@hochmann
Copy link
Author

Rechecked it, Issue is not appearing no More.

@lock
Copy link

lock bot commented Nov 28, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants