jhuckabee / canvas-lms-dev-box

A virtual machine for developing and testing Canvas LMS
12 stars 12 forks source link

bundle exec rake db:initial_setup is returning the following error #7

Open bsiddhartha opened 8 years ago

bsiddhartha commented 8 years ago

vagrant@canvas-lms-dev-box:/vagrant/canvas-lms$ bundle exec rake db:initial_setup DEPRECATION WARNING: Syck is deprecated and support for serialization has been removed. ActiveRecord::Core#yaml_initialize will be removed in 4.1 which will break deserialization support with Syck. (called from <top (required)> at /vagrant/canvas-lms/config/application.rb:19) rake aborted! LoadError: cannot load such file -- respondus_soap_endpoint/urn:RespondusAPIMappingRegistry.rb /home/vagrant/.rvm/gems/ruby-2.1.8/gems/activesupport-.0.13/lib/active_support/dependencies.rb:229:in require' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/activesupport-.0.13/lib/active_support/dependencies.rb:229:inblock in require' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/activesupport-4.0.13/lib/active_support/ dependencies.rb:214:in load_dependency' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/activesupport-4.0.13/lib/active_support/ dependencies.rb:229:inrequire' /vagrant/canvas-lms/gems/plugins/respondus_soap_endpoint/lib/respondus_soap_endp oint.rb:6:in <top (required)>' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler/runtime.rb:77 :inrequire' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler/runtime.rb:77 :in block (2 levels) in require' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler/runtime.rb:72 :ineach' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler/runtime.rb:72 :in block in require' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler/runtime.rb:61 :ineach' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler/runtime.rb:61 :in require' /home/vagrant/.rvm/gems/ruby-2.1.8/gems/bundler-1.11.2/lib/bundler.rb:99:inreq uire' /vagrant/canvas-lms/config/application.rb:19:in <top (required)>' /vagrant/canvas-lms/Rakefile:4:inrequire' /vagrant/canvas-lms/Rakefile:4:in <top (required)>' /home/vagrant/.rvm/gems/ruby-2.1.8/bin/ruby_executable_hooks:15:ineval' /home/vagrant/.rvm/gems/ruby-2.1.8/bin/ruby_executable_hooks:15:in `

' (See full trace by running task with --trace)