ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

DMSF plugin "undefined method `journal_class_name' for Object:Class)" error while trying to open Activity tab or user's My profile page

Added by Paweł O at 2012-02-13 10:27 pm

I have been trying to install DMSF plugin. Everything seems to go correctly: I install file from zip or cvs and do "db:migrate:plugin" without errors.
After I start webserver, login to chiliproject, and then try to access Activity tab or user's "My profile" page, I get an internal error page.

In the log there is:
"Processing UsersController#show (for 192.168.13.49 at 2012-02-13 23:20:36) [GET]
Parameters: {"action"=>"show", "id"=>"3", "controller"=>"users"}

NoMethodError (undefined method `journal_class_name' for Object:Class):
lib/redmine/activity/fetcher.rb:83:in `events'
lib/redmine/activity/fetcher.rb:82:in `each'
lib/redmine/activity/fetcher.rb:82:in `events'
lib/redmine/activity/fetcher.rb:81:in `each'
lib/redmine/activity/fetcher.rb:81:in `events'
app/controllers/users_controller.rb:69:in `show'
/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'
/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 `each'
/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'

Rendering /usr/share/chiliproject/public/500.html (500 Internal Server Error)"

I have seen "undefined method `journal_class_name' for Object:Class)" error in different places but still no solution to that.

What could be wrong here?


Replies (2)

RE: DMSF plugin "undefined method `journal_class_name' for Object:Class)" error while trying to open Activity tab or user's My profile page - Added by Felix Schäfer at 2012-02-15 01:16 pm

The DMSF plugin seems to still use the old and deprecated events, it won't work as is with current ChiliProject, sorry.

(1-2/2)