Project

General

Profile

Actions

Defect #42120

closed

NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger - Redmine-5.x

Added by Jobin J 1 day ago. Updated 1 day ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rails support
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

Issue with redmine-5.1.5 and redmine-5.0.10

OS : Debian 12 / AlmaLinux 8.x

ruby: 3.1

I have tested this issue with almost all versions of Redmine-5 today and getting the same error. The issue is happening with the core redmine without any plugins or themes.

`bundle install` went fine.

Error message on `bundle exec rake db:migrate RAILS_ENV=production`

$ bundle exec rake db:migrate RAILS_ENV=production

rake aborted!
NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger

    Logger::Severity.constants.each do |severity|
    ^^^^^^

same error on secret generation

$ bundle exec rake secret
rake aborted!
NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger

    Logger::Severity.constants.each do |severity|
    ^^^^^^


Related issues

Is duplicate of Redmine - Defect #42113: Redmine 5.x not starting with ActiveSupport Logger errorClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF