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

Daemon crashes when transaction class not found #3

Open
christopheg opened this issue May 30, 2023 · 0 comments
Open

Daemon crashes when transaction class not found #3

christopheg opened this issue May 30, 2023 · 0 comments

Comments

@christopheg
Copy link
Member

Error: Class 'Transaction_XXX' not found in file /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Transaction.php on line 272
Stack trace:
   1. Error->() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Transaction.php:272
   2. Skeleton\Transaction\Transaction->get_by_id() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Transaction.php:410
   3. Skeleton\Transaction\Transaction->get_failed_recurring() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Monitor.php:68
   4. Skeleton\Transaction\Monitor->handle_recurring() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Monitor.php:32
   5. Skeleton\Transaction\Monitor->run() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Daemon.php:264
   6. Skeleton\Transaction\Daemon->monitor() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Daemon.php:254
   7. Skeleton\Transaction\Daemon->refresh_lock() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Daemon.php:84
   8. Skeleton\Transaction\Daemon->run() /var/www/application/lib/external/packages/tigron/skeleton-transaction/lib/Skeleton/Transaction/Daemon.php:318
   9. Skeleton\Transaction\Daemon->start() /var/www/application/lib/external/packages/tigron/skeleton-transaction/console/daemon.php:60
  10. Skeleton\Console\Command\Transaction_Daemon->start() /var/www/application/lib/external/packages/tigron/skeleton-transaction/console/daemon.php:47
  11. Skeleton\Console\Command\Transaction_Daemon->execute() /var/www/application/lib/external/packages/symfony/console/Command/Command.php:298
  12. Symfony\Component\Console\Command\Command->run() /var/www/application/lib/external/packages/symfony/console/Application.php:1040
  13. Symfony\Component\Console\Application->doRunCommand() /var/www/application/lib/external/packages/symfony/console/Application.php:301
  14. Symfony\Component\Console\Application->doRun() /var/www/application/lib/external/packages/symfony/console/Application.php:171
  15. Symfony\Component\Console\Application->run() /var/www/application/util/bin/skeleton:23


This should not crash the daemon but only log an error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant