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

Chef::Exception::ChildConvergeError #10

Open
jasperboyd opened this issue Dec 21, 2013 · 5 comments
Open

Chef::Exception::ChildConvergeError #10

jasperboyd opened this issue Dec 21, 2013 · 5 comments

Comments

@jasperboyd
Copy link

Followed the instructions per readme, everything was going well until this popped up. I'm on a Macbook Pro running Mavericks (latest update) if that information is useful.

I'm not familiar with chef so I haven't the faintest on this one. I found this repo when looking for a laravel specific vagrantfil because mine was resulting in vagrant giving time out errors

LoadError
---------
cannot load such file -- ffi


Cookbook Trace:
---------------
  /tmp/vagrant-chef-1/chef-solo-1/cookbooks/iis/libraries/helper.rb:22:in `<top (required)>'


Relevant File Content:
----------------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/iis/libraries/helper.rb:

 15:  # Unless required by applicable law or agreed to in writing, software
 16:  # distributed under the License is distributed on an "AS IS" BASIS,
 17:  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 18:  # See the License for the specific language governing permissions and
 19:  # limitations under the License.
 20:  #
 21:
 22>> require 'chef/win32/version'
 23:
 24:  module Opscode::IIS
 25:    class Helper
 26:
 27:      def self.older_than_windows2008r2?
 28:        win_version = Chef::ReservedNames::Win32::Version.new
 29:        win_version.windows_server_2008? ||
 30:            win_version.windows_vista? ||
 31:            win_version.windows_server_2003_r2? ||



[2013-12-21T13:12:23+00:00] ERROR: Running exception handlers
[2013-12-21T13:12:23+00:00] ERROR: Exception handlers complete
[2013-12-21T13:12:23+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-12-21T13:12:23+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
@Mason8r
Copy link

Mason8r commented Dec 21, 2013

Im getting the same error here - did you manage to solve this? Why the f is it trying to run IIS? Why is it installing IIS? Where is that coming from?

@jasperboyd
Copy link
Author

I don't have the faintest clue, I'm not knowledgeable enough with vagrant or Chef to have any idea. I ended up setting up the project I was working on with this and didn't have any trouble: https://github.com/bryannielsen/Laravel4-Vagrant

@Mason8r
Copy link

Mason8r commented Dec 22, 2013

I went back to this tool in the end: https://puphpet.com

@edgetor
Copy link
Contributor

edgetor commented Apr 28, 2014

I was having the same error, fixed it by adding git repo address to Redisio.

@X-509
Copy link

X-509 commented Feb 9, 2015

were you guys able to solve this issue ? I am using opennebula as driver and getting this error

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

4 participants