Skip to content

problem with recurring plugin issues_patch #583

@sakoula

Description

@sakoula

hi there,

thanks for all your effort on this. It has been a great help for me. I have used the docker-compose.yaml of your latest version to bootstrap a mysql and a redmine container. Once I did a docker compose up -d . I get redmine up and running. I proceeded and

  1. brought the containers down

  2. install the recurring plugin

cd /srv/docker/redmine/redmine/plugins
git clone https://github.com/nutso/redmine-plugin-recurring-tasks.git
  1. on restarting the containers the installation of the plugin fails. I do not see to have a clue of what may be wrong. Can you please help? Thanks!!!!
redmine-1  | Initializing logdir...
redmine-1  | Initializing datadir...
redmine-1  | Symlinking dotfiles...
redmine-1  | Installing configuration templates...
redmine-1  | Configuring redmine...
redmine-1  | Configuring redmine::database
redmine-1  | .
redmine-1  | Checking transaction isolation level... READ-COMMITTED
redmine-1  | Configuring redmine::logger...
redmine-1  | Configuring redmine::puma...
redmine-1  | Configuring redmine::secret_token...
redmine-1  | Generating a session token...
redmine-1  | Note:
redmine-1  |   All old sessions will become invalid.
redmine-1  |   Please specify the REDMINE_SECRET_TOKEN parameter for persistence.
redmine-1  |   **SHOULD** be defined if you have a load-balancing Redmine cluster.
redmine-1  | Configuring redmine::max_concurrent_ajax_uploads...
redmine-1  | Configuring redmine::sudo_mode...
redmine-1  | Configuring redmine::autologin_cookie...
redmine-1  | Configuring redmine::backups...
redmine-1  | Configuring redmine::rmagic::font...
redmine-1  | Configuring redmine::avatar::url...
redmine-1  | Configuring nginx...
redmine-1  | Configuring nginx::redmine...
redmine-1  | Installing plugins...
redmine-1  | Installing gems required by plugins...
redmine-1  | You are replacing the current local value of without, which is currently "development:test"
mysql-1    | 2025-06-03 07:57:41+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.42-1debian12 started.
mysql-1    | 2025-06-03 07:57:41+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql-1    | 2025-06-03 07:57:41+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.42-1debian12 started.
mysql-1    | 2025-06-03T07:57:42.015602Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.42) starting as process 1
mysql-1    | 2025-06-03T07:57:42.023463Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
mysql-1    | 2025-06-03T07:57:42.439871Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
mysql-1    | 2025-06-03T07:57:42.765399Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
mysql-1    | 2025-06-03T07:57:42.765448Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
mysql-1    | 2025-06-03T07:57:42.774555Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql-1    | 2025-06-03T07:57:42.804886Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
mysql-1    | 2025-06-03T07:57:42.805087Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.42'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server - GPL.
redmine-1  | Migrating plugins. Please be patient, this could take a while...
redmine-1  | rake aborted!
redmine-1  | LoadError: cannot load such file -- issues_patch (LoadError)
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/zeitwerk-2.7.2/lib/zeitwerk/core_ext/kernel.rb:34:in `require'
redmine-1  | /home/redmine/redmine/plugins/redmine-plugin-recurring-tasks/init.rb:2:in `<top (required)>'
redmine-1  | /home/redmine/redmine/lib/redmine/plugin_loader.rb:31:in `load'
redmine-1  | /home/redmine/redmine/lib/redmine/plugin_loader.rb:31:in `run_initializer'
redmine-1  | /home/redmine/redmine/lib/redmine/plugin_loader.rb:61:in `each'
redmine-1  | /home/redmine/redmine/lib/redmine/plugin_loader.rb:61:in `block in load'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:407:in `instance_exec'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:407:in `block in make_lambda'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:179:in `block in call'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:668:in `block (2 levels) in default_terminator'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:667:in `catch'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:667:in `block in default_terminator'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:180:in `call'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:559:in `block in invoke_before'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:559:in `each'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:559:in `invoke_before'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/callbacks.rb:109:in `run_callbacks'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/reloader.rb:96:in `prepare!'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application/finisher.rb:74:in `block in <module:Finisher>'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:32:in `instance_exec'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:32:in `run'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:61:in `block in run_initializers'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:60:in `run_initializers'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:435:in `initialize!'
redmine-1  | /home/redmine/redmine/config/environment.rb:16:in `<top (required)>'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/zeitwerk-2.7.2/lib/zeitwerk/core_ext/kernel.rb:34:in `require'
redmine-1  | /home/redmine/redmine/plugins/redmine-plugin-recurring-tasks/lib/tasks/recurring_tasks.rake:7:in `<top (required)>'
redmine-1  | /home/redmine/redmine/lib/tasks/redmine.rake:222:in `load'
redmine-1  | /home/redmine/redmine/lib/tasks/redmine.rake:222:in `block in <top (required)>'
redmine-1  | /home/redmine/redmine/lib/tasks/redmine.rake:222:in `each'
redmine-1  | /home/redmine/redmine/lib/tasks/redmine.rake:222:in `<top (required)>'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/engine.rb:683:in `load'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/engine.rb:683:in `block in run_tasks_blocks'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/engine.rb:683:in `each'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/engine.rb:683:in `run_tasks_blocks'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:554:in `run_tasks_blocks'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/engine.rb:470:in `load_tasks'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/railtie.rb:226:in `public_send'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/railtie.rb:226:in `method_missing'
redmine-1  | /home/redmine/redmine/Rakefile:7:in `<top (required)>'
redmine-1  | /home/redmine/data/tmp/bundle/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/cli/exec.rb:59:in `load'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/cli/exec.rb:59:in `kernel_load'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/cli/exec.rb:23:in `run'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/cli.rb:452:in `exec'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/vendor/thor/lib/thor.rb:538:in `dispatch'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/cli.rb:35:in `dispatch'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/cli.rb:29:in `start'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/exe/bundle:28:in `block in <top (required)>'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
redmine-1  | /usr/local/bundle/gems/bundler-2.6.8/exe/bundle:20:in `<top (required)>'
redmine-1  | /usr/local/bin/bundle:25:in `load'
redmine-1  | /usr/local/bin/bundle:25:in `<main>'
redmine-1  | (See full trace by running task with --trace)
redmine-1 exited with code 1

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions