You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a update for nextcloud:apache from 27.1.3 to 28.0.0 by pulling latest docker image:
When checking the admin/overview I get an error of Error occurred whilst checking server setup
This is what shows in my app docker: {"reqId":"wOQ19LBGxOkyZwkkeOMt","level":3,"time":"2023-12-13T10:05:34+00:00","remoteAddr":"XXX","user":"dan","app":"index","method":"GET","url":"/index.php/settings/ajax/checksetup","message":"Error while opening /dev/stdout","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0","version":"28.0.0.11","exception":{"Exception":"Exception","Message":"Error while opening /dev/stdout","Code":0,"Trace":[{"file":"/var/www/html/apps/logreader/lib/SetupChecks/LogErrors.php","line":57,"function":"getLogIterator","class":"OCA\\\\LogReader\\\\Log\\\\LogIteratorFactory","type":"->","args":[[2,3,4]]},{"file":"/var/www/html/lib/private/SetupCheck/SetupCheckManager.php","line":49,"function":"run","class":"OCA\\\\LogReader\\\\SetupChecks\\\\LogErrors","type":"->","args":[]},{"file":"/var/www/html/apps/settings/lib/Controller/CheckSetupController.php","line":643,"function":"runAll","class":"OC\\\\SetupCheck\\\\SetupCheckManager","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":230,"function":"check","class":"OCA\\\\Settings\\\\Controller\\\\CheckSetupController","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":137,"function":"executeController","class":"OC\\\\AppFramework\\\\Http\\\\Dispatcher","type":"->","args":[["OCA\\\\Settings\\\\Controller\\\\CheckSetupController"],"check"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\\\AppFramework\\\\Http\\\\Dispatcher","type":"->","args":[["OCA\\\\Settings\\\\Controller\\\\CheckSetupController"],"check"]},{"file":"/var/www/html/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\\\AppFramework\\\\App","type":"::","args":["OCA\\\\Settings\\\\Controller\\\\CheckSetupController","check",["OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer"],["settings.CheckSetup.check"]]},{"file":"/var/www/html/lib/base.php","line":1069,"function":"match","class":"OC\\\\Route\\\\Router","type":"->","args":["/settings/ajax/checksetup"]},{"file":"/var/www/html/index.php","line":39,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/apps/logreader/lib/Log/LogIteratorFactory.php","Line":56,"message":"Error while opening /dev/stdout","exception":{},"CustomMessage":"Error while opening /dev/stdout"}}
I am not getting the admin/overview issue, but I am seeing the issue with the logs. It appears to not load initially and displays the "Could not load log entries" message, but after waiting for a long time, like about half a minute, the logs reappear. This seems really slow.
Following a update for nextcloud:apache from 27.1.3 to 28.0.0 by pulling latest docker image:
When checking the
admin/overview
I get an error of Error occurred whilst checking server setupThis is what shows in my
app
docker:{"reqId":"wOQ19LBGxOkyZwkkeOMt","level":3,"time":"2023-12-13T10:05:34+00:00","remoteAddr":"XXX","user":"dan","app":"index","method":"GET","url":"/index.php/settings/ajax/checksetup","message":"Error while opening /dev/stdout","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0","version":"28.0.0.11","exception":{"Exception":"Exception","Message":"Error while opening /dev/stdout","Code":0,"Trace":[{"file":"/var/www/html/apps/logreader/lib/SetupChecks/LogErrors.php","line":57,"function":"getLogIterator","class":"OCA\\\\LogReader\\\\Log\\\\LogIteratorFactory","type":"->","args":[[2,3,4]]},{"file":"/var/www/html/lib/private/SetupCheck/SetupCheckManager.php","line":49,"function":"run","class":"OCA\\\\LogReader\\\\SetupChecks\\\\LogErrors","type":"->","args":[]},{"file":"/var/www/html/apps/settings/lib/Controller/CheckSetupController.php","line":643,"function":"runAll","class":"OC\\\\SetupCheck\\\\SetupCheckManager","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":230,"function":"check","class":"OCA\\\\Settings\\\\Controller\\\\CheckSetupController","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":137,"function":"executeController","class":"OC\\\\AppFramework\\\\Http\\\\Dispatcher","type":"->","args":[["OCA\\\\Settings\\\\Controller\\\\CheckSetupController"],"check"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\\\AppFramework\\\\Http\\\\Dispatcher","type":"->","args":[["OCA\\\\Settings\\\\Controller\\\\CheckSetupController"],"check"]},{"file":"/var/www/html/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\\\AppFramework\\\\App","type":"::","args":["OCA\\\\Settings\\\\Controller\\\\CheckSetupController","check",["OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer"],["settings.CheckSetup.check"]]},{"file":"/var/www/html/lib/base.php","line":1069,"function":"match","class":"OC\\\\Route\\\\Router","type":"->","args":["/settings/ajax/checksetup"]},{"file":"/var/www/html/index.php","line":39,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/apps/logreader/lib/Log/LogIteratorFactory.php","Line":56,"message":"Error while opening /dev/stdout","exception":{},"CustomMessage":"Error while opening /dev/stdout"}}
File is present under app docker:
I can also not load logging within nextcloud:
Docker compose config:
The text was updated successfully, but these errors were encountered: