danmunn / redmine_dmsf

Fork of svn repository for redmine_dmsf
GNU General Public License v2.0
413 stars 193 forks source link

Incompatibilite with other plugin / error in ActionCable::Server::RcrmConfiguration #1525

Closed sseide closed 1 month ago

sseide commented 1 month ago

Hello,

your plugin seems to create an problem in regards to the ActionCable::Server::RcrmConfiguration constant together with other plugins.

As soon as i install "redmine_dmsf" i cannot start redmine anymore (or run the rake db migration task of the other plugin anymore. Removing your plugin everything works fine again.

The other plugin (Redmine_Agile 1.6.8 from RedmineUP) not working with yours throws the following error message: An error occurred while loading the routes definition of redmine_agile plugin (/usr/share/redmine/p lugins/redmine_agile/config/routes.rb): uninitialized constant ActionCable::Server::RcrmConfiguration.

Your plugin seems to undefine this variable? Tested with redmine_dmsf v3.1.4 and older v3.0.12, booth show this problem.

Thanks in Advance.

Redmine 5.0

Using rake 13.2.1
Using RedCloth 4.3.4
Using concurrent-ruby 1.2.3
Using i18n 1.10.0
Using minitest 5.22.3
Using tzinfo 2.0.6
Using zeitwerk 2.6.13
Using activesupport 6.1.7.7
Using builder 3.2.4
Using erubi 1.12.0
Using racc 1.7.3
Using nokogiri 1.13.10 (x86_64-linux)
Using rails-dom-testing 2.2.0
Using crass 1.0.6
Using loofah 2.22.0
Using rails-html-sanitizer 1.5.0
Using actionview 6.1.7.7
Using rack 2.2.9
Using rack-test 2.1.0
Using actionpack 6.1.7.7
Using nio4r 2.7.1
Using websocket-extensions 0.1.5
Using websocket-driver 0.7.6
Using actioncable 6.1.7.7
Using globalid 1.2.1
Using activejob 6.1.7.7
Using activemodel 6.1.7.7
Using activerecord 6.1.7.7
Using marcel 1.0.4
Using mini_mime 1.1.5
Using activestorage 6.1.7.7
Using mail 2.7.1
Using actionmailbox 6.1.7.7
Using actionmailer 6.1.7.7
Using method_source 1.1.0
Using thor 1.3.1
Using railties 6.1.7.7
Using actionpack-xml_parser 2.0.1
Using actiontext 6.1.7.7
Using polyglot 0.3.5
Using rainbow 3.1.1
Using deface 1.9.0
Using bundler 2.2.5
Using sprockets 4.2.1
Using sprockets-rails 3.4.2
Using rails 6.1.7.7
Using redmine_plugin_kit 1.0.4
Using render_async 2.1.11
Using rexml 3.2.6
Using rss 0.3.0
Using temple 0.10.3
Using tilt 2.3.0
Using slim 5.2.1
Using slim-rails 3.6.3
Using tanuki_emoji 0.7.0
Using additionals 3.0.8 from source at `.`
Using public_suffix 5.0.5
Using addressable 2.8.6
Using asciidoctor 2.0.22
Using chunky_png 1.4.0
Using commonmarker 0.23.10
Using connection_pool 2.4.1
Using creole 0.5.0
Using css_parser 1.17.1
Using csv 3.2.9
Using dalli 3.2.8
Using html-pipeline 2.14.3
Using deckar01-task_list 2.3.4
Using escape_utils 1.3.0
Using github-markup 4.0.2
Using gitlab-grack 2.0.2 from https://github.com/jbox-web/grack.git (at fix_gemfile@f2d856e)
Using gratr19 0.4.4.1
Using rugged 1.5.0.1
Using gitolite-rugged 1.3.0 from https://github.com/jbox-web/gitolite-rugged.git (at 1.5.0@e8f4f35)
Using hiredis 0.6.3
Using htmlentities 4.3.4
Using liquid 4.0.4
Using mini_magick 4.11.0
Using mysql2 0.5.6
Using net-ldap 0.17.1
Using rubypants 0.7.1
Using org-ruby 0.9.12
Using rack-parser 0.7.0
Using rbpdf-font 1.19.1
Using rbpdf 1.20.1
Using redcarpet 3.5.1
Using redis 4.8.1
Using rubyzip 2.3.2
Using redmineup 1.0.5
Using request_store 1.5.1
Using rinku 2.0.6
Using roadie 5.1.0
Using roadie-rails 3.0.0
Using rotp 6.3.0
Using rouge 3.30.0
Using rqrcode_core 1.2.0
Using rqrcode 2.2.0
Using sanitize 6.1.0
Using sidekiq 6.5.12
Using sshkey 3.0.0
picman commented 1 month ago

From my own experience I can say that Redmine 3.1.4 works fine with Redmine Agile 1.6.8. For sure I do nothing with ActionCable::Server::RcrmConfiguration. Try to remove the other plugins and test just DMSF and Agile. In case of error, please post a complete part of the production.log related to the error.

picman commented 1 month ago

No feedback => closing.