- Used Zammad version: 6.1.0-1701163867.5a81e629.bookworm
- Used Zammad installation type: From zammad’s Bookwom repository
- Operating system: Bookworm
- Browser + version: Firefox 120.0
Expected behavior:
- Monitoring: Failed to run background job #1 ‘SearchIndexAssociationsJob’ 1 time(s) with 16 attempt(s).
Actual behavior:
- Monitoring: Failed to run background job #1 ‘SearchIndexAssociationsJob’ 1 time(s) with 16 attempt(s).
Steps to reproduce the behavior:
- Install everything from repository
I have also:
ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [x86_64-linux]
Gemfile specified 3.1.3
I tried:
zammad run rake searchindex:rebuild
rake aborted!
Don’t know how to build task ‘searchindex:rebuild’ (See the list of available tasks with rake --tasks
)
/opt/zammad/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake:27:in <top (required)>' /opt/zammad/bin/bundle:121:in
load’
/opt/zammad/bin/bundle:121:in `’
(See full trace by running task with --trace)
I tried:
rake --tasks
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
(See full trace by running task with --trace)
And also:
rake --trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:705:in raw_load_rakefile'/usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:104:in
block in load_rakefile’
/usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:186:in standard_exception_handling' /usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:103:in
load_rakefile’
/usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:82:in block in run' /usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:186:in
standard_exception_handling’
/usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/application.rb:80:in run' /usr/local/rvm/rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/gems/rake-13.0.6/exe/rake:27:in
<top (required)>’
/usr/local/rvm/rubies/ruby-3.1.3/bin/rake:25:in load' /usr/local/rvm/rubies/ruby-3.1.3/bin/rake:25:in
’
I don’t know where I could start to solve it…