Content
You are here:
bundler: failed to load command: unicorn
Added by Nelson Flórez over 7 years ago
I did a clean installation of openproject in CentOS 7 everything was working fine, until a reboot of the server was done. When I run the openproject run web command I get the following error message:
Bundler: failed to load command: unicorn (/opt/openproject/vendor/bundle/ruby/2.3.0/bin/unicorn)
Any way to fix it?
I appreciate any help.
Regards,
Nelson F.
Replies (2)
have you tried to run the following command after the restart of the server :
?
It worked for me.
Hello,
I just tested on a new CentOS7 VM, and I can’t reproduce the issue after reboot. Can you tell more about the specific package version of OpenProject you’re using?
Also, can you give the full output of running
sudo openproject run web
on the command line?