Your message dated Mon, 23 Aug 2010 13:17:48 +0000
with message-id <[email protected]>
and subject line Bug#592672: fixed in redmine 1.0.1-1
has caused the Debian Bug report #592672,
regarding 500 internal error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
592672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592672
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redmine
Version: 1.0.0-4

When I upgrade recent version of redmine and its dependencies,
I've got the 500 internal error.

Here the /var/log/redmine/default/production.log

-----------------
Processing WelcomeController#index (for 10.0.2.2 at 2010-08-12 00:51:00) [GET]
  Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index

ActionView::TemplateError (missing interpolation argument in
"%m/%{count}/%Y %I:%M %p" ({:object=>Tue May 25 10:22:08 -0700 2010}
given)) on line #6 of app/views/news/_news.rhtml:
3: <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if
news.comments_count > 0 %>
4: <br />
5: <% unless news.summary.blank? %><span class="summary"><%=h
news.summary %></span><br /><% end %>
6: <span class="author"><%= authoring news.created_on, news.author %></span></p>

    /usr/lib/ruby/1.8/i18n/backend/base.rb:186:in
`interpolate_without_deprecated_syntax'
    /usr/lib/ruby/1.8/active_record/i18n_interpolation_deprecation.rb:21:in
`interpolate'
    /usr/lib/ruby/1.8/i18n/backend/base.rb:49:in `translate'
    /usr/lib/ruby/1.8/i18n.rb:152:in `t'
    /usr/lib/ruby/1.8/i18n/backend/base.rb:62:in `localize'
    /usr/lib/ruby/1.8/i18n.rb:231:in `l'
    lib/redmine/i18n.rb:48:in `format_time'
    app/helpers/application_helper.rb:290:in `time_tag'
    app/helpers/application_helper.rb:282:in `authoring'
    app/views/news/_news.rhtml:6:in
`_run_rhtml_app47views47news47_news46rhtml_locals_news_news_counter_object'
    /usr/lib/ruby/1.8/action_view/renderable.rb:34:in `send'
    /usr/lib/ruby/1.8/action_view/renderable.rb:34:in `render'
    /usr/lib/ruby/1.8/action_view/base.rb:306:in `with_template'
    /usr/lib/ruby/1.8/action_view/renderable.rb:30:in `render'
    /usr/lib/ruby/1.8/action_view/renderable_partial.rb:20:in `render'
    /usr/lib/ruby/1.8/action_controller/benchmarking.rb:30:in `benchmark'
    /usr/lib/ruby/1.8/action_view/renderable_partial.rb:19:in `render'
    /usr/lib/ruby/1.8/action_view/template.rb:205:in `render_template'
    /usr/lib/ruby/1.8/action_view/renderable_partial.rb:44:in `render_partial'
    /usr/lib/ruby/1.8/action_view/partials.rb:221:in `render_partial_collection'
    /usr/lib/ruby/1.8/action_view/partials.rb:216:in `map'
    /usr/lib/ruby/1.8/action_view/partials.rb:216:in `render_partial_collection'
    /usr/lib/ruby/1.8/action_view/partials.rb:182:in `render_partial'
    /usr/lib/ruby/1.8/action_view/base.rb:267:in `render'
    app/views/welcome/index.rhtml:8:in
`_run_rhtml_app47views47welcome47index46rhtml'
    /usr/lib/ruby/1.8/action_view/renderable.rb:34:in `send'
    /usr/lib/ruby/1.8/action_view/renderable.rb:34:in `render'
    /usr/lib/ruby/1.8/action_view/base.rb:306:in `with_template'
    /usr/lib/ruby/1.8/action_view/renderable.rb:30:in `render'
    /usr/lib/ruby/1.8/action_view/template.rb:205:in `render_template'
    /usr/lib/ruby/1.8/action_view/base.rb:265:in `render'
    /usr/lib/ruby/1.8/action_view/base.rb:348:in `_render_with_layout'
    /usr/lib/ruby/1.8/action_view/base.rb:262:in `render'
    /usr/lib/ruby/1.8/action_controller/base.rb:1250:in `render_for_file'
    /usr/lib/ruby/1.8/action_controller/base.rb:945:in
`render_without_benchmark'
    /usr/lib/ruby/1.8/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/1.8/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/1.8/action_controller/base.rb:1326:in `default_render'
    /usr/lib/ruby/1.8/action_controller/base.rb:1332:in
`perform_action_without_filters'
    /usr/lib/ruby/1.8/action_controller/filters.rb:617:in `call_filters'
    /usr/lib/ruby/1.8/action_controller/filters.rb:638:in `run_before_filters'
    /usr/lib/ruby/1.8/action_controller/filters.rb:189:in `call'
    /usr/lib/ruby/1.8/action_controller/filters.rb:189:in `call'
    /usr/lib/ruby/1.8/action_controller/filters.rb:635:in `run_before_filters'
    /usr/lib/ruby/1.8/action_controller/filters.rb:615:in `call_filters'
    /usr/lib/ruby/1.8/action_controller/filters.rb:610:in
`perform_action_without_benchmark'
    /usr/lib/ruby/1.8/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    /usr/lib/ruby/1.8/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    /usr/lib/ruby/1.8/action_controller/rescue.rb:160:in
`perform_action_without_flash'
    /usr/lib/ruby/1.8/action_controller/flash.rb:146:in `perform_action'
    /usr/lib/ruby/1.8/action_controller/base.rb:532:in `send'
    /usr/lib/ruby/1.8/action_controller/base.rb:532:in `process_without_filters'
    /usr/lib/ruby/1.8/action_controller/filters.rb:606:in `process'
    /usr/lib/ruby/1.8/action_controller/base.rb:391:in `process'
    /usr/lib/ruby/1.8/action_controller/base.rb:386:in `call'
    /usr/lib/ruby/1.8/action_controller/routing/route_set.rb:437:in `call'
    /usr/lib/ruby/1.8/action_controller/dispatcher.rb:87:in `dispatch'
    /usr/lib/ruby/1.8/action_controller/dispatcher.rb:121:in `_call'
    /usr/lib/ruby/1.8/action_controller/dispatcher.rb:130:in
`build_middleware_stack'
    /usr/lib/ruby/1.8/active_record/query_cache.rb:29:in `call'
    /usr/lib/ruby/1.8/active_record/query_cache.rb:29:in `call'
    
/usr/lib/ruby/1.8/active_record/connection_adapters/abstract/query_cache.rb:34:in
`cache'
    /usr/lib/ruby/1.8/active_record/query_cache.rb:9:in `cache'
    /usr/lib/ruby/1.8/active_record/query_cache.rb:28:in `call'
    
/usr/lib/ruby/1.8/active_record/connection_adapters/abstract/connection_pool.rb:361:in
`call'
    /usr/lib/ruby/1.8/action_controller/string_coercion.rb:25:in `call'
    /usr/lib/ruby/1.8/rack/head.rb:9:in `call'
    /usr/lib/ruby/1.8/rack/methodoverride.rb:24:in `call'
    /usr/lib/ruby/1.8/action_controller/params_parser.rb:15:in `call'
    /usr/lib/ruby/1.8/action_controller/session/cookie_store.rb:93:in `call'
    /usr/lib/ruby/1.8/action_controller/failsafe.rb:26:in `call'
    /usr/lib/ruby/1.8/rack/lock.rb:11:in `call'
    /usr/lib/ruby/1.8/rack/lock.rb:11:in `synchronize'
    /usr/lib/ruby/1.8/rack/lock.rb:11:in `call'
    /usr/lib/ruby/1.8/action_controller/dispatcher.rb:106:in `call'
    /usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in
`process_request'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in
`main_loop'
    /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:418:in
`start_request_handler'
    /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:358:in
`handle_spawn_application'
    /usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
    /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:354:in
`handle_spawn_application'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in
`start_synchronously'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
    /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:213:in
`start'
    /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in
`spawn_rails_application'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in
`lookup_or_add'
    /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in
`spawn_rails_application'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in
`synchronize'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in
`synchronize'
    /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in
`spawn_rails_application'
    /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in
`spawn_application'
    /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in
`handle_spawn_application'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
    /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in
`start_synchronously'
    /usr/lib/phusion_passenger/passenger-spawn-server:61

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

-----------------------

I'm not make sure that this is the bug of the redmine package or of
the passenger or libapache-ruby package.

Jinserk



--- End Message ---
--- Begin Message ---
Source: redmine
Source-Version: 1.0.1-1

We believe that the bug you reported is fixed in the latest version of
redmine, which is due to be installed in the Debian FTP archive:

redmine-mysql_1.0.1-1_all.deb
  to main/r/redmine/redmine-mysql_1.0.1-1_all.deb
redmine-pgsql_1.0.1-1_all.deb
  to main/r/redmine/redmine-pgsql_1.0.1-1_all.deb
redmine-sqlite_1.0.1-1_all.deb
  to main/r/redmine/redmine-sqlite_1.0.1-1_all.deb
redmine_1.0.1-1.debian.tar.gz
  to main/r/redmine/redmine_1.0.1-1.debian.tar.gz
redmine_1.0.1-1.dsc
  to main/r/redmine/redmine_1.0.1-1.dsc
redmine_1.0.1-1_all.deb
  to main/r/redmine/redmine_1.0.1-1_all.deb
redmine_1.0.1.orig.tar.gz
  to main/r/redmine/redmine_1.0.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal <[email protected]> (supplier of updated redmine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 01 Aug 2010 15:41:26 +0200
Source: redmine
Binary: redmine redmine-mysql redmine-pgsql redmine-sqlite
Architecture: source all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Jérémy Lal <[email protected]>
Changed-By: Jérémy Lal <[email protected]>
Description: 
 redmine    - flexible project management web application
 redmine-mysql - metapackage providing MySQL dependencies for Redmine
 redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
 redmine-sqlite - metapackage providing sqlite dependencies for Redmine
Closes: 591072 591219 591220 591235 591268 591308 591689 591716 592371 592672
Changes: 
 redmine (1.0.1-1) unstable; urgency=low
 .
   * Upstream update, fixes many 1.0.0 RC bugs, see :
     http://www.redmine.org/versions/show/21
   * Patch for libi18n-ruby 0.4.1 support. (Closes: #592672)
   * Postinst note should be an error. (Closes: #591220)
   * Update translations. (Closes: #591072, #591219, #591235, #591268,
     #591308, #591689, #591716, #592371)
   * Fix /usr/share/doc/redmine/examples/apache2-* to work with
     libapache2-mod-fcgid >= 2.3.5 (LP: #620392)
   * Rephrase web server configuration section in README.Debian (LP: #620412)
Checksums-Sha1: 
 369fa1b737e5aee07782cba336c3ea5abf8b99b2 1348 redmine_1.0.1-1.dsc
 e96bf28639af4e51f477a1e33d532f4a88c10723 4804274 redmine_1.0.1.orig.tar.gz
 8a8c8722e143863679d2fcb7f8e059e8d546d8bf 29693 redmine_1.0.1-1.debian.tar.gz
 c97be23dae09ded2036cd6708cac303911e476f4 1588254 redmine_1.0.1-1_all.deb
 95c82992a1cdefeef282f35b11256f759c828d50 32368 redmine-mysql_1.0.1-1_all.deb
 3621c452760d934aaf54c2d9b6e9ef0cfc17e4ce 32358 redmine-pgsql_1.0.1-1_all.deb
 c53851b2d855a7563ed2153e191426d2dff56724 32340 redmine-sqlite_1.0.1-1_all.deb
Checksums-Sha256: 
 689be69090ac56ba2887f2bbaf1100ff4cef70844f84521faf02df9c9844a6ff 1348 
redmine_1.0.1-1.dsc
 974677b19a448ae43d78f6375a0efc224765251e0323159419ac96617124c07e 4804274 
redmine_1.0.1.orig.tar.gz
 27051729d34bbdf1c33877ab26517070fca0c0b61a8e457f0c03c41f05695585 29693 
redmine_1.0.1-1.debian.tar.gz
 055426cf4f2fe7d37e2de0121251283f257c5d92bb5eeff3be3814b61e3caadf 1588254 
redmine_1.0.1-1_all.deb
 83dbaa9823e5fd02c5b6cddfded76b38c491f4503016c5180650f56af90074d2 32368 
redmine-mysql_1.0.1-1_all.deb
 ef2e4264de7c058cdb58e242f99568ebf8efb77768901de33f7ad7c26c70ec1b 32358 
redmine-pgsql_1.0.1-1_all.deb
 bce2b8db4296be4369029a45b281c6773fd56a8c18cbb4dd3ea291f04312eca5 32340 
redmine-sqlite_1.0.1-1_all.deb
Files: 
 508eb149df73687a9ccf49a8c0f5da7d 1348 web extra redmine_1.0.1-1.dsc
 3bcb608f462b4cd0f272acd4fb2e2384 4804274 web extra redmine_1.0.1.orig.tar.gz
 cda8043153e745a8f4e0ab967ab9eb0e 29693 web extra redmine_1.0.1-1.debian.tar.gz
 68e593e80cc68cb679214369eb99fdef 1588254 web extra redmine_1.0.1-1_all.deb
 6db407f67d00194043be1728fc73b78b 32368 web extra redmine-mysql_1.0.1-1_all.deb
 300f16d82f76a764d2ac27a444591f93 32358 web extra redmine-pgsql_1.0.1-1_all.deb
 8182c2ffdaf445f13d9294710a8542dd 32340 web extra redmine-sqlite_1.0.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkxySucACgkQDMRIEQdBQdyHZgCfZIw/f77UZC7B9y19Pl0lkCs7
K04AoLT2wcUGp9PluUytQ+UKnJWOm+EX
=MzX9
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to