Autoamtischer Upload - Zu viele Fehler "Control Center" prüfen

Hallo Zusammen,
ich nutze Nextcloud via unRaid in einem Docker-Container und habe als Datenbank eine MariaDB (auch als Docker-Container) laufen.
Der Upload von Dokumenten und das organisieren von Dateien innerhalb der WebGui und der App auf dem Smartphone funktioniert ohne Probleme.
Jedoch würde ich auch gerne meine Photos in die Cloud synchronisieren und hierbei habe ich ein Problem.
Die Smartphone App hat am Anfang Daten hochgeladen, jedoch hat Sie nun gestoppt und bringt mir die Meldung "Es sind zu viele Fehler aufgetreten. Zur Bestimmung des Problems bitte in das “Control-Center” wechseln.
Nun ist meine Frage: Wo ist das Control Center? :slight_smile:

Folgende Einträge habe ich in der Protokollierung in der WebGui gesehen, kann jedoch nichts damit anfangen:

Error index OCP\Files\GenericFileException: file_put_contents failed
2019-01-08T07:22:24+0100
Error PHP file_put_contents(/data/appdata_ocbfbaswbwe5/preview/9254/757-1600-max.jpg): failed to open stream: No such file or directory at /config/www/nextcloud/lib/private/Files/Storage/Local.php#220
2019-01-08T07:22:24+0100
Error no app in context OCP\Lock\LockedException: “files/8fe168f0dc32dbdf7f3b8b257048b561” is locked
2019-01-07T10:10:10+0100
Error no app in context OCP\Lock\LockedException: “files/9b1d2aa611e0f09cc946f2645aff7f9f” is locked

2019-01-04T10:45:57+0100
Fatal webdav OCP\Files\NotFoundException:

2019-01-04T10:39:37+0100
Error core Sabre\VObject\Recur\NoInstancesException: This recurrence rule does not generate any valid instances

2019-01-04T09:40:50+0100
Error gallery Exception: Preview generation has failed

2019-01-04T09:18:39+0100
Error gallery OCP\Files\NotFoundException:

2019-01-04T09:18:39+0100
Error PHP rmdir(/data/Marc/uploads/web-file-upload-f281a1f0ad982e33c1706e0ef15bdc9d-1546505481575): No such file or directory at /config/www/nextcloud/lib/private/Files/Storage/Local.php#118

2019-01-04T08:41:36+0100
Fatal webdav Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ‘UPDATE oc_file_locks SET lock = lock + 1, ttl = ? WHERE key = ? AND lock >= 0’ with params [1546547087, “files/4b41cf59c2a8bbc8b6065c5ff285b674”]: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction

2019-01-03T20:24:49+0100
Fatal webdav Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ‘INSERT INTO oc_file_locks (key, lock, ttl) VALUES(?, ?, ?)’ with params [“files/26db9fc26e5b256d45d929939051e566”, 1, 1546546854]: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

2019-01-03T20:24:43+0100
Error no app in context Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ‘UPDATE oc_filecache SET mtime = GREATEST(mtime, ?), etag = ? WHERE (storage = ?) AND (path_hash IN (‘d41d8cd98f00b204e9800998ecf8427e’, ‘9692aae50022f45f1098646939b287b1’, ‘745595fc1c6eb42d923e37526197a3db’, ‘abffa469dbcd1cd346fdc2166057c4a0’))’ with params [1546543164, “5c2e603f24346”, 2]: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

2019-01-03T20:20:18+0100
Fatal webdav Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'UPDATE oc_filecache SET mtime = ?, storage_mtime=? WHERE (mtime <> ? OR storage_mtime <> ? OR mtime IS NULL OR storage_mtime IS NULL) AND fileid = ? ’ with params [1546542931, 1546542931, 1546542931, 1546542931, 3142]: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

2019-01-03T20:16:56+0100
Fatal webdav Sabre\DAV\Exception\BadRequest: expected filesize 8858098 got 4751299

2019-01-03T10:40:30+0100
Error no app in context Sabre\DAV\Exception\BadRequest: expected filesize 8858098 got 4751299

2019-01-03T10:40:30+0100
Error no app in context OCP\Lock\LockedException: “files/538db82564d780db807e72819234bfb1” is locked

2019-01-03T10:40:30+0100
Fatal webdav Doctrine\DBAL\Exception\DriverException: An exception occurred while executing ‘UPDATE oc_file_locks SET lock = lock + 1, ttl = ? WHERE key = ? AND lock >= 0’ with params [1546509159, “files/4dd93095a810990743be6e6c445f19d3”]: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction

Ich hoffe hier kann mir jemand helfen!