Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Error : Celluloid::TaskFiber #288

Open
mg03 opened this issue Nov 23, 2014 · 2 comments
Open

Error : Celluloid::TaskFiber #288

mg03 opened this issue Nov 23, 2014 · 2 comments

Comments

@mg03
Copy link

mg03 commented Nov 23, 2014

Hi : Using following:
require 'ridley'
ridley = Ridley.new(server_url: "https://", client_name: "clientwatcher1", client_key: "/tmp/clientwatcher1.pem")

Getting error:
W, [2014-11-23T17:59:24.055017 #36239] WARN -- : Terminating task: type=:finali
zer, meta={:method_name=>:shutdown}, status=:receiving
Celluloid::TaskFiber backtrace unavailable. Please try Celluloid.task_c lass = Celluloid::TaskThread if you need backtraces here.
W, [2014-11-23T17:59:24.055341 #36239] WARN -- : Terminating task: type=:finali
zer, meta={:method_name=>:shutdown}, status=:receiving
Celluloid::TaskFiber backtrace unavailable. Please try Celluloid.task_c lass = Celluloid::TaskThread if you need backtraces here.
W, [2014-11-23T17:59:24.060800 #36239] WARN -- : Terminating task: type=:finali
zer, meta={:method_name=>:shutdown}, status=:receiving
Celluloid::TaskFiber backtrace unavailable. Please try Celluloid.task_c lass = Celluloid::TaskThread if you need backtraces here.
/home/chefknife/test.rb:5:in <main>': undefined methodis_nil?' for #<Ridley::
ClientObject:0x00000001ef6e78> (NoMethodError)

Please help/advice

@iiro
Copy link

iiro commented Feb 24, 2015

Having the same problem here...

Using latest Ridley (comes with ChefDK) - version 4.1.2.

@geewiz
Copy link

geewiz commented Oct 30, 2015

I've just changed our code from using Chef-API to using Ridley and ran into the same problem. Our RSpec tests run fine but at the end, we get lots of "Terminating task" warnings.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants