Skip to content
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

E2EE started/cancelled, then folder deleted --> Cannot recover, OCP\Lock\LockedException error #30500

Closed
PhilDirty opened this issue Feb 16, 2018 · 4 comments

Comments

@PhilDirty
Copy link

PhilDirty commented Feb 16, 2018

Steps to reproduce

The scenario could have been simpler but I describe the one I experienced...
0. Existing OC server with no encryption, 1 Win client, 1 iOS client, 1 admin user.

  1. Start EE2E from OC iOS client on the "Photos" folder (root level)
  2. Auto upload new pic from iOS client --> added into the "Photos" folder on server (checked on Web UI)
  3. Cancel EE2E on iOS client --> Confirm decrypt files locally --> Confirmation message
  4. Delete Photos folder from PC --> Windows client sync --> Photos folder deleted on OC server
  5. On the OC server web UI, recover folder from the trashbin

Expected behaviour

  1. The "Restore" feature works, the folder disappears from the trashbin and is back into the root folder (folder view)
  2. No error in the OC server logs

Actual behaviour

  1. The "Restore" feature does not seem to work --worked for other deleted folders--, but no error message. the "Photos" folder keeps appearing in trashbin
  2. Errors in the OC server logs such as:
    OCP\Lock\LockedException: "Photos" is locked
    or
    OCA\DAV\Connector\Sabre\Exception\FileLocked: "Photos" is locked
  3. Trying to create the "Photos" folder again by creating a nex directory with this name from OC server or from the Windows client --> Does not work either (same errors in log file)

Server configuration

Operating system:
Linux hosted

Web server:
Apache (Unknown version)

Database:
MySQL 5.5.59

PHP version:
7.1.13

ownCloud version: (see ownCloud admin page)
13.0.0.14

Updated from an older ownCloud or fresh install:
Updated from 12.0.4.3 (no encryption)

Where did you install ownCloud from:
D/L from Official website

Signing status (ownCloud 9.0 and above):
No errors have been found.

The content of config/config.php:
{
"items": [
[
"server",
"version",
"13.0.0.14"
],
[
"server",
"code",
"other"
],
[
"server",
"enable_avatars",
"yes"
],
[
"server",
"enable_previews",
"yes"
],
[
"server",
"memcache.local",
"none"
],
[
"server",
"memcache.distributed",
"none"
],
[
"server",
"asset-pipeline.enabled",
"no"
],
[
"server",
"filelocking.enabled",
"yes"
],
[
"server",
"memcache.locking",
"none"
],
[
"server",
"debug",
"no"
],
[
"server",
"cron",
"ajax"
],
[
"php",
"version",
"7.2.1"
],
[
"php",
"memory_limit",
536870912
],
[
"php",
"max_execution_time",
3600
],
[
"php",
"upload_max_filesize",
535822336
],
[
"database",
"type",
"mysql"
],
[
"database",
"version",
"5.5.59"
],
[
"database",
"size",
16334848
],
[
"apps",
"activity",
"2.6.1"
],
[
"apps",
"admin_audit",
"1.3.0"
],
[
"apps",
"bruteforcesettings",
"1.0.3"
],
[
"apps",
"comments",
"1.3.0"
],
[
"apps",
"dav",
"1.4.6"
],
[
"apps",
"end_to_end_encryption",
"1.0.2"
],
[
"apps",
"federatedfilesharing",
"1.3.1"
],
[
"apps",
"federation",
"disabled"
],
[
"apps",
"files",
"1.8.0"
],
[
"apps",
"files_automatedtagging",
"disabled"
],
[
"apps",
"files_pdfviewer",
"1.2.0"
],
[
"apps",
"files_sharing",
"1.5.0"
],
[
"apps",
"files_texteditor",
"2.5.1"
],
[
"apps",
"files_trashbin",
"1.3.0"
],
[
"apps",
"files_versions",
"1.6.0"
],
[
"apps",
"files_videoplayer",
"1.2.0"
],
[
"apps",
"firstrunwizard",
"2.2.1"
],
[
"apps",
"gallery",
"18.0.0"
],
[
"apps",
"logreader",
"2.0.0"
],
[
"apps",
"lookup_server_connector",
"1.1.0"
],
[
"apps",
"nextcloud_announcements",
"1.2.0"
],
[
"apps",
"notifications",
"2.1.2"
],
[
"apps",
"oauth2",
"1.1.0"
],
[
"apps",
"password_policy",
"1.3.0"
],
[
"apps",
"provisioning_api",
"1.3.0"
],
[
"apps",
"ransomware_protection",
"1.1.0"
],
[
"apps",
"serverinfo",
"1.3.0"
],
[
"apps",
"sharebymail",
"1.3.0"
],
[
"apps",
"survey_client",
"1.1.0"
],
[
"apps",
"systemtags",
"1.3.0"
],
[
"apps",
"theming",
"1.4.1"
],
[
"apps",
"twofactor_backupcodes",
"1.2.3"
],
[
"apps",
"twofactor_totp",
"1.4.1"
],
[
"apps",
"updatenotification",
"1.3.0"
],
[
"apps",
"workflowengine",
"1.3.0"
],
[
"stats",
"num_files",
13074
],
[
"stats",
"num_users",
3
],
[
"stats",
"num_storages",
4
],
[
"stats",
"num_storages_local",
1
],
[
"stats",
"num_storages_home",
3
],
[
"stats",
"num_storages_other",
0
],
[
"stats",
"num_comments",
0
],
[
"stats",
"num_comment_markers",
0
],
[
"stats",
"num_systemtags",
0
],
[
"stats",
"num_systemtags_mappings",
0
],
[
"files_sharing",
"num_shares",
0
],
[
"files_sharing",
"num_shares_user",
0
],
[
"files_sharing",
"num_shares_groups",
0
],
[
"files_sharing",
"num_shares_link",
0
],
[
"files_sharing",
"num_shares_link_no_password",
0
],
[
"files_sharing",
"num_fed_shares_sent",
0
],
[
"files_sharing",
"num_fed_shares_received",
0
],
[
"encryption",
"enabled",
"no"
],
[
"encryption",
"default_module",
"no"
]
]
}

Are you using external storage, if yes which one: local/smb/sftp/...
no

Are you using encryption:
no (not before, not after)

Client configuration

Browser:
FF 58.0.1 (64 bits) FR

Operating system:
Windows 10 Pro 1709 x64 FR
iOS 11.2.5 FR

Logs

Web server error log

N/C

ownCloud first error message in console (web UI)

2018-02-15T15:16:16+0100:
OCP\Lock\LockedException: "Photos" is locked
/homepages/25/d147527808/htdocs/mainweb/sky/lib/private/Files/View.php - line 827: OC\Files\View->changeLock('/files/Photos', 1, true)
/homepages/25/d147527808/htdocs/mainweb/sky/apps/files_trashbin/lib/Trashbin.php - line 417: OC\Files\View->rename('/files_trashbin...', '/files/Photos')
/homepages/25/d147527808/htdocs/mainweb/sky/apps/files_trashbin/ajax/undelete.php - line 73: OCA\Files_Trashbin\Trashbin restore('//Photos.d15187...', 'Photos', '1518704145')
/homepages/25/d147527808/htdocs/mainweb/sky/lib/private/Route/Route.php - line 155: require_once('/homepages/25/d...')
[internal function] OC\Route\Route->OC\Route{closure}(*** sensitive parameters replaced ***)
/homepages/25/d147527808/htdocs/mainweb/sky/lib/private/Route/Router.php - line 297: call_user_func(Object(Closure), Array)
/homepages/25/d147527808/htdocs/mainweb/sky/lib/base.php - line 998: OC\Route\Router->match('/apps/files_tra...')
/homepages/25/d147527808/htdocs/mainweb/sky/index.php - line 37: OC handleRequest()
{main}

ownCloud log (data/owncloud.log)

{"reqId":"WoWWMNTjGGIAAA8EA1UAAAAg","level":3,"time":"2018-02-15T14:16:16+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(*** sensitive parameters replaced ***)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}

{"reqId":"WoWWNtTjGGIAADnafLwAAAAG","level":3,"time":"2018-02-15T14:16:23+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(*** sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWWT9TjGGIAAA8A8GEAAAAe","level":3,"time":"2018-02-15T14:16:47+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWWfNTjGGIAAA8DVv0AAAAf","level":3,"time":"2018-02-15T14:17:32+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWWs9TjGGIAAA8A8GUAAAAe","level":3,"time":"2018-02-15T14:18:27+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWWxtTjGGIAAJLX68UAAAAZ","level":3,"time":"2018-02-15T14:18:47+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWWz9TjGGIAAA8EA1wAAAAg","level":3,"time":"2018-02-15T14:18:56+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWW0tTjGGIAADuydrsAAAAK","level":3,"time":"2018-02-15T14:18:59+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWXENTjGGIAAE0lLJgAAAAR","level":3,"time":"2018-02-15T14:20:01+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWXGNTjGGIAADnR33gAAAAF","level":3,"time":"2018-02-15T14:20:08+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWXJtTjGGIAAFEGc98AAAAX","level":4,"time":"2018-02-15T14:20:22+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"webdav","method":"MKCOL","url":"/sky/remote.php/webdav/Photos","message":"Exception: {"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1210): OCA\\DAV\\Connector\\Sabre\\Directory->createDirectory('Photos')\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(590): Sabre\\DAV\\Server->createCollection('Photos', Object(Sabre\\DAV\\MkCol))\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpMkcol(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MKCOL', Array)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v1\/webdav.php(80): Sabre\\DAV\\Server->exec()\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":190}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWYCdTjGGIAAE1zJvQAAAAS","level":3,"time":"2018-02-15T14:24:09+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced )\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWYKNTjGGIAAA8DVxUAAAAf","level":3,"time":"2018-02-15T14:24:40+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"index","method":"POST","url":"/sky/index.php/apps/files_trashbin/ajax/undelete.php","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/files\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/lib\/Trashbin.php(417): OC\\Files\\View->rename('\/files_trashbin...', '\/files\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/files_trashbin\/ajax\/undelete.php(73): OCA\\Files_Trashbin\\Trashbin::restore('\/\/Photos.d15187...', 'Photos', '1518704145')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Route.php(155): require_once('\/homepages\/25\/d...')\n#4 [internal function]: OC\\Route\\Route->OC\\Route\\{closure}(
sensitive parameters replaced ***)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Route\/Router.php(297): call_user_func(Object(Closure), Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/base.php(998): OC\\Route\\Router->match('\/apps\/files_tra...')\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/index.php(37): OC::handleRequest()\n#8 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWYQtTjGGIAAFTkiZsAAAAZ","level":4,"time":"2018-02-15T14:25:06+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"webdav","method":"MOVE","url":"/sky/remote.php/webdav/Photo","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Node.php(138): OC\\Files\\View->rename('\/Photo', '\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php(151): OCA\\DAV\\Connector\\Sabre\\Node->setName('Photos')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(642): Sabre\\DAV\\Tree->move('Photo', 'Photos')\n#4 [internal function]: Sabre\\DAV\\CorePlugin->httpMove(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MOVE', Array)\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v1\/webdav.php(80): Sabre\\DAV\\Server->exec()\n#9 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#10 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWYrNTjGGIAADp@bxEAAAAH","level":4,"time":"2018-02-15T14:26:52+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MOVE","url":"/sky/remote.php/dav/files/adminuser/PHotos","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Node.php(138): OC\\Files\\View->rename('\/PHotos', '\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php(151): OCA\\DAV\\Connector\\Sabre\\Node->setName('Photos')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(642): Sabre\\DAV\\Tree->move('files\/adminuser\/P...', 'files\/adminuser\/P...')\n#4 [internal function]: Sabre\\DAV\\CorePlugin->httpMove(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MOVE', Array)\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#9 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#10 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#11 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}
{"reqId":"WoWYytTjGGIAADp@bxIAAAAH","level":4,"time":"2018-02-15T14:27:22+00:00","remoteAddr":"xxxxxx-anonymous-xxxxx","user":"adminuser","app":"webdav","method":"MOVE","url":"/sky/remote.php/webdav/PHotos","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Node.php(138): OC\\Files\\View->rename('\/PHotos', '\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php(151): OCA\\DAV\\Connector\\Sabre\\Node->setName('Photos')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(642): Sabre\\DAV\\Tree->move('PHotos', 'Photos')\n#4 [internal function]: Sabre\\DAV\\CorePlugin->httpMove(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MOVE', Array)\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v1\/webdav.php(80): Sabre\\DAV\\Server->exec()\n#9 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#10 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0","version":"13.0.0.14"}
{"reqId":"WoWY3tTjGGIAAEFwCUoAAAAE","level":4,"time":"2018-02-15T14:27:42+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MOVE","url":"/sky/remote.php/dav/files/adminuser/PHotos","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Node.php(138): OC\\Files\\View->rename('\/PHotos', '\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php(151): OCA\\DAV\\Connector\\Sabre\\Node->setName('Photos')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(642): Sabre\\DAV\\Tree->move('files\/adminuser\/P...', 'files\/adminuser\/P...')\n#4 [internal function]: Sabre\\DAV\\CorePlugin->httpMove(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MOVE', Array)\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#9 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#10 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#11 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}
{"reqId":"WoWaKNTjGGIAAE69DzUAAAAW","level":4,"time":"2018-02-15T14:33:13+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MKCOL","url":"/sky/remote.php/dav/files/adminuser/Photos","message":"Exception: {"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1210): OCA\\DAV\\Connector\\Sabre\\Directory->createDirectory('Photos')\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(590): Sabre\\DAV\\Server->createCollection('files\/adminuser\/P...', Object(Sabre\\DAV\\MkCol))\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpMkcol(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MKCOL', Array)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#9 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":190}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}
{"reqId":"WoWaLNTjGGIAAFTlbL8AAAAa","level":4,"time":"2018-02-15T14:33:16+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MKCOL","url":"/sky/remote.php/dav/files/adminuser/Photos","message":"Exception: {"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1210): OCA\\DAV\\Connector\\Sabre\\Directory->createDirectory('Photos')\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(590): Sabre\\DAV\\Server->createCollection('files\/adminuser\/P...', Object(Sabre\\DAV\\MkCol))\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpMkcol(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MKCOL', Array)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#9 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":190}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}
{"reqId":"WoWaMdTjGGIAAGYlDX4AAAAb","level":4,"time":"2018-02-15T14:33:21+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MKCOL","url":"/sky/remote.php/dav/files/adminuser/Photos","message":"Exception: {"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1210): OCA\\DAV\\Connector\\Sabre\\Directory->createDirectory('Photos')\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(590): Sabre\\DAV\\Server->createCollection('files\/adminuser\/P...', Object(Sabre\\DAV\\MkCol))\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpMkcol(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MKCOL', Array)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#9 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":190}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}
{"reqId":"WoWaNtTjGGIAADl0FcMAAAAC","level":4,"time":"2018-02-15T14:33:26+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MKCOL","url":"/sky/remote.php/dav/files/adminuser/Photos","message":"Exception: {"Exception":"OCA\\DAV\\Connector\\Sabre\\Exception\\FileLocked","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1210): OCA\\DAV\\Connector\\Sabre\\Directory->createDirectory('Photos')\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(590): Sabre\\DAV\\Server->createCollection('files\/adminuser\/P...', Object(Sabre\\DAV\\MkCol))\n#2 [internal function]: Sabre\\DAV\\CorePlugin->httpMkcol(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#4 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MKCOL', Array)\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#9 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":190}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}
{"reqId":"WoWacdTjGGIAAFTkibEAAAAZ","level":4,"time":"2018-02-15T14:34:25+00:00","remoteAddr":"90.x.x.x","user":"adminuser","app":"webdav","method":"MOVE","url":"/sky/remote.php/dav/files/adminuser/Nouveau%20dossier","message":"Exception: {"Exception":"OCP\\Lock\\LockedException","Message":"\"Photos\" is locked","Code":0,"Trace":"#0 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php(827): OC\\Files\\View->changeLock('\/Photos', 1, true)\n#1 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Connector\/Sabre\/Node.php(138): OC\\Files\\View->rename('\/Nouveau dossie...', '\/Photos')\n#2 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php(151): OCA\\DAV\\Connector\\Sabre\\Node->setName('Photos')\n#3 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(642): Sabre\\DAV\\Tree->move('files\/adminuser\/N...', 'files\/adminuser\/P...')\n#4 [internal function]: Sabre\\DAV\\CorePlugin->httpMove(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#5 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#6 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(479): Sabre\\Event\\EventEmitter->emit('method:MOVE', Array)\n#7 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(254): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#8 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/lib\/Server.php(283): Sabre\\DAV\\Server->exec()\n#9 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/apps\/dav\/appinfo\/v2\/remote.php(35): OCA\\DAV\\Server->exec()\n#10 \/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/remote.php(164): require_once('\/homepages\/25\/d...')\n#11 {main}","File":"\/homepages\/25\/d147527808\/htdocs\/mainweb\/sky\/lib\/private\/Files\/View.php","Line":1973}","userAgent":"Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)","version":"13.0.0.14"}

Browser log

N/A

@phil-davis
Copy link
Contributor

You have reported using an NC server (with a version number of an NC server).
This is the ownCloud repository.
???

@PhilDirty
Copy link
Author

PhilDirty commented Feb 16, 2018

Well you're right. I'm looking for the nextcloud forum, i'll remove it. I should have been more caffeinated before writing.

@PhilDirty
Copy link
Author

Now posted to the right thread/app
I'll close this thread.

@lock
Copy link

lock bot commented Jul 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants