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

[NC15] Unable to delete recently uploaded (large) files, due to file-lock #12522

Closed
timmersr opened this issue Nov 18, 2018 · 5 comments
Closed
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: files needs info stale Ticket or PR with no recent activity

Comments

@timmersr
Copy link

timmersr commented Nov 18, 2018

[NC15] Unable to delete recently uploaded (large) files, due to file-lock

Steps to reproduce
Upload a large (ie. > 2GB) file. After the upload has finished, "Processing files" is now displayed. (great enhancement by the way!)

2

Expected behaviour
After the upload has finished, and after "Processing files" has finished and when the file is listed, all actions on the file should be possible.

Actual behaviour
After the upload + "Processing files" has finished, and the file is listed, the file cannot be deleted.

1

Logging shows a file-lock. When trying a couple of minutes later the file can be deleted.

Logging:

{
	"reqId": "JMys4AA4i4ks2LViKWbv",
	"level": 0,
	"time": "2018-11-18T19:51:48+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "no app in context",
	"method": "MOVE",
	"url": "/remote.php/dav/uploads/USERACCOUNT/web-file-upload-61017ac3e33f8ab4c127683e05e30888-1542569980475/.file",
	"message": "No cache entry found for /USERACCOUNT/files/DELEN/Videos/20181118.mov (storage: home::USERACCOUNT, internalPath: files/DELEN/Videos/20181118.mov)",
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}
{
	"reqId": "JMys4AA4i4ks2LViKWbv",
	"level": 0,
	"time": "2018-11-18T19:51:48+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "no app in context",
	"method": "MOVE",
	"url": "/remote.php/dav/uploads/USERACCOUNT/web-file-upload-61017ac3e33f8ab4c127683e05e30888-1542569980475/.file",
	"message": "No cache entry found for /USERACCOUNT/files/DELEN/Videos/20181118.mov (storage: home::USERACCOUNT, internalPath: files/DELEN/Videos/20181118.mov)",
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}
{
	"reqId": "JMys4AA4i4ks2LViKWbv",
	"level": 0,
	"time": "2018-11-18T19:59:40+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "no app in context",
	"method": "MOVE",
	"url": "/remote.php/dav/uploads/USERACCOUNT/web-file-upload-61017ac3e33f8ab4c127683e05e30888-1542569980475/.file",
	"message": "No cache entry found for /USERACCOUNT/files/DELEN/Videos/20181118.mov (storage: home::USERACCOUNT, internalPath: files/DELEN/Videos/20181118.mov)",
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}
{
	"reqId": "JMys4AA4i4ks2LViKWbv",
	"level": 0,
	"time": "2018-11-18T19:59:40+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "no app in context",
	"method": "MOVE",
	"url": "/remote.php/dav/uploads/USERACCOUNT/web-file-upload-61017ac3e33f8ab4c127683e05e30888-1542569980475/.file",
	"message": "No cache entry found for /USERACCOUNT/files/DELEN/Videos/20181118.mov (storage: home::USERACCOUNT, internalPath: files/DELEN/Videos/20181118.mov)",
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}
{
	"reqId": "7XLvD78KRDGuCIvD7mVG",
	"level": 3,
	"time": "2018-11-18T20:05:54+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "no app in context",
	"method": "DELETE",
	"url": "/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
	"message": {
		"Exception":"OCP\Lock\LockedException",
		"Message": ""files/a7452471dbbbb78b15c1207ac4243180" is locked, existing lock on file: 2 shared locks",
		"Code": 0,
		"Trace": [
			{
				"file": "/var/www/html/nextcloud/lib/private/Files/Storage/Common.php",
				"line": 778,
				"function": "changeLock",
				"class":"OC\Lock\MemcacheLockingProvider",
				"type": "->",
				"args": [
					"files/a7452471dbbbb78b15c1207ac4243180",
					2
				]
			},
			{
				"file": "/var/www/html/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php",
				"line": 615,
				"function": "changeLock",
				"class":"OC\Files\Storage\Common",
				"type": "->",
				"args": [
					"files/DELEN/Videos/20181118.mov",
					2,
					{
						"class":"OC\Lock\MemcacheLockingProvider"
					}
				]
			},
			{
				"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
				"line": 1964,
				"function": "changeLock",
				"class":"OC\Files\Storage\Wrapper\Wrapper",
				"type": "->",
				"args": [
					"files/DELEN/Videos/20181118.mov",
					2,
					{
						"class":"OC\Lock\MemcacheLockingProvider"
					}
				]
			},
			{
				"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
				"line": 1140,
				"function": "changeLock",
				"class":"OC\Files\View",
				"type": "->",
				"args": [
					"/DELEN/Videos/20181118.mov",
					2
				]
			},
			{
				"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
				"line": 709,
				"function": "basicOperation",
				"class":"OC\Files\View",
				"type": "->",
				"args": [
					"unlink",
					"/DELEN/Videos/20181118.mov",
					[
						"delete"
					]
				]
			},
			{
				"file": "/var/www/html/nextcloud/apps/dav/lib/Connector/Sabre/File.php",
				"line": 387,
				"function": "unlink",
				"class":"OC\Files\View",
				"type": "->",
				"args": [
					"/DELEN/Videos/20181118.mov"
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
				"line": 179,
				"function": "delete",
				"class":"OCA\DAV\Connector\Sabre\File",
				"type": "->",
				"args": []
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
				"line": 287,
				"function": "delete",
				"class":"Sabre\DAV\Tree",
				"type": "->",
				"args": [
					"files/USERACCOUNT/DELEN/Videos/20181118.mov"
				]
			},
			{
				"function": "httpDelete",
				"class":"Sabre\DAV\CorePlugin",
				"type": "->",
				"args": [
					{
						"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
						"class":"Sabre\HTTP\Request"
					},
					{
						"class":"Sabre\HTTP\Response"
					}
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php",
				"line": 105,
				"function": "call_user_func_array",
				"args": [
					[
						{
							"class":"Sabre\DAV\CorePlugin"
						},
						"httpDelete"
					],
					[
						{
							"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
							"class":"Sabre\HTTP\Request"
						},
						{
							"class":"Sabre\HTTP\Response"
						}
					]
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
				"line": 479,
				"function": "emit",
				"class":"Sabre\Event\EventEmitter",
				"type": "->",
				"args": [
					"method:DELETE",
					[
						{
							"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
							"class":"Sabre\HTTP\Request"
						},
						{
							"class":"Sabre\HTTP\Response"
						}
					]
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
				"line": 254,
				"function": "invokeMethod",
				"class":"Sabre\DAV\Server",
				"type": "->",
				"args": [
					{
						"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
						"class":"Sabre\HTTP\Request"
					},
					{
						"class":"Sabre\HTTP\Response"
					}
				]
			},
			{
				"file": "/var/www/html/nextcloud/apps/dav/lib/Server.php",
				"line": 298,
				"function": "exec",
				"class":"Sabre\DAV\Server",
				"type": "->",
				"args": []
			},
			{
				"file": "/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php",
				"line": 35,
				"function": "exec",
				"class":"OCA\DAV\Server",
				"type": "->",
				"args": []
			},
			{
				"file": "/var/www/html/nextcloud/remote.php",
				"line": 163,
				"args": [
					"/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php"
				],
				"function": "require_once"
			}
		],
		"File": "/var/www/html/nextcloud/lib/private/Lock/MemcacheLockingProvider.php",
		"Line": 129,
		"CustomMessage": "--"
	},
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}
{
	"reqId": "7XLvD78KRDGuCIvD7mVG",
	"level": 0,
	"time": "2018-11-18T20:05:54+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "webdav",
	"method": "DELETE",
	"url": "/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
	"message": {
		"Exception":"OCA\DAV\Connector\Sabre\Exception\FileLocked",
		"Message": ""DELEN/Videos/20181118.mov" is locked",
		"Code": 0,
		"Trace": [
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
				"line": 179,
				"function": "delete",
				"class":"OCA\DAV\Connector\Sabre\File",
				"type": "->",
				"args": []
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
				"line": 287,
				"function": "delete",
				"class":"Sabre\DAV\Tree",
				"type": "->",
				"args": [
					"files/USERACCOUNT/DELEN/Videos/20181118.mov"
				]
			},
			{
				"function": "httpDelete",
				"class":"Sabre\DAV\CorePlugin",
				"type": "->",
				"args": [
					{
						"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
						"class":"Sabre\HTTP\Request"
					},
					{
						"class":"Sabre\HTTP\Response"
					}
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php",
				"line": 105,
				"function": "call_user_func_array",
				"args": [
					[
						{
							"class":"Sabre\DAV\CorePlugin"
						},
						"httpDelete"
					],
					[
						{
							"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
							"class":"Sabre\HTTP\Request"
						},
						{
							"class":"Sabre\HTTP\Response"
						}
					]
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
				"line": 479,
				"function": "emit",
				"class":"Sabre\Event\EventEmitter",
				"type": "->",
				"args": [
					"method:DELETE",
					[
						{
							"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
							"class":"Sabre\HTTP\Request"
						},
						{
							"class":"Sabre\HTTP\Response"
						}
					]
				]
			},
			{
				"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
				"line": 254,
				"function": "invokeMethod",
				"class":"Sabre\DAV\Server",
				"type": "->",
				"args": [
					{
						"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
						"class":"Sabre\HTTP\Request"
					},
					{
						"class":"Sabre\HTTP\Response"
					}
				]
			},
			{
				"file": "/var/www/html/nextcloud/apps/dav/lib/Server.php",
				"line": 298,
				"function": "exec",
				"class":"Sabre\DAV\Server",
				"type": "->",
				"args": []
			},
			{
				"file": "/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php",
				"line": 35,
				"function": "exec",
				"class":"OCA\DAV\Server",
				"type": "->",
				"args": []
			},
			{
				"file": "/var/www/html/nextcloud/remote.php",
				"line": 163,
				"args": [
					"/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php"
				],
				"function": "require_once"
			}
		],
		"File": "/var/www/html/nextcloud/apps/dav/lib/Connector/Sabre/File.php",
		"Line": 396,
		"Previous": {
			"Exception":"OCP\Lock\LockedException",
			"Message": ""DELEN/Videos/20181118.mov" is locked",
			"Code": 0,
			"Trace": [
				{
					"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
					"line": 1140,
					"function": "changeLock",
					"class":"OC\Files\View",
					"type": "->",
					"args": [
						"/DELEN/Videos/20181118.mov",
						2
					]
				},
				{
					"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
					"line": 709,
					"function": "basicOperation",
					"class":"OC\Files\View",
					"type": "->",
					"args": [
						"unlink",
						"/DELEN/Videos/20181118.mov",
						[
							"delete"
						]
					]
				},
				{
					"file": "/var/www/html/nextcloud/apps/dav/lib/Connector/Sabre/File.php",
					"line": 387,
					"function": "unlink",
					"class":"OC\Files\View",
					"type": "->",
					"args": [
						"/DELEN/Videos/20181118.mov"
					]
				},
				{
					"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
					"line": 179,
					"function": "delete",
					"class":"OCA\DAV\Connector\Sabre\File",
					"type": "->",
					"args": []
				},
				{
					"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
					"line": 287,
					"function": "delete",
					"class":"Sabre\DAV\Tree",
					"type": "->",
					"args": [
						"files/USERACCOUNT/DELEN/Videos/20181118.mov"
					]
				},
				{
					"function": "httpDelete",
					"class":"Sabre\DAV\CorePlugin",
					"type": "->",
					"args": [
						{
							"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
							"class":"Sabre\HTTP\Request"
						},
						{
							"class":"Sabre\HTTP\Response"
						}
					]
				},
				{
					"file": "/var/www/html/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php",
					"line": 105,
					"function": "call_user_func_array",
					"args": [
						[
							{
								"class":"Sabre\DAV\CorePlugin"
							},
							"httpDelete"
						],
						[
							{
								"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
								"class":"Sabre\HTTP\Request"
							},
							{
								"class":"Sabre\HTTP\Response"
							}
						]
					]
				},
				{
					"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
					"line": 479,
					"function": "emit",
					"class":"Sabre\Event\EventEmitter",
					"type": "->",
					"args": [
						"method:DELETE",
						[
							{
								"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
								"class":"Sabre\HTTP\Request"
							},
							{
								"class":"Sabre\HTTP\Response"
							}
						]
					]
				},
				{
					"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
					"line": 254,
					"function": "invokeMethod",
					"class":"Sabre\DAV\Server",
					"type": "->",
					"args": [
						{
							"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
							"class":"Sabre\HTTP\Request"
						},
						{
							"class":"Sabre\HTTP\Response"
						}
					]
				},
				{
					"file": "/var/www/html/nextcloud/apps/dav/lib/Server.php",
					"line": 298,
					"function": "exec",
					"class":"Sabre\DAV\Server",
					"type": "->",
					"args": []
				},
				{
					"file": "/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php",
					"line": 35,
					"function": "exec",
					"class":"OCA\DAV\Server",
					"type": "->",
					"args": []
				},
				{
					"file": "/var/www/html/nextcloud/remote.php",
					"line": 163,
					"args": [
						"/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php"
					],
					"function": "require_once"
				}
			],
			"File": "/var/www/html/nextcloud/lib/private/Files/View.php",
			"Line": 1970,
			"Previous": {
				"Exception":"OCP\Lock\LockedException",
				"Message": ""files/a7452471dbbbb78b15c1207ac4243180" is locked, existing lock on file: 2 shared locks",
				"Code": 0,
				"Trace": [
					{
						"file": "/var/www/html/nextcloud/lib/private/Files/Storage/Common.php",
						"line": 778,
						"function": "changeLock",
						"class":"OC\Lock\MemcacheLockingProvider",
						"type": "->",
						"args": [
							"files/a7452471dbbbb78b15c1207ac4243180",
							2
						]
					},
					{
						"file": "/var/www/html/nextcloud/lib/private/Files/Storage/Wrapper/Wrapper.php",
						"line": 615,
						"function": "changeLock",
						"class":"OC\Files\Storage\Common",
						"type": "->",
						"args": [
							"files/DELEN/Videos/20181118.mov",
							2,
							{
								"class":"OC\Lock\MemcacheLockingProvider"
							}
						]
					},
					{
						"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
						"line": 1964,
						"function": "changeLock",
						"class":"OC\Files\Storage\Wrapper\Wrapper",
						"type": "->",
						"args": [
							"files/DELEN/Videos/20181118.mov",
							2,
							{
								"class":"OC\Lock\MemcacheLockingProvider"
							}
						]
					},
					{
						"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
						"line": 1140,
						"function": "changeLock",
						"class":"OC\Files\View",
						"type": "->",
						"args": [
							"/DELEN/Videos/20181118.mov",
							2
						]
					},
					{
						"file": "/var/www/html/nextcloud/lib/private/Files/View.php",
						"line": 709,
						"function": "basicOperation",
						"class":"OC\Files\View",
						"type": "->",
						"args": [
							"unlink",
							"/DELEN/Videos/20181118.mov",
							[
								"delete"
							]
						]
					},
					{
						"file": "/var/www/html/nextcloud/apps/dav/lib/Connector/Sabre/File.php",
						"line": 387,
						"function": "unlink",
						"class":"OC\Files\View",
						"type": "->",
						"args": [
							"/DELEN/Videos/20181118.mov"
						]
					},
					{
						"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Tree.php",
						"line": 179,
						"function": "delete",
						"class":"OCA\DAV\Connector\Sabre\File",
						"type": "->",
						"args": []
					},
					{
						"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php",
						"line": 287,
						"function": "delete",
						"class":"Sabre\DAV\Tree",
						"type": "->",
						"args": [
							"files/USERACCOUNT/DELEN/Videos/20181118.mov"
						]
					},
					{
						"function": "httpDelete",
						"class":"Sabre\DAV\CorePlugin",
						"type": "->",
						"args": [
							{
								"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
								"class":"Sabre\HTTP\Request"
							},
							{
								"class":"Sabre\HTTP\Response"
							}
						]
					},
					{
						"file": "/var/www/html/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php",
						"line": 105,
						"function": "call_user_func_array",
						"args": [
							[
								{
									"class":"Sabre\DAV\CorePlugin"
								},
								"httpDelete"
							],
							[
								{
									"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
									"class":"Sabre\HTTP\Request"
								},
								{
									"class":"Sabre\HTTP\Response"
								}
							]
						]
					},
					{
						"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
						"line": 479,
						"function": "emit",
						"class":"Sabre\Event\EventEmitter",
						"type": "->",
						"args": [
							"method:DELETE",
							[
								{
									"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
									"class":"Sabre\HTTP\Request"
								},
								{
									"class":"Sabre\HTTP\Response"
								}
							]
						]
					},
					{
						"file": "/var/www/html/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
						"line": 254,
						"function": "invokeMethod",
						"class":"Sabre\DAV\Server",
						"type": "->",
						"args": [
							{
								"absoluteUrl": "https://cloud.USERACCOUNT-DOMAIN.COM:4443/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
								"class":"Sabre\HTTP\Request"
							},
							{
								"class":"Sabre\HTTP\Response"
							}
						]
					},
					{
						"file": "/var/www/html/nextcloud/apps/dav/lib/Server.php",
						"line": 298,
						"function": "exec",
						"class":"Sabre\DAV\Server",
						"type": "->",
						"args": []
					},
					{
						"file": "/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php",
						"line": 35,
						"function": "exec",
						"class":"OCA\DAV\Server",
						"type": "->",
						"args": []
					},
					{
						"file": "/var/www/html/nextcloud/remote.php",
						"line": 163,
						"args": [
							"/var/www/html/nextcloud/apps/dav/appinfo/v2/remote.php"
						],
						"function": "require_once"
					}
				],
				"File": "/var/www/html/nextcloud/lib/private/Lock/MemcacheLockingProvider.php",
				"Line": 129
			}
		},
		"CustomMessage": "--"
	},
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}
{
	"reqId": "eMTZcTnZiCyRCTiHxo3z",
	"level": 0,
	"time": "2018-11-18T20:08:32+00:00",
	"remoteAddr": "xxx.xxx.xxx.xxx",
	"user": "USERACCOUNT",
	"app": "no app in context",
	"method": "DELETE",
	"url": "/remote.php/dav/files/USERACCOUNT/DELEN/Videos/20181118.mov",
	"message": "No cache entry found for /USERACCOUNT/files/DELEN/Videos/20181118.mov (storage: home::USERACCOUNT, internalPath: files/DELEN/Videos/20181118.mov)",
	"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0",
	"version": "15.0.0.6"
}

Server configuration
Operating system: ubuntu 16.04.5
Web server: apache2
Database: mysql
PHP version: 7
Nextcloud version: 15.0.0 beta 2
Updated from an older Nextcloud/ownCloud or fresh install: upgraded from 14 beta, to 15.0.0 alpha.

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #6429 (Locked file), #9594 (Unable to delete or create files), #6223 (Unable to upload files to NextCloud), #4117 (Unable to delete User_LDAP user files/shares ), and #8954 (Uploading large files fails).

@timmersr
Copy link
Author

timmersr commented Nov 18, 2018

Label should be "15-feedback"

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@skjnldsv
Copy link
Member

It seems that the issue you have created is lacking the essential informations to help us understand your problem. Please use the appropriate template, and edit your first comment to ensure that we can continue to work with you.

Nextcloud configuration:
Config report:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or 

Insert your config.php content here. 
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

@ghost
Copy link

ghost commented Jul 14, 2019

This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.

@ghost ghost added the stale Ticket or PR with no recent activity label Jul 14, 2019
@ghost ghost closed this as completed Jul 28, 2019
@HelloLemon1992
Copy link

I think you should turned on the local Sync Client.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: files needs info stale Ticket or PR with no recent activity
Projects
None yet
Development

No branches or pull requests

5 participants