-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapbug
Description
Nextcloud Version 16.
when you click on sharing option it keeps cycling with below issue in logs :
[files] Error: Doctrine\DBAL\Exception\SyntaxErrorException: An exception occurred while executing 'INSERT INTO "oc_file_locks" ("key", "lock", "ttl") VALUES(?, ?, ?) ON CONFLICT DO NOTHING' with params ["files/e3d2428aae43133e6bb09452baedc26b", -1, 1557312380]:
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "ON"
LINE 1: ..._locks" ("key", "lock", "ttl") VALUES($1, $2, $3) ON CONFLIC...
^ at <>
- /data/www/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 184
Doctrine\DBAL\Driver\AbstractPostgreSQLDriver->convertException("An exception oc ... ^", Doctrine\DBAL\Dr ... ]}) - /data/www/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 158
Doctrine\DBAL\DBALException::wrapException(Doctrine\DBAL\Driver\PDOPgSql\Driver {}, Doctrine\DBAL\Dr ... ]}, "An exception oc ... ^") - /data/www/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 1088
Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Doctrine\DBAL\Driver\PDOPgSql\Driver {}, Doctrine\DBAL\Dr ... ]}, "INSERT INTO "o ... G", {1: "files/e3d24 ... 0}) - /data/www/lib/private/DB/Connection.php line 216
Doctrine\DBAL\Connection->executeUpdate("INSERT INTO "o ... G", ["files/e3d2428a ... 0], [2,2,2]) - /data/www/lib/private/DB/AdapterPgSql.php line 49
OC\DB\Connection->executeUpdate("INSERT INTO "o ... G", {dcValue1: "file ... 0}, {dcValue1: 2,dcValue2: 2,dcValue3: 2}) - /data/www/lib/private/DB/Connection.php line 261
OC\DB\AdapterPgSql->insertIgnoreConflict("file_locks", {key: "files/e3d ... 0}) - /data/www/lib/private/Lock/DBLockingProvider.php line 139
OC\DB\Connection->insertIgnoreConflict("file_locks", {key: "files/e3d ... 0}) - /data/www/lib/private/Lock/DBLockingProvider.php line 200
OC\Lock\DBLockingProvider->initLockField("files/e3d2428aae43133e6bb09452baedc26b", -1) - /data/www/lib/private/Files/Storage/Common.php line 715
OC\Lock\DBLockingProvider->acquireLock("files/e3d2428aae43133e6bb09452baedc26b", 2) - /data/www/lib/private/Files/Storage/Wrapper/Wrapper.php line 593
OC\Files\Storage\Common->acquireLock("scanner::appdat ... e", 2, OC\Lock\DBLockingProvider {}) - /data/www/lib/private/Files/Cache/Scanner.php line 331
OC\Files\Storage\Wrapper\Wrapper->acquireLock("scanner::appdat ... e", 2, OC\Lock\DBLockingProvider {}) - /data/www/lib/private/Files/Cache/Scanner.php line 521
OC\Files\Cache\Scanner->scan("appdata_ocmw6abd062r/dav-photocache", 2, 3) - /data/www/lib/private/Files/Cache/Scanner.php line 532
OC\Files\Cache\Scanner->OC\Files\Cache{closure}("*** sensitive parameters replaced ***") - /data/www/lib/private/Files/Cache/Scanner.php line 522
OC\Files\Cache\Scanner->runBackgroundScanJob(Closure {}, "appdata_ocmw6abd062r/dav-photocache") - /data/www/lib/private/Files/Utils/Scanner.php line 173
OC\Files\Cache\Scanner->backgroundScan() - /data/www/apps/files/lib/BackgroundJob/ScanFiles.php line 88
OC\Files\Utils\Scanner->backgroundScan("") - /data/www/apps/files/lib/BackgroundJob/ScanFiles.php line 112
OCA\Files\BackgroundJob\ScanFiles->runScanner(OC\User\User {}) - /data/www/lib/private/BackgroundJob/Job.php line 61
OCA\Files\BackgroundJob\ScanFiles->run(null) - /data/www/lib/private/BackgroundJob/TimedJob.php line 55
OC\BackgroundJob\Job->execute(OC\BackgroundJob\JobList {}, OC\Log {}) - /data/www/cron.php line 146
OC\BackgroundJob\TimedJob->execute(OC\BackgroundJob\JobList {}, OC\Log {})
GET /cron.php
from 10.1.11.176 at 2019-05-08T09:46:20+00:00
dokterbob
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapbug