-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iPhone Camera roll upload -> Lot's of errors and finally stops #9266
Comments
Here are some lines from the end of the log... Have to use double size... Nextcloud log (data/nextcloud.log)Nextcloud log
|
In more recent versions (13.0.4 and 12.0.9) we reduced drastically the amount of lock statements which should avoid most of the problems in here. Thus I will close it. If there is still stuff that breaks have a look at #9305 and it's linked issues. Another workaround: use Redis as locking backend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behaviour
No errors, upload should go smoothly
Actual behaviour
I got lot's of errors
Server configuration
Operating system:
Virtualization: openvz
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 2.6.32-042stab126.2
Architecture: x86-64
Web server:
nginx/1.13.10
Database:
10.1.32-MariaDB
PHP version:
PHP 7.2.4
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.4, Copyright (c) 1999-2018, by Zend Technologies
Nextcloud version: (see Nextcloud admin page)
Nextcloud 13.0.1
Updated from an older Nextcloud/ownCloud or fresh install:
Freshly installed 13.0.0 which is updated to 13.0.1
Where did you install Nextcloud from:
nextcloud.com
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using encryption: no
### LogsWeb server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
After first errors I did some searching and found out that one mysqld setting may be good to change.
So I did change transaction-isolation READ-COMMITTED to my.cnf at 21:12. Didn't help may be got even worse. First there were Fatal Webdav Doctrine\DBAL\Exception\DriverException and after read-commited it changed to Error No app in cont... Doctrine\DBAL\Exception\DriverException. Of course later came more Fatal Webdav...
Similar problems have reported earlier, but didn't find solution.
If you need more info, just ask. I'll try to help as much as possible.
edit, added lines below
List of error types:
Fatal Webdav Doctrine\DBAL\Exception\DriverException
Error No app in cont... Doctrine\DBAL\Exception\DriverException
Error PHP No such file or directory (preview)
Fatal webdav OCA\DAV\Connector\Sabre\Exception\FileLocked
Fatal webdav Sabre\DAV\Exception\BadRequest: expected filesize
Error PHP Error while sending QUERY packet. PID=
Fatal cron An exception occurred while executing 'SELECT * FROM
oc_jobs
WHEREreserved_at
<= ? ORDER BYlast_checked
ASC LIMIT 1' with params [1524328778]: SQLSTATE[HY000]: General error: 2006 MySQL server has gone awayError | PHP | PDO::__construct(): send of 117 bytes failed with errno=32 Broken pipe at
edit 2
It's now easier to read + more lines to log.
The text was updated successfully, but these errors were encountered: