-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Comments
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:
|
Here is the Info: knife[:bootstrap_version] = '11.4.0' FYI, i have no RVM installed on my server, should i do so? Thank you for time and help, |
Could you please give me the full stack strace thats in /var/chef/cache/chef-stacktrace.out |
Rechecked it, Issue is not appearing no More. |
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. |
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?
The text was updated successfully, but these errors were encountered: