-
-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product Opener crashing at startup on dev server when Producers.pm is loaded in startup_apache2.pl #7695
Comments
After deleting mostly everything in Producers.pm, it seems that this line causes the crash: use Minion; |
stephanegigandet
added a commit
that referenced
this issue
Nov 14, 2022
stephanegigandet
added a commit
that referenced
this issue
Nov 15, 2022
fix: do not preload Minion module #7695
Is this working now @stephanegigandet ? (to close issue). |
It's working in the sense that we can build, but we can't preload Minion for some unknown reason... Closing anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caused by this recent commit: 8dafcf6
This happens only on the dev server (which does not use Docker), it seems to be working on Docker.
Commenting out
#use ProductOpener::Producers qw/:all/;
in startup_apache2.pl seems to be the problem.
The weird thing is that I don't see any error message about the crash anywhere, but after we get:
[4622] /srv/off/lib/startup_apache2.pl 151 main {version => 'production'} product opener started
apache stops.
The text was updated successfully, but these errors were encountered: