Hello,
hopefully I am right here. I am running a qnap as a NAS and found a docker compose file that I used to create a docker container behind a reverse proxy. Everything is working so far and it feels really good. The only thing nagging me is the fact that background jobs are not executed (at least that is what my NC is telling me).
Nextcloud version: 21.0.0 (docker)
Latest Nginx (docker)
Php 7.4
I am executing every 15 minutes my cron.php via a webcron service that also sends me an e-mail and I get always the same message:
Status: 200
Output:
{“status”:“success”}
I the Nextcloud Backend it shows that some Background Tasks have not been running since 4 days. Is there a possibility to start Background-tasts manually or check which of the background-tasks has not been running?
I tried to check the Console and log files but I only see some error that do not appear to be involved with backgrund-tasks.
Maybe you can point me in the right direction where I need to have a look. Thanks a lot!
[no app in context] Error: Error: Call to a member function getContainer() on null at <>
The output of your Nextcloud log in Admin > Logging:
[no app in context] Error: Error: Call to a member function getContainer() on null at <<closure>>
0. /var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php line 143
OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations({admin_audit: OC ... }})
1. /var/www/html/lib/private/AppFramework/Bootstrap/Coordinator.php line 86
OC\AppFramework\Bootstrap\Coordinator->registerApps(["admin_audit"])
2. /var/www/html/lib/private/Installer.php line 146
OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("admin_audit")
3. /var/www/html/apps/settings/lib/Controller/AppSettingsController.php line 448
OC\Installer->installApp("admin_audit")
4. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 218
OCA\Settings\Controller\AppSettingsController->enableApps(["admin_audit"], [])
5. /var/www/html/lib/private/AppFramework/Http/Dispatcher.php line 127
OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Con ... {}, "enableApps")
6. /var/www/html/lib/private/AppFramework/App.php line 157
OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Con ... {}, "enableApps")
7. /var/www/html/lib/private/Route/Router.php line 302
OC\AppFramework\App::main("OCA\\Settings\\ ... r", "enableApps", OC\AppFramework\ ... {}, {_route: "settin ... "})
8. /var/www/html/lib/base.php line 993
OC\Route\Router->match("/settings/apps/enable")
9. /var/www/html/index.php line 37
OC::handleRequest()
POST /settings/apps/enable
from 178.200.89.59 by Hartmut at 2021-04-08T13:25:45+00:00