We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please find the attached error
admin@rt:/data/redmine/plugins/redmine_knowledgebase$ sudo bundle exec rake redmine:plugins:migrate RAILS_ENV=production (in /data/redmine) rake aborted! NoMethodError: undefined method `good_job' for #<Rails::Application::Configuration:0x00007fd2a7b40a10 @root=#<Pathname:/data/redmine>, @generators=#<Rails::Configuration::Generators:0x00007fd2a73fd780 @aliases={}, @options={:rails=>{:orm=>:active_record, :test_framework=>:test_unit, :integration_tool=>:test_unit, :system_tests=>:test_unit}, :active_record=>{:migration=>true, :timestamps=>true}, :test_unit=>{:fixture=>true, :fixture_replacement=>nil}}, @fallbacks={}, @templates=[], @colorize_logging=true, @api_only=false, @hidden_namespaces=[], @after_generate_callbacks=[]>, @middleware=#<Rails::Configuration::MiddlewareStackProxy:0x00007fd2a7b40588 @operations=[#<Proc:0x00007fd2a7083cd0 /var/lib/gems/3.1.0/gems/railties-7.0.4.3/lib/rails/configuration.rb:53 (lambda)>], @delete_operations=[]>, @javascript_path="javascript", @encoding="utf-8", @allow_concurrency=nil, @consider_all_requests_local=false, @filter_parameters=[:password], @filter_redirect=[], @helpers_paths=[], @hosts=[], @host_authorization={}, @public_file_server=#<ActiveSupport::OrderedOptions {:enabled=>true, :index_name=>"index"}>, @force_ssl=false, @ssl_options={}, @session_store=:cookie_store, @time_zone="UTC", @beginning_of_week=:monday, @log_level=:info, @cache_store=[:file_store, "/data/redmine/tmp/cache/"], @railties_order=[:all], @relative_url_root=nil, @reload_classes_only_on_change=true, @file_watcher=ActiveSupport::FileUpdateChecker, @exceptions_app=nil, @autoflush_log=true, @log_formatter=#<ActiveSupport::Logger::SimpleFormatter:0x00007fd2a7b47ea0 @datetime_format=nil>, @eager_load=nil, @secret_key_base=nil, @api_only=false, @debug_exception_response_format=nil, @x=#<Rails::Application::Configuration::Custom:0x00007fd2a7b47e00 @configurations={}>, @enable_dependency_loading=false, @read_encrypted_secrets=false, @content_security_policy=nil, @content_security_policy_report_only=false, @content_security_policy_nonce_generator=nil, @content_security_policy_nonce_directives=nil, @require_master_key=false, @loaded_config_version=nil, @credentials=#<ActiveSupport::OrderedOptions {:content_path=>#<Pathname:/data/redmine/config/credentials.yml.enc>, :key_path=>#<Pathname:/data/redmine/config/master.key>}>, @disable_sandbox=false, @add_autoload_paths_to_load_path=true, @permissions_policy=nil, @rake_eager_load=false, @server_timing=false, @session_options={:key=>"_redmine_session", :path=>"/", :same_site=>:lax}> /var/lib/gems/3.1.0/gems/railties-7.0.4.3/lib/rails/railtie/configuration.rb:96:in `method_missing' (eval):18:in `<class:Application>' /data/redmine/config/application.rb:97:in `instance_eval' /data/redmine/config/application.rb:97:in `<class:Application>' /data/redmine/config/application.rb:24:in `<module:RedmineApp>' /data/redmine/config/application.rb:20:in `<top (required)>' /data/redmine/Rakefile:5:in `require' /data/redmine/Rakefile:5:in `<top (required)>' /var/lib/gems/3.1.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>' (See full trace by running task with --trace)
It says there is an issue with the configuration or initialization of a job-processing mechanism (good_job) in your Redmine setup.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please find the attached error
It says there is an issue with the configuration or initialization of a job-processing mechanism (good_job) in your Redmine setup.
The text was updated successfully, but these errors were encountered: