Vagrant-Laravel-Stack icon indicating copy to clipboard operation
Vagrant-Laravel-Stack copied to clipboard

Chef::Exception::ChildConvergeError

Open jasperboyd opened this issue 11 years ago • 5 comments

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)

jasperboyd avatar Dec 21 '13 13:12 jasperboyd

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?

Mason8r avatar Dec 21 '13 16:12 Mason8r

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

jasperboyd avatar Dec 22 '13 08:12 jasperboyd

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

Mason8r avatar Dec 22 '13 09:12 Mason8r

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

edgetor avatar Apr 28 '14 01:04 edgetor

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

X-509 avatar Feb 09 '15 20:02 X-509