Skip to content

Chef::Exception::ChildConvergeError #10

Description

@jasperboyd

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions