You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
After rebooting the container, we get this from the plugin because there is a same Gem defined in module easy_mindmup.
If I remove the dependency from test_log, we get 'is not a class'
== 20230303140801132 CreateTestLogs: migrating ================================
-- create_table(:test_logs)
-> 0.0579s
== 20230303140801132 CreateTestLogs: migrated (0.0580s) =======================
2023-03-03T14:24:03.314378220Z
/usr/src/redmine/plugins/test_log/app/models/test_log.rb:1:in <top (required)>': TestLog is not a class (TypeError) /usr/src/redmine/plugins/test_log/lib/test_log/internals.rb:2: previous definition of TestLog was here from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in require'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in block in require' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:257:in load_dependency'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in require' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:378:in block in require_or_load'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:37:in block in load_interlock' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies/interlock.rb:14:in block in loading'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/concurrency/share_lock.rb:151:in exclusive' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies/interlock.rb:13:in loading'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in block in require' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:257:in load_dependency'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in require' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in block in require'
from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:257:in load_dependency' from /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in require'
from config.ru:3:in block in <main>' from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/builder.rb:116:in eval'
from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/builder.rb:116:in new_from_string' from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/builder.rb:105:in load_file'
from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/builder.rb:66:in parse_file' from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/server.rb:349:in build_app_and_options_from_config'
from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/server.rb:249:in app' from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/commands/server/server_command.rb:27:in app'
from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/server.rb:422:in wrapped_app' from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/server.rb:312:in block in start'
from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/server.rb:379:in handle_profiling' from /usr/local/bundle/gems/rack-2.2.6.2/lib/rack/server.rb:311:in start'
from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/commands/server/server_command.rb:53:in start' from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/commands/server/server_command.rb:147:in block in perform'
from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/commands/server/server_command.rb:142:in tap' from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/commands/server/server_command.rb:142:in perform'
from /usr/local/bundle/gems/thor-1.2.1/lib/thor/command.rb:27:in run' from /usr/local/bundle/gems/thor-1.2.1/lib/thor/invocation.rb:127:in invoke_command'
from /usr/local/bundle/gems/thor-1.2.1/lib/thor.rb:392:in dispatch' from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/command/base.rb:69:in perform'
from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/command.rb:46:in invoke' from /usr/local/bundle/gems/railties-5.2.8.1/lib/rails/commands.rb:18:in <top (required)>'
from bin/rails:4:in require' from bin/rails:4:in
'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We installed this plugin on Redmine 4.2.9
and created a test entity
After rebooting the container, we get this from the plugin because there is a same Gem defined in module easy_mindmup.
If I remove the dependency from test_log, we get 'is not a class'
The text was updated successfully, but these errors were encountered: