Failed to run background job #1 'SearchIndexAssociationsJob' 1 time(s) with 13 attempt(s)

  • 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… :expressionless:

I solved the issue:

gem install bundler

` Fetching bundler-2.4.22.gem
GemWrappers: Can not wrap not executable file: rake
Successfully installed bundler-2.4.22
Parsing documentation for bundler-2.4.22
Installing ri documentation for bundler-2.4.22
Done installing documentation for bundler after 0 seconds
1 gem installed`

aptitude install git

I seguenti pacchetti NUOVI (NEW) saranno installati:
  git git-man{a} liberror-perl{a}
0 pacchetti aggiornati, 3 installati, 0 da rimuovere e 0 non aggiornati.
È necessario prelevare 9.250 kB di archivi. Dopo l'estrazione, verranno occupati 47,8 MB.
Continuare? [Y/n/?] Y

bundle install

I’m sorry for my post! :frowning:

What you’re describing does not fit to a package installation. Not your solution nor the error messages (their path’s to be more precise).

Please double check your installation type. This will help you for updating Zammad on later days and, of course, when trying to get help.

This topic was automatically closed 360 days after the last reply. New replies are no longer allowed.