Hi I am currently encountering an odd error when I attempt to launch a new 
instance of the ruote engine. In my code, I have the following:

ruote = Ruote::Dashboard.new(
  Ruote::Worker.new(
    Ruote::FsStorage.new('ruote_work')))

The error occurs deep within Route::Worker.new, and the full trace is below:

/var/lib/gems/1.9.1/gems/ruote-2.3.0.1/lib/ruote/context.rb:241:in `merge': 
can't convert nil into Hash (TypeError)
    from /var/lib/gems/1.9.1/gems/ruote-2.3.0.1/lib/ruote/context.rb:241:in 
`initialize_services'
    from /var/lib/gems/1.9.1/gems/ruote-2.3.0.1/lib/ruote/context.rb:50:in 
`initialize'
    from /var/lib/gems/1.9.1/gems/ruote-2.3.0.1/lib/ruote/worker.rb:68:in 
`new'
    from /var/lib/gems/1.9.1/gems/ruote-2.3.0.1/lib/ruote/worker.rb:68:in 
`initialize'
    from workflow_listener.rb:11:in `new'
    from workflow_listener.rb:11:in `<main>'

I am currently running this on Ubuntu 12.10, 64-bit. It was working 
perfectly yesterday, before I made a series of updates to the system, 
including ia32libs. I am new to Ruby so I don't have any idea where to 
start on  this one.

Any help would be greatly appreciated.

Thanks!

- Mark

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to