[damagecontrol-user] Problem adding first project in current DamageControl

View: New views
3 Messages — Rating Filter:   Alert me  

[damagecontrol-user] Problem adding first project in current DamageControl

by Dan Reading :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi All,

I'm trying to get DamageControl running on my machine again.
After taking the latest svn update I get the following trace when
trying to add a new project. I've tried removing all traces of old
code. Ideas of what to look at?

Host machine: Debian sarge release.

thanks,
Dan R.
 


 NameError in Project#new

uninitialized constant Growl

RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace

#{RAILS_ROOT}/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:200:in `rake_original_const_missing'
/usr/lib/ruby/gems/1.8/gems/rake-0.6.2/lib/rake.rb:1497:in `const_missing'
#{RAILS_ROOT}/lib/damagecontrol/publisher/base.rb:19:in `classes'
#{RAILS_ROOT}/app/controllers/project_controller.rb:188:in `publishers'
#{RAILS_ROOT}/app/controllers/project_controller.rb:175:in `define_plugin_rows'
#{RAILS_ROOT}/app/controllers/project_controller.rb:12:in `new'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:841:in `perform_action_without_filters'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/filters.rb:332:in `perform_action_without_benchmark'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in `perform_action'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:365:in `process_without_session_management_support'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/session_management.rb:116:in `process'
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/dispatcher.rb:38:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/webrick_server.rb:117:in `handle_dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/webrick_server.rb:83:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
/usr/lib/ruby/gems/1.8/gems/rails-0.14.3/lib/webrick_server.rb:69:in `dispatch'
script/server:87

This error occured while loading the following files:
   growl.rb

Request

Parameters: None

Show session dump

flash: !map:ActionController::Flash::FlashHash {}


Response
Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"}



Re: [damagecontrol-user] Problem adding first project in current DamageControl

by Aslak Hellesoy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/9/05, Dan Reading <reading@...> wrote:
>
> Hi All,
>
> I'm trying to get DamageControl running on my machine again.
> After taking the latest svn update I get the following trace when
> trying to add a new project. I've tried removing all traces of old
> code. Ideas of what to look at?
>

DamageControl has several dependencies that have to be installed
manually when running from svn. The full list of gems to install is in
lib/damagecontrol.rb. There is also a little blurb in the README.

When we start churning out releases as gem, zip/tgz and exe, this will
be transparent to the user.

Cheers,
Aslak

> Host machine: Debian sarge release.
>
> thanks,
> Dan R.
>

Re: [damagecontrol-user] Problem adding first project in current DamageControl

by Dan Reading :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Re:
#{RAILS_ROOT}/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:200:in `rake_original_const_missing'
/usr/lib/ruby/gems/1.8/gems/rake-0.6.2/lib/rake.rb:1497:in `const_missing'

Please disregard my last mail since. I've just taken todays updates and
need to if my problem has 'gone away'.

Thanks,
Dan R.