New RedisException

Nextcloud version (eg, 29.0.5): 28.0.5 (NextcloudPi)
Operating system and version (eg, Ubuntu 24.04): Debian Bullseye
Apache or nginx version (eg, Apache 2.4.25): 2.4.62
PHP version (eg, 8.3): 8.1.18

The issue you are facing:
A redis error started showing up in the logs

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:
Unknown

The output of your Nextcloud log in Admin > Logging:

{“reqId”:“u9BnueQchlT3YlAbMQHF”,“level”:4,“time”:“2024-09-20T14:12:18+00:00”,“remoteAddr”:“”,“user”:“–”,“app”:“no app in context”,“method”:“”,“url”:“–”,“message”:“Could not boot workflowengine: LOADING Redis is loading the dataset in memory”,“userAgent”:“–”,“version”:“28.0.5.1”,“exception”:{“Exception”:“RedisException”,“Message”:“LOADING Redis is loading the dataset in memory”,“Code”:0,“Trace”:[{“file”:“/var/www/nextcloud/lib/private/Memcache/Redis.php”,“line”:76,“function”:“get”,“class”:“Redis”,“type”:“->”},{“file”:“/var/www/nextcloud/apps/workflowengine/lib/Manager.php”,“line”:113,“function”:“get”,“class”:“OC\Memcache\Redis”,“type”:“->”},{“file”:“/var/www/nextcloud/apps/workflowengine/lib/AppInfo/Application.php”,“line”:71,“function”:“getAllConfiguredEvents”,“class”:“OCA\WorkflowEngine\Manager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/FunctionInjector.php”,“line”:66,“function”:“registerRuleListeners”,“class”:“OCA\WorkflowEngine\AppInfo\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/BootContext.php”,“line”:50,“function”:“injectFn”,“class”:“OC\AppFramework\Bootstrap\FunctionInjector”,“type”:“->”},{“file”:“/var/www/nextcloud/apps/workflowengine/lib/AppInfo/Application.php”,“line”:63,“function”:“injectFn”,“class”:“OC\AppFramework\Bootstrap\BootContext”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php”,“line”:200,“function”:“boot”,“class”:“OCA\WorkflowEngine\AppInfo\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:434,“function”:“bootApp”,“class”:“OC\AppFramework\Bootstrap\Coordinator”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/App/AppManager.php”,“line”:213,“function”:“loadApp”,“class”:“OC\App\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/legacy/OC_App.php”,“line”:125,“function”:“loadApps”,“class”:“OC\App\AppManager”,“type”:“->”},{“file”:“/var/www/nextcloud/lib/private/Console/Application.php”,“line”:114,“function”:“loadApps”,“class”:“OC_App”,“type”:“::”},{“file”:“/var/www/nextcloud/console.php”,“line”:99,“function”:“loadCommands”,“class”:“OC\Console\Application”,“type”:“->”},{“file”:“/var/www/nextcloud/occ”,“line”:11,“args”:[“/var/www/nextcloud/console.php”],“function”:“require_once”}],“File”:“/var/www/nextcloud/lib/private/Memcache/Redis.php”,“Line”:76,“message”:“Could not boot workflowengine: LOADING Redis is loading the dataset in memory”,“exception”:,“CustomMessage”:“Could not boot workflowengine: LOADING Redis is loading the dataset in memory”},“id”:“66ed89dcb7d57”}

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php $CONFIG = array ( 'passwordsalt' => 'xxxxxx', 'secret' => 'xxxxxx', 'trusted_domains' => array ( 0 => 'localhost', 7 => 'nextcloudpi', 5 => 'nextcloudpi.local', 8 => 'nextcloudpi.lan', 3 => 'nextcloudpi', 11 => 'xxxxxx', 1 => 'xxxxxx', 14 => 'nextcloudpi', 20 => 'local', 21 => 'xxxxxx', ), 'datadirectory' => '/var/www/nextcloud/data', 'dbtype' => 'mysql', 'version' => '28.0.5.1', 'overwrite.cli.url' => 'https://nextcloudpi/', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'ncadmin', 'dbpassword' => 'xxxxxx', 'installed' => true, 'instanceid' => 'ocqhf0oh40r2', 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '/var/run/redis/redis.sock', 'port' => 0, 'timeout' => 0.0, 'password' => '', ), 'tempdirectory' => '/var/www/nextcloud/data/tmp', 'mail_smtpmode' => 'sendmail', 'mail_smtpauthtype' => 'LOGIN', 'mail_from_address' => 'admin', 'mail_domain' => 'xxxxxx', 'preview_max_x' => NULL, 'preview_max_y' => NULL, 'jpeg_quality' => '60', 'overwriteprotocol' => 'https', 'trusted_proxies' => array ( 11 => '127.0.0.1', 12 => '::1', ), 'twofactor_enforced' => 'true', 'twofactor_enforced_groups' => array ( 0 => 'admin', ), 'twofactor_enforced_excluded_groups' => array ( 0 => 'Users', ), 'maintenance' => false, 'preview_max_memory' => 1024, 'preview_max_filesize_image' => 200, 'theme' => '', 'loglevel' => 2, 'mail_sendmailmode' => 'smtp', 'session_timeout' => 6000, ); ----- The output of your Apache/nginx/system log in `/var/log/____`: error.log: [Fri Sep 20 00:00:04.750667 2024] [ssl:warn] [pid 1533:tid 1533] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Fri Sep 20 00:00:04.751320 2024] [ssl:error] [pid 1533:tid 1533] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=fv-az504-71 / issuer: CN=fv-az504-71 / serial: 327BBA51C67A8AB40811E2BF0D7D9195CB7139EB / notbefore: Oct 3 22:08:25 2022 GMT / notafter: Sep 30 22:08:25 2032 GMT] [Fri Sep 20 00:00:04.751415 2024] [ssl:error] [pid 1533:tid 1533] AH02604: Unable to configure certificate localhost:4443:0 for stapling [Fri Sep 20 00:00:04.762821 2024] [mpm_event:notice] [pid 1533:tid 1533] AH00489: Apache/2.4.62 (Debian) OpenSSL/1.1.1w configured -- resuming normal operations [Fri Sep 20 00:00:04.762900 2024] [core:notice] [pid 1533:tid 1533] AH00094: Command line: '/usr/sbin/apache2' [Fri Sep 20 02:39:53.103002 2024] [authz_host:error] [pid 28979:tid 29017] [client 205.210.31.243:58686] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name [Fri Sep 20 02:39:53.103144 2024] [authz_core:error] [pid 28979:tid 29017] [client 205.210.31.243:58686] AH01630: client denied by server configuration: /var/www/ncp-web/ [Fri Sep 20 10:10:50.840727 2024] [mpm_event:notice] [pid 1533:tid 1533] AH00492: caught SIGWINCH, shutting down gracefully [Fri Sep 20 10:11:18.709276 2024] [ssl:warn] [pid 1563:tid 1563] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Fri Sep 20 10:11:18.713964 2024] [ssl:error] [pid 1563:tid 1563] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=fv-az504-71 / issuer: CN=fv-az504-71 / serial: 327BBA51C67A8AB40811E2BF0D7D9195CB7139EB / notbefore: Oct 3 22:08:25 2022 GMT / notafter: Sep 30 22:08:25 2032 GMT] [Fri Sep 20 10:11:18.714199 2024] [ssl:error] [pid 1563:tid 1563] AH02604: Unable to configure certificate localhost:4443:0 for stapling [Fri Sep 20 10:11:18.858780 2024] [ssl:warn] [pid 1600:tid 1600] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name [Fri Sep 20 10:11:18.859444 2024] [ssl:error] [pid 1600:tid 1600] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=fv-az504-71 / issuer: CN=fv-az504-71 / serial: 327BBA51C67A8AB40811E2BF0D7D9195CB7139EB / notbefore: Oct 3 22:08:25 2022 GMT / notafter: Sep 30 22:08:25 2032 GMT] [Fri Sep 20 10:11:18.859524 2024] [ssl:error] [pid 1600:tid 1600] AH02604: Unable to configure certificate localhost:4443:0 for stapling [Fri Sep 20 10:11:18.883448 2024] [mpm_event:notice] [pid 1600:tid 1600] AH00489: Apache/2.4.62 (Debian) OpenSSL/1.1.1w configured -- resuming normal operations [Fri Sep 20 10:11:18.883655 2024] [core:notice] [pid 1600:tid 1600] AH00094: Command line: '/usr/sbin/apache2' nc-error.log: [Fri Sep 20 10:12:27.448047 2024] [proxy:error] [pid 1603:tid 1658] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:7867 (127.0.0.1:7867) failed [Fri Sep 20 10:12:27.448699 2024] [proxy_http:error] [pid 1603:tid 1658] [client 127.0.0.1:51574] AH01114: HTTP: failed to make connection to backend: 127.0.0.1 [Fri Sep 20 10:12:38.675759 2024] [proxy:error] [pid 1603:tid 1669] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:7867 (127.0.0.1:7867) failed [Fri Sep 20 10:12:38.675997 2024] [proxy_http:error] [pid 1603:tid 1669] [client 127.0.0.1:37490] AH01114: HTTP: failed to make connection to backend: 127.0.0.1 [Fri Sep 20 10:12:49.863620 2024] [proxy:error] [pid 1602:tid 1671] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:7867 (127.0.0.1:7867) failed [Fri Sep 20 10:12:49.863857 2024] [proxy_http:error] [pid 1602:tid 1671] [client 127.0.0.1:42902] AH01114: HTTP: failed to make connection to backend: 127.0.0.1 [Fri Sep 20 10:13:01.018605 2024] [proxy:error] [pid 1602:tid 1675] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:7867 (127.0.0.1:7867) failed [Fri Sep 20 10:13:01.018855 2024] [proxy_http:error] [pid 1602:tid 1675] [client 127.0.0.1:43914] AH01114: HTTP: failed to make connection to backend: 127.0.0.1 [Fri Sep 20 10:13:09.052638 2024] [proxy_fcgi:error] [pid 1602:tid 1641] [remote 192.168.1.1:49430] AH01067: Failed to read FastCGI header [Fri Sep 20 10:13:09.052738 2024] [proxy_fcgi:error] [pid 1602:tid 1641] (104)Connection reset by peer: [remote 192.168.1.1:49430] AH01075: Error dispatching request to : [Fri Sep 20 10:13:12.316255 2024] [proxy:error] [pid 1602:tid 1706] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:7867 (127.0.0.1:7867) failed [Fri Sep 20 10:13:12.316487 2024] [proxy_http:error] [pid 1602:tid 1706] [client 127.0.0.1:56182] AH01114: HTTP: failed to make connection to backend: 127.0.0.1 [Fri Sep 20 10:13:37.266571 2024] [proxy_fcgi:error] [pid 1602:tid 1632] [remote 192.168.1.1:49430] AH01067: Failed to read FastCGI header [Fri Sep 20 10:13:37.266670 2024] [proxy_fcgi:error] [pid 1602:tid 1632] (104)Connection reset by peer: [remote 192.168.1.1:49430] AH01075: Error dispatching request to : [Fri Sep 20 10:14:04.353653 2024] [proxy_fcgi:error] [pid 1603:tid 1613] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:04.353723 2024] [proxy_fcgi:error] [pid 1603:tid 1613] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:14:04.429602 2024] [proxy_fcgi:error] [pid 1603:tid 1606] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:04.429697 2024] [proxy_fcgi:error] [pid 1603:tid 1606] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:14:05.851994 2024] [proxy_fcgi:error] [pid 1603:tid 1643] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:05.852097 2024] [proxy_fcgi:error] [pid 1603:tid 1643] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:14:05.852381 2024] [proxy_fcgi:error] [pid 1603:tid 1645] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:05.852419 2024] [proxy_fcgi:error] [pid 1603:tid 1645] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:14:10.607698 2024] [proxy_fcgi:error] [pid 1603:tid 1646] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:10.607780 2024] [proxy_fcgi:error] [pid 1603:tid 1646] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:14:11.685207 2024] [proxy_fcgi:error] [pid 1603:tid 1625] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:11.685311 2024] [proxy_fcgi:error] [pid 1603:tid 1625] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:14:11.691781 2024] [proxy_fcgi:error] [pid 1603:tid 1623] [remote 192.168.1.1:49481] AH01067: Failed to read FastCGI header [Fri Sep 20 10:14:11.691869 2024] [proxy_fcgi:error] [pid 1603:tid 1623] (104)Connection reset by peer: [remote 192.168.1.1:49481] AH01075: Error dispatching request to : [Fri Sep 20 10:19:11.137499 2024] [proxy_fcgi:error] [pid 1603:tid 1646] [remote 192.168.1.1:49697] AH01067: Failed to read FastCGI header [Fri Sep 20 10:19:11.137559 2024] [proxy_fcgi:error] [pid 1603:tid 1646] (104)Connection reset by peer: [remote 192.168.1.1:49697] AH01075: Error dispatching request to : [Fri Sep 20 10:19:13.086808 2024] [proxy_fcgi:error] [pid 1603:tid 1622] [remote 192.168.1.1:49697] AH01067: Failed to read FastCGI header [Fri Sep 20 10:19:13.086908 2024] [proxy_fcgi:error] [pid 1603:tid 1622] (104)Connection reset by peer: [remote 192.168.1.1:49697] AH01075: Error dispatching request to : [Fri Sep 20 10:19:26.868642 2024] [access_compat:error] [pid 1602:tid 1653] [remote 192.168.1.1:49710] AH01797: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Fri Sep 20 10:19:27.559677 2024] [proxy_fcgi:error] [pid 1602:tid 1632] [remote 192.168.1.1:49710] AH01067: Failed to read FastCGI header [Fri Sep 20 10:19:27.559789 2024] [proxy_fcgi:error] [pid 1602:tid 1632] (104)Connection reset by peer: [remote 192.168.1.1:49710] AH01075: Error dispatching request to : [Fri Sep 20 10:23:18.616684 2024] [proxy_fcgi:error] [pid 1603:tid 1646] [remote 192.168.1.1:49893] AH01067: Failed to read FastCGI header [Fri Sep 20 10:23:18.616913 2024] [proxy_fcgi:error] [pid 1603:tid 1646] (104)Connection reset by peer: [remote 192.168.1.1:49893] AH01075: Error dispatching request to : [Fri Sep 20 10:23:22.338739 2024] [proxy_fcgi:error] [pid 1603:tid 1605] [remote 192.168.1.1:49893] AH01067: Failed to read FastCGI header [Fri Sep 20 10:23:22.338826 2024] [proxy_fcgi:error] [pid 1603:tid 1605] (104)Connection reset by peer: [remote 192.168.1.1:49893] AH01075: Error dispatching request to : [Fri Sep 20 10:28:23.874486 2024] [proxy_fcgi:error] [pid 1602:tid 1615] [remote 192.168.1.1:50131] AH01067: Failed to read FastCGI header [Fri Sep 20 10:28:23.874619 2024] [proxy_fcgi:error] [pid 1602:tid 1615] (104)Connection reset by peer: [remote 192.168.1.1:50131] AH01075: Error dispatching request to : [Fri Sep 20 10:31:25.291948 2024] [proxy_fcgi:error] [pid 1602:tid 1609] [remote 192.168.1.1:50335] AH01067: Failed to read FastCGI header [Fri Sep 20 10:31:25.292052 2024] [proxy_fcgi:error] [pid 1602:tid 1609] (104)Connection reset by peer: [remote 192.168.1.1:50335] AH01075: Error dispatching request to : [Fri Sep 20 10:31:25.317930 2024] [proxy_fcgi:error] [pid 1602:tid 1632] [remote 192.168.1.1:50335] AH01067: Failed to read FastCGI header [Fri Sep 20 10:31:25.318076 2024] [proxy_fcgi:error] [pid 1602:tid 1632] (104)Connection reset by peer: [remote 192.168.1.1:50335] AH01075: Error dispatching request to : [Fri Sep 20 10:31:26.505828 2024] [proxy_fcgi:error] [pid 1602:tid 1636] [remote 192.168.1.1:50335] AH01067: Failed to read FastCGI header [Fri Sep 20 10:31:26.505956 2024] [proxy_fcgi:error] [pid 1602:tid 1636] (104)Connection reset by peer: [remote 192.168.1.1:50335] AH01075: Error dispatching request to : [Fri Sep 20 10:31:26.510569 2024] [proxy_fcgi:error] [pid 1602:tid 1640] [remote 192.168.1.1:50335] AH01067: Failed to read FastCGI header [Fri Sep 20 10:31:26.510657 2024] [proxy_fcgi:error] [pid 1602:tid 1640] (104)Connection reset by peer: [remote 192.168.1.1:50335] AH01075: Error dispatching request to : [Fri Sep 20 10:31:34.125248 2024] [access_compat:error] [pid 1602:tid 1639] [remote 192.168.1.1:50335] AH01797: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Fri Sep 20 10:31:34.680497 2024] [proxy_fcgi:error] [pid 1602:tid 1651] [remote 192.168.1.1:50335] AH01067: Failed to read FastCGI header [Fri Sep 20 10:31:34.680671 2024] [proxy_fcgi:error] [pid 1602:tid 1651] (104)Connection reset by peer: [remote 192.168.1.1:50335] AH01075: Error dispatching request to : [Fri Sep 20 10:31:46.886693 2024] [proxy_fcgi:error] [pid 1602:tid 1611] [remote 192.168.1.1:50335] AH01067: Failed to read FastCGI header [Fri Sep 20 10:31:46.886766 2024] [proxy_fcgi:error] [pid 1602:tid 1611] (104)Connection reset by peer: [remote 192.168.1.1:50335] AH01075: Error dispatching request to : [Fri Sep 20 10:42:22.215892 2024] [proxy_fcgi:error] [pid 1602:tid 1652] [remote 192.168.1.1:50833] AH01067: Failed to read FastCGI header [Fri Sep 20 10:42:22.215991 2024] [proxy_fcgi:error] [pid 1602:tid 1652] (104)Connection reset by peer: [remote 192.168.1.1:50833] AH01075: Error dispatching request to : [Fri Sep 20 10:42:22.300179 2024] [proxy_fcgi:error] [pid 1602:tid 1614] [remote 192.168.1.1:50833] AH01067: Failed to read FastCGI header [Fri Sep 20 10:42:22.300277 2024] [proxy_fcgi:error] [pid 1602:tid 1614] (104)Connection reset by peer: [remote 192.168.1.1:50833] AH01075: Error dispatching request to : [Fri Sep 20 10:42:23.399680 2024] [proxy_fcgi:error] [pid 1602:tid 1641] [remote 192.168.1.1:50833] AH01067: Failed to read FastCGI header [Fri Sep 20 10:42:23.399782 2024] [proxy_fcgi:error] [pid 1602:tid 1641] (104)Connection reset by peer: [remote 192.168.1.1:50833] AH01075: Error dispatching request to : [Fri Sep 20 10:42:23.411790 2024] [proxy_fcgi:error] [pid 1602:tid 1608] [remote 192.168.1.1:50833] AH01067: Failed to read FastCGI header [Fri Sep 20 10:42:23.411901 2024] [proxy_fcgi:error] [pid 1602:tid 1608] (104)Connection reset by peer: [remote 192.168.1.1:50833] AH01075: Error dispatching request to : [Fri Sep 20 10:42:31.994916 2024] [access_compat:error] [pid 1602:tid 1618] [remote 192.168.1.1:50833] AH01797: client denied by server configuration: /var/www/nextcloud/data/.ocdata [Fri Sep 20 10:42:32.454566 2024] [proxy_fcgi:error] [pid 1602:tid 1611] [remote 192.168.1.1:50833] AH01067: Failed to read FastCGI header [Fri Sep 20 10:42:32.454655 2024] [proxy_fcgi:error] [pid 1602:tid 1611] (104)Connection reset by peer: [remote 192.168.1.1:50833] AH01075: Error dispatching request to : [Fri Sep 20 10:42:36.907380 2024] [proxy_fcgi:error] [pid 1602:tid 1639] [remote 192.168.1.1:50833] AH01067: Failed to read FastCGI header [Fri Sep 20 10:42:36.907461 2024] [proxy_fcgi:error] [pid 1602:tid 1639] (104)Connection reset by peer: [remote 192.168.1.1:50833] AH01075: Error dispatching request to : [Fri Sep 20 10:47:37.198564 2024] [proxy_fcgi:error] [pid 1602:tid 1616] [remote 192.168.1.1:51114] AH01067: Failed to read FastCGI header [Fri Sep 20 10:47:37.198670 2024] [proxy_fcgi:error] [pid 1602:tid 1616] (104)Connection reset by peer: [remote 192.168.1.1:51114] AH01075: Error dispatching request to : nc-access.log (same timeframe as error): 192.168.1.1 - - [20/Sep/2024:10:10:06 -0400] "GET /ocs/v2.php/apps/user_status/api/v1/user_status?format=json HTTP/2.0" 200 698 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:10:06 -0400] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/2.0" 200 193 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:10:06 -0400] "PROPFIND /remote.php/dav/files/johnmcd/ HTTP/2.0" 207 543 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:10:26 -0400] "PROPFIND /remote.php/dav/files/johnmcd/ HTTP/2.0" 207 800 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:10:28 -0400] "GET /ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=activity HTTP/2.0" 401 633 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:10:36 -0400] "PROPFIND /remote.php/dav/files/johnmcd/ HTTP/2.0" 207 808 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 127.0.0.1 - - [20/Sep/2024:10:12:27 -0400] "GET /push/test/cookie HTTP/1.1" 503 4271 "-" "Nextcloud Server Crawler" 192.168.1.1 - - [20/Sep/2024:10:12:29 -0400] "GET /ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=activity HTTP/2.0" 401 632 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:30 -0400] "GET /index.php/204 HTTP/2.0" 204 487 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:30 -0400] "GET /index.php/204 HTTP/2.0" 204 487 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:31 -0400] "GET /status.php HTTP/2.0" 200 526 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:31 -0400] "PROPFIND /remote.php/dav/files/johnmcd/ HTTP/2.0" 207 515 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:31 -0400] "GET /ocs/v1.php/cloud/capabilities?format=json HTTP/2.0" 200 3031 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /ocs/v2.php/apps/files/api/v1/directEditing?format=json HTTP/2.0" 200 438 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /ocs/v1.php/cloud/user?format=json HTTP/2.0" 200 597 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /index.php/apps/groupfolders/folders?format=json&applicable=1 HTTP/2.0" 200 306 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /ocs/v2.php/apps/user_status/api/v1/user_status?format=json HTTP/2.0" 200 232 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /remote.php/dav/avatars/johnmcd/128.png HTTP/2.0" 200 15635 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/2.0" 200 193 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/2.0" 200 626 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "GET /ocs/v2.php/core/navigation/apps?absolute=true&format=json HTTP/2.0" 200 625 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:12:32 -0400] "PROPFIND /remote.php/dav/files/johnmcd/ HTTP/2.0" 207 2401 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 127.0.0.1 - - [20/Sep/2024:10:12:38 -0400] "GET /push/test/cookie HTTP/1.1" 503 4271 "-" "Nextcloud Server Crawler" 192.168.1.1 - - [20/Sep/2024:10:12:42 -0400] "GET /ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=activity HTTP/2.0" 401 631 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:43 -0400] "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0" 401 187 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:43 -0400] "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0" 401 165 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/files/ HTTP/2.0" 303 141 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/login?redirect_url=/index.php/apps/files/ HTTP/2.0" 200 8266 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/default.css?plain=1&v=b6589fc6 HTTP/2.0" 200 1254 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/light-highcontrast.css?plain=1&v=b6589fc6 HTTP/2.0" 200 1227 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/dark-highcontrast.css?plain=1&v=b6589fc6 HTTP/2.0" 200 1237 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/dark.css?plain=1&v=b6589fc6 HTTP/2.0" 200 1141 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/light.css?plain=1&v=b6589fc6 HTTP/2.0" 200 1155 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/light.css?plain=0&v=b6589fc6 HTTP/2.0" 200 1179 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/dark.css?plain=0&v=b6589fc6 HTTP/2.0" 200 1164 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/opendyslexic.css?plain=0&v=b6589fc6 HTTP/2.0" 200 402 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/dark-highcontrast.css?plain=0&v=b6589fc6 HTTP/2.0" 200 1257 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:46 -0400] "GET /index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=b6589fc6 HTTP/2.0" 200 1225 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:47 -0400] "GET /index.php/apps/theming/image/background?v=0 HTTP/2.0" 304 996 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:47 -0400] "GET /index.php/apps/theming/image/logo?v=0 HTTP/2.0" 304 645 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:47 -0400] "GET /index.php/apps/theming/manifest?v=a56f5ecc HTTP/2.0" 200 399 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:47 -0400] "GET /index.php/apps/theming/icon?v=0 HTTP/2.0" 200 2665 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:49 -0400] "GET /index.php/apps/files/preview-service-worker.js HTTP/2.0" 200 5977 "https://xxxxxx/index.php/apps/files/preview-service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 127.0.0.1 - - [20/Sep/2024:10:12:49 -0400] "GET /push/test/cookie HTTP/1.1" 503 4271 "-" "Nextcloud Server Crawler" 192.168.1.1 - - [20/Sep/2024:10:12:50 -0400] "POST /index.php/login HTTP/2.0" 303 213 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/login/challenge/totp?redirect_url=/index.php/apps/files/ HTTP/2.0" 200 11597 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/dark.css?plain=1&v=a56f5ecc HTTP/2.0" 200 1277 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/dark.css?plain=0&v=a56f5ecc HTTP/2.0" 200 1164 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/light.css?plain=1&v=a56f5ecc HTTP/2.0" 200 1155 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/default.css?plain=1&v=a56f5ecc HTTP/2.0" 200 1221 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/dark-highcontrast.css?plain=1&v=a56f5ecc HTTP/2.0" 200 1237 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/light-highcontrast.css?plain=1&v=a56f5ecc HTTP/2.0" 200 1202 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/dark-highcontrast.css?plain=0&v=a56f5ecc HTTP/2.0" 200 1301 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/light.css?plain=0&v=a56f5ecc HTTP/2.0" 200 1180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/js/core/merged-template-prepend.js?v=3df8ec3f-0 HTTP/2.0" 303 183 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=a56f5ecc HTTP/2.0" 200 1226 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:54 -0400] "GET /index.php/apps/theming/theme/opendyslexic.css?plain=0&v=a56f5ecc HTTP/2.0" 200 402 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:55 -0400] "GET /index.php/login/selectchallenge?redirect_url=/index.php/js/core/merged-template-prepend.js?v%3D3df8ec3f-0 HTTP/2.0" 200 11181 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:55 -0400] "GET /index.php/apps/theming/image/logo?v=0 HTTP/2.0" 303 143 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:55 -0400] "GET /index.php/apps/theming/image/background?v=0 HTTP/2.0" 303 124 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:55 -0400] "GET /index.php/login/selectchallenge?redirect_url=/index.php/apps/theming/image/logo?v%3D0 HTTP/2.0" 200 11424 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:55 -0400] "GET /index.php/login/selectchallenge?redirect_url=/index.php/apps/theming/image/background?v%3D0 HTTP/2.0" 200 11196 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:56 -0400] "GET /index.php/apps/theming/manifest?v=a56f5ecc HTTP/2.0" 303 289 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:56 -0400] "GET /index.php/login/selectchallenge?redirect_url=/index.php/apps/theming/manifest?v%3Da56f5ecc HTTP/2.0" 200 11224 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:12:57 -0400] "GET /index.php/apps/files/preview-service-worker.js HTTP/2.0" 303 146 "https://xxxxxx/index.php/apps/files/preview-service-worker.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 127.0.0.1 - - [20/Sep/2024:10:13:01 -0400] "GET /push/test/cookie HTTP/1.1" 503 4271 "-" "Nextcloud Server Crawler" 192.168.1.1 - - [20/Sep/2024:10:13:06 -0400] "POST /index.php/login/challenge/totp?redirect_url=/index.php/apps/files/ HTTP/2.0" 303 835 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:13:06 -0400] "GET /ocs/v2.php/apps/user_status/api/v1/user_status?format=json HTTP/2.0" 200 698 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:13:06 -0400] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/2.0" 200 193 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:13:06 -0400] "GET /index.php/apps/files/ HTTP/2.0" 200 15426 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" 192.168.1.1 - - [20/Sep/2024:10:13:06 -0400] "PROPFIND /remote.php/dav/files/johnmcd/ HTTP/2.0" 207 543 "-" "Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)" 192.168.1.1 - - [20/Sep/2024:10:13:06 -0400] "GET /index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=a56f5ecc HTTP/2.0" 200 1325 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary. {"reqId":"u9BnueQchlT3YlAbMQHF","level":4,"time":"2024-09-20T14:12:18+00:00","remoteAddr":"","user":"--","app":"bruteforcesettings","method":"","url":"--","message":"Error during app loading: read error on connection to /var/run/redis/redis.sock:0","userAgent":"--","version":"28.0.5.1","exception":{"Exception":"RedisException","Message":"read error on connection to /var/run/redis/redis.sock:0","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":76,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/autoloader.php","line":154,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"function":"load","class":"OC\\Autoloader","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":217,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":397,"function":"isBootable","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":114,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":76,"message":"Error during app loading: read error on connection to /var/run/redis/redis.sock:0","exception":{},"CustomMessage":"Error during app loading: read error on connection to /var/run/redis/redis.sock:0"}} {"reqId":"u9BnueQchlT3YlAbMQHF","level":4,"time":"2024-09-20T14:12:18+00:00","remoteAddr":"","user":"--","app":"dashboard","method":"","url":"--","message":"Error during app loading: Redis server /var/run/redis/redis.sock:0 went away","userAgent":"--","version":"28.0.5.1","exception":{"Exception":"RedisException","Message":"Redis server /var/run/redis/redis.sock:0 went away","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":76,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/autoloader.php","line":154,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"function":"load","class":"OC\\Autoloader","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":217,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":397,"function":"isBootable","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":114,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":76,"message":"Error during app loading: Redis server /var/run/redis/redis.sock:0 went away","exception":{},"CustomMessage":"Error during app loading: Redis server /var/run/redis/redis.sock:0 went away"}} {"reqId":"u9BnueQchlT3YlAbMQHF","level":4,"time":"2024-09-20T14:12:18+00:00","remoteAddr":"","user":"--","app":"oauth2","method":"","url":"--","message":"Error during app loading: LOADING Redis is loading the dataset in memory","userAgent":"--","version":"28.0.5.1","exception":{"Exception":"RedisException","Message":"LOADING Redis is loading the dataset in memory","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":76,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/autoloader.php","line":154,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"function":"load","class":"OC\\Autoloader","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":217,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":397,"function":"isBootable","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":114,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":76,"message":"Error during app loading: LOADING Redis is loading the dataset in memory","exception":{},"CustomMessage":"Error during app loading: LOADING Redis is loading the dataset in memory"}} {"reqId":"u9BnueQchlT3YlAbMQHF","level":4,"time":"2024-09-20T14:12:18+00:00","remoteAddr":"","user":"--","app":"privacy","method":"","url":"--","message":"Error during app loading: LOADING Redis is loading the dataset in memory","userAgent":"--","version":"28.0.5.1","exception":{"Exception":"RedisException","Message":"LOADING Redis is loading the dataset in memory","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":76,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/autoloader.php","line":154,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"function":"load","class":"OC\\Autoloader","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":217,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":397,"function":"isBootable","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":114,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":76,"message":"Error during app loading: LOADING Redis is loading the dataset in memory","exception":{},"CustomMessage":"Error during app loading: LOADING Redis is loading the dataset in memory"}} {"reqId":"u9BnueQchlT3YlAbMQHF","level":4,"time":"2024-09-20T14:12:18+00:00","remoteAddr":"","user":"--","app":"serverinfo","method":"","url":"--","message":"Error during app loading: LOADING Redis is loading the dataset in memory","userAgent":"--","version":"28.0.5.1","exception":{"Exception":"RedisException","Message":"LOADING Redis is loading the dataset in memory","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":76,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/lib/autoloader.php","line":154,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"function":"load","class":"OC\\Autoloader","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":217,"function":"class_exists"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":397,"function":"isBootable","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":114,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":76,"message":"Error during app loading: LOADING Redis is loading the dataset in memory","exception":{},"CustomMessage":"Error during app loading: LOADING Redis is loading the dataset in memory"}} {"reqId":"u9BnueQchlT3YlAbMQHF","level":4,"time":"2024-09-20T14:12:18+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"Could not boot workflowengine: LOADING Redis is loading the dataset in memory","userAgent":"--","version":"28.0.5.1","exception":{"Exception":"RedisException","Message":"LOADING Redis is loading the dataset in memory","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Memcache/Redis.php","line":76,"function":"get","class":"Redis","type":"->"},{"file":"/var/www/nextcloud/apps/workflowengine/lib/Manager.php","line":113,"function":"get","class":"OC\\Memcache\\Redis","type":"->"},{"file":"/var/www/nextcloud/apps/workflowengine/lib/AppInfo/Application.php","line":71,"function":"getAllConfiguredEvents","class":"OCA\\WorkflowEngine\\Manager","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/FunctionInjector.php","line":66,"function":"registerRuleListeners","class":"OCA\\WorkflowEngine\\AppInfo\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/BootContext.php","line":50,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\FunctionInjector","type":"->"},{"file":"/var/www/nextcloud/apps/workflowengine/lib/AppInfo/Application.php","line":63,"function":"injectFn","class":"OC\\AppFramework\\Bootstrap\\BootContext","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Bootstrap/Coordinator.php","line":200,"function":"boot","class":"OCA\\WorkflowEngine\\AppInfo\\Application","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":434,"function":"bootApp","class":"OC\\AppFramework\\Bootstrap\\Coordinator","type":"->"},{"file":"/var/www/nextcloud/lib/private/App/AppManager.php","line":213,"function":"loadApp","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_App.php","line":125,"function":"loadApps","class":"OC\\App\\AppManager","type":"->"},{"file":"/var/www/nextcloud/lib/private/Console/Application.php","line":114,"function":"loadApps","class":"OC_App","type":"::"},{"file":"/var/www/nextcloud/console.php","line":99,"function":"loadCommands","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/nextcloud/occ","line":11,"args":["/var/www/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Memcache/Redis.php","Line":76,"message":"Could not boot workflowengine: LOADING Redis is loading the dataset in memory","exception":{},"CustomMessage":"Could not boot workflowengine: LOADING Redis is loading the dataset in memory"}}

Try running

sudo ncp-report

from a terminal and
post output as text file here or via pastebin.
As you are not providing enough information do allow others to assist.

Here’s ncp-report:

<–! Paste this in GitHub report →

NextcloudPi diagnostics

NextcloudPi version  v1.55.1
NextcloudPi image    NextCloudPi_RaspberryPi_v1.50.3.img
OS                   Debian GNU/Linux 11. 6.1.21-v8+ (aarch64)
automount            no
USB devices          sda sdb 
datadir              /var/www/nextcloud/data
data in SD           yes
data filesystem      ext2/ext3
data disk usage      59G/229G
rootfs usage         59G/229G
swapfile             /var/swap
dbdir                /var/lib/mysql
Nextcloud check      ok
Nextcloud version    28.0.5.1
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
HPB service          down
Postfix service      up
Internet check       ok
Public IPv4          ***REMOVED SENSITIVE VALUE***
Public IPv6          ***REMOVED SENSITIVE VALUE***
Port 80              open
Port 443             open
IP                   ***REMOVED SENSITIVE VALUE***
Gateway              ***REMOVED SENSITIVE VALUE***
Interface            eth0
Certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
Uptime               19:59

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "7": "nextcloudpi",
            "5": "nextcloudpi.local",
            "8": "nextcloudpi.lan",
            "3": "nextcloudpi",
            "11": "96.237.143.161",
            "1": "192.168.1.58",
            "14": "nextcloudpi",
            "20": "local",
            "21": "johnmarcia.ddns.net"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "28.0.5.1",
        "overwrite.cli.url": "https:\/\/nextcloudpi\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "jpeg_quality": "60",
        "overwriteprotocol": "https",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "twofactor_enforced": "false",
        "twofactor_enforced_groups": [
            "admin"
        ],
        "twofactor_enforced_excluded_groups": [
            "Users"
        ],
        "maintenance": false,
        "preview_max_memory": 1024,
        "preview_max_filesize_image": 200,
        "theme": "",
        "loglevel": 2,
        "mail_sendmailmode": "smtp",
        "session_timeout": 6000
    }
}

HTTPd logs

[Sat Sep 21 00:00:03.055486 2024] [ssl:warn] [pid 1600:tid 1600] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Sat Sep 21 00:00:03.057044 2024] [ssl:error] [pid 1600:tid 1600] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=fv-az504-71 / issuer: CN=fv-az504-71 / serial: 327BBA51C67A8AB40811E2BF0D7D9195CB7139EB / notbefore: Oct  3 22:08:25 2022 GMT / notafter: Sep 30 22:08:25 2032 GMT]
[Sat Sep 21 00:00:03.057208 2024] [ssl:error] [pid 1600:tid 1600] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Sat Sep 21 00:00:03.067918 2024] [mpm_event:notice] [pid 1600:tid 1600] AH00489: Apache/2.4.62 (Debian) OpenSSL/1.1.1w configured -- resuming normal operations
[Sat Sep 21 00:00:03.068035 2024] [core:notice] [pid 1600:tid 1600] AH00094: Command line: '/usr/sbin/apache2'
[Sat Sep 21 03:10:35.679694 2024] [authz_core:error] [pid 31715:tid 31815] [client 172.104.4.17:53048] AH01630: client denied by server configuration: /var/www/ncp-web/server-status
[Sat Sep 21 04:02:42.966388 2024] [authz_host:error] [pid 31714:tid 31793] [client 167.94.146.49:58892] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 04:02:42.966508 2024] [authz_core:error] [pid 31714:tid 31793] [client 167.94.146.49:58892] AH01630: client denied by server configuration: /var/www/ncp-web/
[Sat Sep 21 04:02:51.941105 2024] [authz_host:error] [pid 31714:tid 31818] [client 167.94.146.49:39406] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 04:02:51.941238 2024] [authz_core:error] [pid 31714:tid 31818] [client 167.94.146.49:39406] AH01630: client denied by server configuration: /var/www/ncp-web/
[Sat Sep 21 04:24:08.890485 2024] [authz_host:error] [pid 31714:tid 31799] [client 206.168.34.222:37070] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 04:24:08.898000 2024] [authz_core:error] [pid 31714:tid 31799] [client 206.168.34.222:37070] AH01630: client denied by server configuration: /var/www/ncp-web/
[Sat Sep 21 04:35:18.788961 2024] [authz_host:error] [pid 31714:tid 31796] [client 162.142.125.206:34610] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 04:35:18.789372 2024] [authz_core:error] [pid 31714:tid 31796] [client 162.142.125.206:34610] AH01630: client denied by server configuration: /var/www/ncp-web/
[Sat Sep 21 04:35:27.380498 2024] [authz_host:error] [pid 31715:tid 31788] [client 162.142.125.206:33802] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 04:35:27.380620 2024] [authz_core:error] [pid 31715:tid 31788] [client 162.142.125.206:33802] AH01630: client denied by server configuration: /var/www/ncp-web/
[Sat Sep 21 05:59:08.086638 2024] [authz_host:error] [pid 31714:tid 31812] [client 162.142.125.205:57320] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 05:59:08.086746 2024] [authz_core:error] [pid 31714:tid 31812] [client 162.142.125.205:57320] AH01630: client denied by server configuration: /var/www/ncp-web/
[Sat Sep 21 05:59:16.473708 2024] [authz_host:error] [pid 31714:tid 31785] [client 162.142.125.205:45808] AH01753: access check of 'localhost' to / failed, reason: unable to get the remote host name
[Sat Sep 21 05:59:16.473798 2024] [authz_core:error] [pid 31714:tid 31785] [client 162.142.125.205:45808] AH01630: client denied by server configuration: /var/www/ncp-web/

Database logs

tail: cannot open '/var/log/mysql/*.log' for reading: No such file or directory

Nextcloud logs

{"reqId":"Zu3sfYY5AQjHSqKZ3pksnAAAAxc","level":3,"time":"2024-09-20T22:01:19+00:00","remoteAddr":"192.168.1.1","user":"--","app":"index","method":"GET","url":"/index.php/204","message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","userAgent":"Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.5.1","exception":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":328,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":71,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\ConnectionLost","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1938,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1880,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1208,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":104,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":132,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1202,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":28,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":"HY000","Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":130,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1202,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":130}}},"message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","exception":{},"CustomMessage":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"}}
{"reqId":"Zu3oUq7X8miWF4bS54tz8AAAUxI","level":3,"time":"2024-09-20T22:01:19+00:00","remoteAddr":"192.168.1.1","user":"--","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/johnmcd/","message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","userAgent":"Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.5.1","exception":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":328,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":113,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php","line":103,"function":"validateUserPass","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":231,"function":"check","class":"Sabre\\DAV\\Auth\\Backend\\AbstractBasic","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":138,"function":"auth","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":180,"function":"check","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":135,"function":"check","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":71,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\ConnectionLost","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1938,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1880,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1208,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":113,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php","line":103,"function":"validateUserPass","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":231,"function":"check","class":"Sabre\\DAV\\Auth\\Backend\\AbstractBasic","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":138,"function":"auth","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":180,"function":"check","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":135,"function":"check","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":104,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":132,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1202,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":113,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php","line":103,"function":"validateUserPass","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":231,"function":"check","class":"Sabre\\DAV\\Auth\\Backend\\AbstractBasic","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":138,"function":"auth","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":180,"function":"check","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":135,"function":"check","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":28,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":"HY000","Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":130,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1202,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":113,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php","line":103,"function":"validateUserPass","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":231,"function":"check","class":"Sabre\\DAV\\Auth\\Backend\\AbstractBasic","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","line":138,"function":"auth","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":180,"function":"check","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":135,"function":"check","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":130}}},"message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","exception":{},"CustomMessage":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"}}
{"reqId":"Zu3oUq7X8miWF4bS54tz8AAAUxI","level":3,"time":"2024-09-20T22:01:19+00:00","remoteAddr":"192.168.1.1","user":"--","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/files/johnmcd/","message":"OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","userAgent":"Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.5.1","exception":{"Exception":"Sabre\\DAV\\Exception\\ServiceUnavailable","Message":"OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":0,"Trace":[{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":180,"function":"check","class":"OCA\\DAV\\Connector\\Sabre\\Auth","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Auth/Plugin.php","line":135,"function":"check","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeMethod","class":"Sabre\\DAV\\Auth\\Plugin","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":456,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nextcloud/remote.php","line":172,"args":["/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Auth.php","Line":145,"message":"OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","exception":{},"CustomMessage":"OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"}}
{"reqId":"Zu3sY_ca8JhscFCfPbe__QAAmAA","level":3,"time":"2024-09-20T22:01:19+00:00","remoteAddr":"192.168.1.1","user":"johnmcd","app":"PHP","method":"GET","url":"/ocs/v2.php/apps/dashboard/api/v2/widget-items?widgets%5B%5D=activity","message":"OC\\DB\\Exceptions\\DbalException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away at /var/www/nextcloud/lib/private/DB/Exceptions/DbalException.php#71","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","version":"28.0.5.1","data":{"app":"PHP"}}
{"reqId":"Zu3rUoY5AQjHSqKZ3pksmgAAFBM","level":3,"time":"2024-09-20T22:01:19+00:00","remoteAddr":"192.168.1.1","user":"--","app":"index","method":"GET","url":"/index.php/204","message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","userAgent":"Mozilla/5.0 (Windows) mirall/3.14.0stable-Win64 (build 20240914) (Nextcloud, windows-10.0.19045 ClientArchitecture: x86_64 OsArchitecture: x86_64)","version":"28.0.5.1","exception":{"Exception":"OC\\DB\\Exceptions\\DbalException","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":328,"function":"wrap","class":"OC\\DB\\Exceptions\\DbalException","type":"::"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/lib/private/DB/Exceptions/DbalException.php","Line":71,"Previous":{"Exception":"Doctrine\\DBAL\\Exception\\ConnectionLost","Message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1938,"function":"convert","class":"Doctrine\\DBAL\\Driver\\API\\MySQL\\ExceptionConverter","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1880,"function":"handleDriverException","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1208,"function":"convertExceptionDuringQuery","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php","Line":104,"Previous":{"Exception":"Doctrine\\DBAL\\Driver\\PDO\\Exception","Message":"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":2006,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":132,"function":"new","class":"Doctrine\\DBAL\\Driver\\PDO\\Exception","type":"::"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1202,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Exception.php","Line":28,"Previous":{"Exception":"PDOException","Message":"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","Code":"HY000","Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","line":130,"function":"execute","class":"PDOStatement","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Connection.php","line":1202,"function":"execute","class":"Doctrine\\DBAL\\Driver\\PDO\\Statement","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/Connection.php","line":294,"function":"executeStatement","class":"Doctrine\\DBAL\\Connection","type":"->"},{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":386,"function":"executeStatement","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":326,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/public/AppFramework/Db/QBMapper.php","line":219,"function":"executeStatement","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/PublicKeyTokenProvider.php","line":311,"function":"update","class":"OCP\\AppFramework\\Db\\QBMapper","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/Authentication/Token/Manager.php","line":103,"function":"updateToken","class":"OC\\Authentication\\Token\\PublicKeyTokenProvider","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":779,"function":"updateToken","class":"OC\\Authentication\\Token\\Manager","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":808,"function":"checkTokenCredentials","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":353,"function":"validateToken","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":453,"function":"login","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/User/Session.php","line":592,"function":"logClientIn","class":"OC\\User\\Session","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/base.php","line":1154,"function":"tryBasicAuthLogin","class":"OC\\User\\Session","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1058,"function":"handleLogin","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":39,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/src/Driver/PDO/Statement.php","Line":130}}},"message":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away","exception":{},"CustomMessage":"An exception occurred while executing a query: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"}}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.