Exception Notification plugin install issue

Hi,

I am a newbie to rails. I am trying to install the exception
notification plugin into my rails app, I am unable to do it. I also had
a doubt wrt this thing, is it mandatory that we need to install a gem
like this one specific to every rails app we want to incorporate with.
In other words do we have to repeat this gem installation process for
every new rails app we create?( I actually guess not , I just want to
reconfirm )

In case of plugins do we just need to copy and paste them in our
vendor/plugins directory. We need not install them, in order to get them
up & running(integrate them) in our rails app?. If its an external
plugin, we need not give a require “plugin_name” in our enviroment.rb
file?

I already have exception_notification (1.0.20090728) gem installed in my
gem list, I am using Rails 2.0.2, Ruby 1.8.7 for project specific
purpose.

The error I am getting is:

mohnish@pc146724-desktop:~/railsprg/2011/Jan11/10jan11_blogs/blogs$

ruby script/plugin install exception_notification
/usr/lib/ruby/1.8/timeout.rb:60:in rbuf_fill': execution expired (Timeout::Error) from /usr/lib/ruby/1.8/net/protocol.rb:134:inrbuf_fill’
from /usr/lib/ruby/1.8/net/protocol.rb:116:in readuntil' from /usr/lib/ruby/1.8/net/protocol.rb:126:inreadline’
from /usr/lib/ruby/1.8/net/http.rb:2024:in read_status_line' from /usr/lib/ruby/1.8/net/http.rb:2013:inread_new’
from /usr/lib/ruby/1.8/net/http.rb:1050:in request' from /usr/lib/ruby/1.8/open-uri.rb:248:inopen_http’
from /usr/lib/ruby/1.8/net/http.rb:543:in start' from /usr/lib/ruby/1.8/open-uri.rb:242:inopen_http’
from /usr/lib/ruby/1.8/open-uri.rb:616:in buffer_open' from /usr/lib/ruby/1.8/open-uri.rb:164:inopen_loop’
from /usr/lib/ruby/1.8/open-uri.rb:162:in catch' from /usr/lib/ruby/1.8/open-uri.rb:162:inopen_loop’
from /usr/lib/ruby/1.8/open-uri.rb:132:in open_uri' from /usr/lib/ruby/1.8/open-uri.rb:518:inopen’
from /usr/lib/ruby/1.8/open-uri.rb:30:in open' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:869:inls’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:865:in
collect' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:865:inls’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:391:in
index' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:378:inplugins’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:386:in
each' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:305:infind_plugin’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:304:in
each' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:304:infind_plugin’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:154:in
find' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:766:inparse!’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:765:in
each' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:765:inparse!’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:476:in
parse!' from /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:492:inparse!’
from
/usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/plugin.rb:923
from
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:29:in
gem_original_require' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:29:inrequire’
from script/plugin:3

I am unable to figure out whats the reason behind this and what steps
need to be taken to rectify this. Any suggestions?

Thank you…

Hello, did you found solution for that cause i’m also facing same
problem… i don’t know how to catch that error