Skip to content
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

Closed
stephanegigandet opened this issue Nov 14, 2022 · 4 comments

Comments

@stephanegigandet
Copy link
Contributor

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.

@stephanegigandet
Copy link
Contributor Author

After deleting mostly everything in Producers.pm, it seems that this line causes the crash:

use Minion;

@teolemon
Copy link
Member

image

@alexgarel
Copy link
Member

Is this working now @stephanegigandet ? (to close issue).

@stephanegigandet
Copy link
Contributor Author

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
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants