Recent Posts by vanmh

Subscribe to Recent Posts by vanmh 3 post(s) found

Oct 10, 2008
Avatar vanmh 3 post(s) #2454

Topic: Mingle Feature Requests / [candidate] Make deleting cards easier where card trees are involved

+ 1

 
Jul 25, 2008
Avatar vanmh 3 post(s) #1900

Topic: Mingle Bug Reports / "Manage favorites and tabs" results in an error

Hi Suzie,

Thanks for your reply. I was able to look at the mingle logs and I have solved my problem. I will include the output from the log a the end of my message but first give a summary:

1) I created a template from an existing project (where the existing project included user rkutaphale who may have created or modified one of the favorites)
2) I created a new project based on that template
3) I selected a subset of the team members from the original project to be included in the new project (not including user rkutaphale)
4) I tried clicking on the “Manage favorites and tabs” link and got an error referencing user rkutaphale
5) I added user rkutaphale to the team in the new project
6) I tried clicking on the “Manage favorites and tabs” and now it works fine

So perhaps there is some issue related to team members, views, and templates? My workaround is good enough to resolve this issue for me, but I would be interested to know if there is an issue related to this that you discover.

Thanks,
—Van

log file snippet:
------
Processing ProfileController#update_user_display_preference (for 67.160.189.140 at 2008-07-25 10:56:15) [POST]

2008-07-25 10:57:02,585 [/] Session ID: 20b95c05fe9c51a85fdb607dac62ddbc

2008-07-25 10:57:02,585 [/] Parameters: {“user_display_preference”=>{“recent_pages_visible”=>”true”}, “project_id”=>”mifos_rhino”, “controller”=>”profile”, “action”=>”update_user_display_preference”, “id”=>”2”}

2008-07-25 10:57:02,600 [/] Cookie set: last-visited-project=mifos_rhino; path=/; expires=Sat, 25 Jul 2009 17:56:15 GMT

2008-07-25 10:57:02,975 [/] Completed in 0.37750 (2 reqs/sec) | Rendering: 0.03802 (10%) | DB: 0.12016 (31%) | 200 OK [http://mingle.mifos.org/projects/mifos_rhino/profile/update_user_display_preference/2]

2008-07-25 10:57:04,444 [/]

Processing ProfileController#update_user_display_preference (for 67.160.189.140 at 2008-07-25 10:56:17) [POST]

2008-07-25 10:57:04,444 [/] Session ID: 20b95c05fe9c51a85fdb607dac62ddbc

2008-07-25 10:57:04,444 [/] Parameters: {“user_display_preference”=>{“recent_pages_visible”=>”false”}, “project_id”=>”mifos_rhino”, “controller”=>”profile”, “action”=>”update_user_display_preference”, “id”=>”2”}

2008-07-25 10:57:04,460 [/] Cookie set: last-visited-project=mifos_rhino; path=/; expires=Sat, 25 Jul 2009 17:56:17 GMT

2008-07-25 10:57:04,710 [/] Completed in 0.25127 (3 reqs/sec) | Rendering: 0.00130 (0%) | DB: 0.00782 (3%) | 200 OK [http://mingle.mifos.org/projects/mifos_rhino/profile/update_user_display_preference/2]

2008-07-25 10:57:05,569 [/]

Processing FavoritesController#list (for 67.160.189.140 at 2008-07-25 10:56:18) [GET]

2008-07-25 10:57:05,569 [/] Session ID: 20b95c05fe9c51a85fdb607dac62ddbc

2008-07-25 10:57:05,569 [/] Parameters: {“controller”=>”favorites”, “project_id”=>”mifos_rhino”, “action”=>”list”}

2008-07-25 10:57:05,569 [/] Cookie set: last-visited-project=mifos_rhino; path=/; expires=Sat, 25 Jul 2009 17:56:18 GMT

2008-07-25 10:57:06,710 [/] Rendering actionlistcontent_typetext/htmllayoutfalse within layouts/application

2008-07-25 10:57:06,710 [/] Rendering favorites/list

2008-07-25 10:57:07,382 [/]

ActionView::TemplateError ( rkutaphale is not a valid user) in app/views/favorites/_summary_table.rhtml:

C:\Program Files\Mingle-2_0\app\models\property_type.rb:267:in `find_user'
(eval):5:in `find_user'
C:\Program Files\Mingle-2_0\app\models\property_type.rb:250:in `find_object'
C:\Program Files\Mingle-2_0\app\models\property_type.rb:225:in `display_value_for_db_identifier'
C:\Program Files\Mingle-2_0\app\models\property_value.rb:81:in `display_value'
C:\Program Files\Mingle-2_0\app\models\filters.rb:644:in `display_value'
lib\ruby_ext.rb:7:in `to_proc'
C:\Program Files\Mingle-2_0\app\models\filters.rb:433:in `collect'
C:\Program Files\Mingle-2_0\app\models\filters.rb:433:in `description'
C:\Program Files\Mingle-2_0\app\models\filters.rb:163:in `description'
C:\Program Files\Mingle-2_0\app\models\filters.rb:162:in `collect'
C:\Program Files\Mingle-2_0\app\models\filters.rb:162:in `description'
C:\Program Files\Mingle-2_0\app\models\card_list_view.rb:343:in `display_filter_properties'
#{RAILS_ROOT}/app/views/favorites/_summary_table.rhtml:27:in `_run_rhtml_47app47views47favorites47_summary_table46rhtml'
#{RAILS_ROOT}/app/views/favorites/_summary_table.rhtml:20:in `each'
#{RAILS_ROOT}/app/views/favorites/_summary_table.rhtml:20:in `_run_rhtml_47app47views47favorites47_summary_table46rhtml'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:260:in `render_file'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:275:in `render'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/partials.rb:59:in `render_partial'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:30:in `benchmark'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/partials.rb:58:in `render_partial'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:287:in `render'
#{RAILS_ROOT}/app/views/favorites/list.rhtml:6:in `_run_rhtml_47app47views47favorites47list46rhtml'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:260:in `render_file'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:806:in `render_file'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:738:in `render'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:863:in `render_without_layout'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:798:in `render_action'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:748:in `render'
#{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/deprecation.rb:44:in `silence'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:747:in `render'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/layout.rb:244:in `render_with_a_layout'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render_with_benchmark'
file:/C:/Program Files/Mingle-2_0/vendor/java/jruby-complete.jar!/benchmark.rb:293:in `measure'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render_with_benchmark'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:1095:in `list'

2008-07-25 10:57:07,382 [/] Uncaught exception:

2008-07-25 10:57:07,382 [/] rkutaphale is not a valid user

2008-07-25 10:57:07,397 [/] In app/views/favorites/_summary_table.rhtml

C:\Program Files\Mingle-2_0\app\models\property_type.rb:267:in `find_user'
(eval):5:in `find_user'
C:\Program Files\Mingle-2_0\app\models\property_type.rb:250:in `find_object'
C:\Program Files\Mingle-2_0\app\models\property_type.rb:225:in `display_value_for_db_identifier'
C:\Program Files\Mingle-2_0\app\models\property_value.rb:81:in `display_value'
C:\Program Files\Mingle-2_0\app\models\filters.rb:644:in `display_value'
lib\ruby_ext.rb:7:in `to_proc'
C:\Program Files\Mingle-2_0\app\models\filters.rb:433:in `collect'
C:\Program Files\Mingle-2_0\app\models\filters.rb:433:in `description'
C:\Program Files\Mingle-2_0\app\models\filters.rb:163:in `description'
C:\Program Files\Mingle-2_0\app\models\filters.rb:162:in `collect'
C:\Program Files\Mingle-2_0\app\models\filters.rb:162:in `description'
C:\Program Files\Mingle-2_0\app\models\card_list_view.rb:343:in `display_filter_properties'
#{RAILS_ROOT}/app/views/favorites/_summary_table.rhtml:27:in `_run_rhtml_47app47views47favorites47_summary_table46rhtml'
#{RAILS_ROOT}/app/views/favorites/_summary_table.rhtml:20:in `each'
#{RAILS_ROOT}/app/views/favorites/_summary_table.rhtml:20:in `_run_rhtml_47app47views47favorites47_summary_table46rhtml'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:260:in `render_file'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:275:in `render'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/partials.rb:59:in `render_partial'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:30:in `benchmark'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/partials.rb:58:in `render_partial'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:287:in `render'
#{RAILS_ROOT}/app/views/favorites/list.rhtml:6:in `_run_rhtml_47app47views47favorites47list46rhtml'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:326:in `compile_and_render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:301:in `render_template'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_view/base.rb:260:in `render_file'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:806:in `render_file'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:738:in `render'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:863:in `render_without_layout'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:798:in `render_action'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:748:in `render'
#{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/deprecation.rb:44:in `silence'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:747:in `render'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/layout.rb:244:in `render_with_a_layout'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render_with_benchmark'
file:/C:/Program Files/Mingle-2_0/vendor/java/jruby-complete.jar!/benchmark.rb:293:in `measure'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:50:in `render_with_benchmark'
#{RAILS_ROOT}/vendor/rails/actionpack/lib/action_controller/base.rb:1095:in `list'

2008-07-25 10:57:07,413 [/] 500 displayed

2008-07-25 10:57:07,413 [/] Rendering templateerrors/unknownstatus500layoutfalse within errors/layout

2008-07-25 10:57:07,413 [/] Rendering errors/unknown (500)

2008-07-25 10:57:11,210 [/] ERROR An error occurred while caching revisions for project mifos.

Root cause:

org.tmatesoft.svn.core.SVNException: svn: ’/svn/mifos/!svn/bc/8800/trunk/mifos’ path not found: 404 Not Found (https://mifos.dev.java.net).

If you suspect a serious problem, please run Mingle with log level set to DEBUG (change value of config.logger.level in config/environment.rb) to see the full detail of this error.

 
Jul 24, 2008
Avatar vanmh 3 post(s) #1897

Topic: Mingle Bug Reports / "Manage favorites and tabs" results in an error

I recently created a template from an existing project we have. From that template, I created a new project. In the new project, when I click the “Manage favorites and tabs” link, I get an error page which says “We’re sorry but Mingle found a problem it couldn’t fix”. In the original project that was used to create the template, the “Manage favorites and tabs” link works fine.

I’m guessing that some additional information would be helpful to better understand this issue, but I’m not sure what that would be. Please let me know and I’ll try to get more information together.

Thanks,
—Van