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

Uploading files to SMB storage using web UI stops when there is a hidden file in the uploaded files #29654

Closed
SergioBertolinSG opened this issue Nov 22, 2017 · 13 comments
Assignees
Labels
app:files_external p2-high Escalation, on top of current planning, release blocker sev3-medium Type:Bug
Milestone

Comments

@SergioBertolinSG
Copy link
Contributor

Steps to reproduce

  1. Having a server with files_external enabled, set up a smb external storage.
  2. Enter into the smb folder.
  3. Using the web UI, try to upload a group of files (~10). Include a hidden file in the group.

Expected behaviour

All the files are uploaded.

Actual behaviour

When uploading the files it stops after the hidden file.

uploading_hidden_files_to_smb

Server configuration

Operating system:
Ubuntu 16.04

Web server:
Apache

Database:
MySQL

PHP version:
7.1

Cache
DB

ownCloud version: (see ownCloud admin page)
(stable10)
{"installed":true,"maintenance":false,"needsDbUpgrade":false,"version":"10.0.4.2","versionstring":"10.0.4 RC1","edition":"Community","productname":"ownCloud"}

Updated from an older ownCloud or fresh install:
Fresh

The content of config/config.php:


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

Are you using encryption:
Yes. But it is disabled in the SMB external storage.

Logs


Client configuration

Browser
Chrome

@SergioBertolinSG
Copy link
Contributor Author

Works fine in other external storages.

@ownclouders
Copy link
Contributor

GitMate.io thinks the contributor most likely able to help you is @PVince81.

@SergioBertolinSG
Copy link
Contributor Author

Happens also in 10.0.3.

@PVince81
Copy link
Contributor

@jvillafanez in case you got a quick clue

@PVince81
Copy link
Contributor

@SergioBertolinSG I suspect the upload of dot files with desktop client and Webdav would fail too ?

Does it fail if you upload only the dot file alone ?

@SergioBertolinSG
Copy link
Contributor Author

Yes, it doesn't upload the hidden file.

@SergioBertolinSG
Copy link
Contributor Author

Using cadaver to upload a hidden file we can see a 500 answered.

dav:/remote.php/webdav/SMB/> mput .DS_Store 
Uploading .DS_Store to `/remote.php/webdav/SMB/.DS_Store':
Progress: [=============================>] 100.0% of 32772 bytes failed:
500 Internal Server Error

@PVince81 PVince81 modified the milestones: triage, development Nov 23, 2017
@PVince81 PVince81 added the p2-high Escalation, on top of current planning, release blocker label Nov 23, 2017
@PVince81
Copy link
Contributor

Setting to p2. If this is a general issue with SMB it's bad if one cannot upload dot files there.

@jvillafanez
Copy link
Member

Works for me:

  • Default encryption module + master key enable
  • Encryption disabled in the external storage
  • Uploaded a bunch of files, including several dot files
  • Checked both in firefox and chrome

I'll need logs if this is reproducible.

@SergioBertolinSG
Copy link
Contributor Author

SergioBertolinSG commented Nov 27, 2017

Some logs:

{"reqId":"x6bykmnaNWzHiqrpvRwf","level":3,"time":"2017-11-27T09:55:33+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&c=5a168f2edc61b&x=29&y=29&forceIcon=0","message":"Couldn't re-calculate unencrypted size for larry-bird.jpg"}
{"reqId":"x6bykmnaNWzHiqrpvRwf","level":3,"time":"2017-11-27T09:55:33+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&c=5a168f2edc61b&x=29&y=29&forceIcon=0","message":"Exception: {\"Exception\":\"OC\\\\Encryption\\\\Exceptions\\\\DecryptionFailedException\",\"Message\":\"Encryption library: Decryption (symmetric) of content failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length\",\"Code\":0,\"Trace\":\"#0 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php(469): OCA\\\\Encryption\\\\Crypto\\\\Crypt->decrypt(*** sensitive parameters replaced ***)\\n#1 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(369): OCA\\\\Encryption\\\\Crypto\\\\Crypt->symmetricDecryptFileContent('\\\\x00\\\\xF6#\\\\xD8\\\\x84 B\\\\x8F\\\\x04\\\\x14!\\\\x00\\\\x1E\\\\xC4\\\\x9E...', '7\\\\xCB\\\\x12\\\\x9C\\\\v\\\\x91\\\\v\\\\xE3\\\\x17\\\\x00f\\\\xFA\\\\xE0\\\\xB9H...', 'AES-128-CFB', 2, '5end')\\n#2 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(599): OCA\\\\Encryption\\\\Crypto\\\\Encryption->decrypt(*** sensitive parameters replaced ***)\\n#3 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(518): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fixUnencryptedSize('larry-bird.jpg', 41131, 41131)\\n#4 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(166): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->verifyUnencryptedSize('larry-bird.jpg', 41131)\\n#5 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(407): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->filesize('larry-bird.jpg')\\n#6 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(59): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fopen('larry-bird.jpg', 'r')\\n#7 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(294): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->fopen('larry-bird.jpg', 'r')\\n#8 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1121): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->fopen('larry-bird.jpg', 'r')\\n#9 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(966): OC\\\\Files\\\\View->basicOperation('fopen', '\\\/SMB\\\/larry-bird...', Array, 'r')\\n#10 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(977): OC\\\\Files\\\\View->fopen('\\\/SMB\\\/larry-bird...', 'r')\\n#11 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview\\\/Image.php(52): OC\\\\Files\\\\View->toTmpFile('\\\/SMB\\\/larry-bird...')\\n#12 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(1141): OC\\\\Preview\\\\Image->getThumbnail('\\\/SMB\\\/larry-bird...', 2048, 2048, false, Object(OC\\\\Files\\\\View))\\n#13 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(776): OC\\\\Preview->generatePreview(231)\\n#14 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(801): OC\\\\Preview->getPreview()\\n#15 \\\/opt\\\/owncloud\\\/core\\\/ajax\\\/preview.php(63): OC\\\\Preview->showPreview()\\n#16 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/opt\\\/owncloud\\\/c...')\\n#17 [internal function]: __lambda_func(NULL)\\n#18 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): call_user_func('\\\\x00lambda_8372', Array)\\n#19 \\\/opt\\\/owncloud\\\/lib\\\/base.php(929): OC\\\\Route\\\\Router->match('\\\/core\\\/preview.p...')\\n#20 \\\/opt\\\/owncloud\\\/index.php(56): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php\",\"Line\":587}"}
{"reqId":"R9sSmiHIOlbHUgtmbKFZ","level":3,"time":"2017-11-27T09:55:33+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2F1501657036879+%281%29.jpg&c=5a168f2ecde35&x=29&y=29&forceIcon=0","message":"fread(): Length parameter must be greater than 0 at \/opt\/owncloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#83"}
{"reqId":"x6bykmnaNWzHiqrpvRwf","level":3,"time":"2017-11-27T09:55:33+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&c=5a168f2edc61b&x=29&y=29&forceIcon=0","message":"fread(): Length parameter must be greater than 0 at \/opt\/owncloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#83"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"Couldn't re-calculate unencrypted size for larry-bird.jpg"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"Exception: {\"Exception\":\"OC\\\\Encryption\\\\Exceptions\\\\DecryptionFailedException\",\"Message\":\"Encryption library: Decryption (symmetric) of content failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length\",\"Code\":0,\"Trace\":\"#0 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php(469): OCA\\\\Encryption\\\\Crypto\\\\Crypt->decrypt(*** sensitive parameters replaced ***)\\n#1 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(369): OCA\\\\Encryption\\\\Crypto\\\\Crypt->symmetricDecryptFileContent('\\\\x00\\\\xF6#\\\\xD8\\\\x84 B\\\\x8F\\\\x04\\\\x14!\\\\x00\\\\x1E\\\\xC4\\\\x9E...', '7\\\\xCB\\\\x12\\\\x9C\\\\v\\\\x91\\\\v\\\\xE3\\\\x17\\\\x00f\\\\xFA\\\\xE0\\\\xB9H...', 'AES-128-CFB', 2, '5end')\\n#2 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(599): OCA\\\\Encryption\\\\Crypto\\\\Encryption->decrypt(*** sensitive parameters replaced ***)\\n#3 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(518): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fixUnencryptedSize('larry-bird.jpg', 41131, 41131)\\n#4 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(166): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->verifyUnencryptedSize('larry-bird.jpg', 41131)\\n#5 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(407): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->filesize('larry-bird.jpg')\\n#6 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(59): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fopen('larry-bird.jpg', 'r')\\n#7 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(294): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->fopen('larry-bird.jpg', 'r')\\n#8 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1121): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->fopen('larry-bird.jpg', 'r')\\n#9 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(966): OC\\\\Files\\\\View->basicOperation('fopen', '\\\/SMB\\\/larry-bird...', Array, 'r')\\n#10 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(977): OC\\\\Files\\\\View->fopen('\\\/SMB\\\/larry-bird...', 'r')\\n#11 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview\\\/Image.php(52): OC\\\\Files\\\\View->toTmpFile('\\\/SMB\\\/larry-bird...')\\n#12 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(1141): OC\\\\Preview\\\\Image->getThumbnail('\\\/SMB\\\/larry-bird...', 2048, 2048, false, Object(OC\\\\Files\\\\View))\\n#13 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(776): OC\\\\Preview->generatePreview(231)\\n#14 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(801): OC\\\\Preview->getPreview()\\n#15 \\\/opt\\\/owncloud\\\/core\\\/ajax\\\/preview.php(63): OC\\\\Preview->showPreview()\\n#16 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/opt\\\/owncloud\\\/c...')\\n#17 [internal function]: __lambda_func(NULL)\\n#18 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): call_user_func('\\\\x00lambda_9703', Array)\\n#19 \\\/opt\\\/owncloud\\\/lib\\\/base.php(929): OC\\\\Route\\\\Router->match('\\\/core\\\/preview.p...')\\n#20 \\\/opt\\\/owncloud\\\/index.php(56): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php\",\"Line\":587}"}
{"reqId":"7eKEoiXL1jXWViVAOa76","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2F1501657036879+(1).jpg&x=87&y=87&c=5a168f2ecde35&forceIcon=0","message":"Couldn't re-calculate unencrypted size for 1501657036879 (1).jpg"}
{"reqId":"7eKEoiXL1jXWViVAOa76","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2F1501657036879+(1).jpg&x=87&y=87&c=5a168f2ecde35&forceIcon=0","message":"Exception: {\"Exception\":\"OC\\\\Encryption\\\\Exceptions\\\\DecryptionFailedException\",\"Message\":\"Encryption library: Decryption (symmetric) of content failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length\",\"Code\":0,\"Trace\":\"#0 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php(469): OCA\\\\Encryption\\\\Crypto\\\\Crypt->decrypt(*** sensitive parameters replaced ***)\\n#1 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(369): OCA\\\\Encryption\\\\Crypto\\\\Crypt->symmetricDecryptFileContent('\\\\xFD\\\\xCF\\\\xE2\\\\x1F\\\\xAFO\\\\xFB\\\\xAB_\\\\xF8{R4\\\\xD3\\\\xB7...', '|\\\\xB5%\\\\xED~\\\\xEA\\\\xFF\\\\xAC\\\\x12\\\\x10\\\\x15=B\\\\xA0O...', 'AES-128-CFB', 2, '74end')\\n#2 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(599): OCA\\\\Encryption\\\\Crypto\\\\Encryption->decrypt(*** sensitive parameters replaced ***)\\n#3 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(518): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fixUnencryptedSize('1501657036879 (...', 606232, 606232)\\n#4 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(166): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->verifyUnencryptedSize('1501657036879 (...', 606232)\\n#5 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(407): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->filesize('1501657036879 (...')\\n#6 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(59): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fopen('1501657036879 (...', 'r')\\n#7 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(294): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->fopen('1501657036879 (...', 'r')\\n#8 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1121): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->fopen('1501657036879 (...', 'r')\\n#9 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(966): OC\\\\Files\\\\View->basicOperation('fopen', '\\\/SMB\\\/1501657036...', Array, 'r')\\n#10 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(977): OC\\\\Files\\\\View->fopen('\\\/SMB\\\/1501657036...', 'r')\\n#11 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview\\\/Image.php(52): OC\\\\Files\\\\View->toTmpFile('\\\/SMB\\\/1501657036...')\\n#12 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(1141): OC\\\\Preview\\\\Image->getThumbnail('\\\/SMB\\\/1501657036...', 2048, 2048, false, Object(OC\\\\Files\\\\View))\\n#13 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(776): OC\\\\Preview->generatePreview(234)\\n#14 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(801): OC\\\\Preview->getPreview()\\n#15 \\\/opt\\\/owncloud\\\/core\\\/ajax\\\/preview.php(63): OC\\\\Preview->showPreview()\\n#16 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/opt\\\/owncloud\\\/c...')\\n#17 [internal function]: __lambda_func(NULL)\\n#18 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): call_user_func('\\\\x00lambda_10228', Array)\\n#19 \\\/opt\\\/owncloud\\\/lib\\\/base.php(929): OC\\\\Route\\\\Router->match('\\\/core\\\/preview.p...')\\n#20 \\\/opt\\\/owncloud\\\/index.php(56): OC::handleRequest()\\n#21 {main}\",\"File\":\"\\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php\",\"Line\":587}"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"Couldn't re-calculate unencrypted size for 1501657036879 (1).jpg"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"Exception: {\"Exception\":\"OC\\\\Encryption\\\\Exceptions\\\\DecryptionFailedException\",\"Message\":\"Encryption library: Decryption (symmetric) of content failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length\",\"Code\":0,\"Trace\":\"#0 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php(469): OCA\\\\Encryption\\\\Crypto\\\\Crypt->decrypt(*** sensitive parameters replaced ***)\\n#1 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(369): OCA\\\\Encryption\\\\Crypto\\\\Crypt->symmetricDecryptFileContent('\\\\xFD\\\\xCF\\\\xE2\\\\x1F\\\\xAFO\\\\xFB\\\\xAB_\\\\xF8{R4\\\\xD3\\\\xB7...', '|\\\\xB5%\\\\xED~\\\\xEA\\\\xFF\\\\xAC\\\\x12\\\\x10\\\\x15=B\\\\xA0O...', 'AES-128-CFB', 2, '74end')\\n#2 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(599): OCA\\\\Encryption\\\\Crypto\\\\Encryption->decrypt(*** sensitive parameters replaced ***)\\n#3 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(518): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fixUnencryptedSize('1501657036879 (...', 606232, 606232)\\n#4 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(189): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->verifyUnencryptedSize('1501657036879 (...', 606232)\\n#5 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(190): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->getMetaData('1501657036879 (...')\\n#6 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(577): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->getMetaData('1501657036879 (...')\\n#7 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(113): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->getMetaData('1501657036879 (...')\\n#8 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(150): OC\\\\Files\\\\Cache\\\\Scanner->getData('1501657036879 (...')\\n#9 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(414): OC\\\\Files\\\\Cache\\\\Scanner->scanFile('1501657036879 (...', 3, '170', Object(OC\\\\Files\\\\Cache\\\\CacheEntry), true)\\n#10 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(382): OC\\\\Files\\\\Cache\\\\Scanner->handleChildren('', false, 3, '170', true, 0)\\n#11 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(316): OC\\\\Files\\\\Cache\\\\Scanner->scanChildren('', false, 3, '170', true)\\n#12 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Watcher.php(104): OC\\\\Files\\\\Cache\\\\Scanner->scan('', false)\\n#13 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1307): OC\\\\Files\\\\Cache\\\\Watcher->update('', Object(OC\\\\Files\\\\Cache\\\\CacheEntry))\\n#14 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1343): OC\\\\Files\\\\View->getCacheEntry(Object(OCA\\\\Files_Trashbin\\\\Storage), '', '\\\/SMB')\\n#15 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Share\\\/Share.php(163): OC\\\\Files\\\\View->getFileInfo('\\\/admin\\\/files\\\/SM...')\\n#16 \\\/opt\\\/owncloud\\\/lib\\\/public\\\/Share.php(91): OC\\\\Share\\\\Share::getUsersSharingFile('\\\/SMB', 'admin', false, false, true)\\n#17 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Encryption\\\/File.php(74): OCP\\\\Share::getUsersSharingFile('\\\/SMB', 'admin')\\n#18 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(260): OC\\\\Encryption\\\\File->getAccessList('\\\/admin\\\/files\\\/SM...')\\n#19 [internal function]: OC\\\\Files\\\\Stream\\\\Encryption->stream_open('ocencryption:\\\/\\\/', 'r', 0, NULL)\\n#20 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(201): fopen('ocencryption:\\\/\\\/', 'r', false, Resource id #104)\\n#21 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(183): OC\\\\Files\\\\Stream\\\\Encryption::wrapSource(Resource id #103, Resource id #104, 'ocencryption', 'OC\\\\\\\\Files\\\\\\\\Stream...', 'r')\\n#22 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(484): OC\\\\Files\\\\Stream\\\\Encryption::wrap(Resource id #103, 'larry-bird.jpg', '\\\/admin\\\/files\\\/SM...', Array, 'admin', Object(OCA\\\\Encryption\\\\Crypto\\\\Encryption), Object(OC\\\\Files\\\\Storage\\\\Wrapper\\\\Availability), Object(OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption), Object(OC\\\\Encryption\\\\Util), Object(OC\\\\Encryption\\\\File), 'r', 41131, 41131, 0, false, NULL)\\n#23 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(59): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fopen('larry-bird.jpg', 'r')\\n#24 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(294): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->fopen('larry-bird.jpg', 'r')\\n#25 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1121): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->fopen('larry-bird.jpg', 'r')\\n#26 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(966): OC\\\\Files\\\\View->basicOperation('fopen', '\\\/SMB\\\/larry-bird...', Array, 'r')\\n#27 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(977): OC\\\\Files\\\\View->fopen('\\\/SMB\\\/larry-bird...', 'r')\\n#28 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview\\\/Image.php(52): OC\\\\Files\\\\View->toTmpFile('\\\/SMB\\\/larry-bird...')\\n#29 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(1141): OC\\\\Preview\\\\Image->getThumbnail('\\\/SMB\\\/larry-bird...', 2048, 2048, false, Object(OC\\\\Files\\\\View))\\n#30 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(776): OC\\\\Preview->generatePreview(231)\\n#31 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(801): OC\\\\Preview->getPreview()\\n#32 \\\/opt\\\/owncloud\\\/core\\\/ajax\\\/preview.php(63): OC\\\\Preview->showPreview()\\n#33 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/opt\\\/owncloud\\\/c...')\\n#34 [internal function]: __lambda_func(NULL)\\n#35 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): call_user_func('\\\\x00lambda_9703', Array)\\n#36 \\\/opt\\\/owncloud\\\/lib\\\/base.php(929): OC\\\\Route\\\\Router->match('\\\/core\\\/preview.p...')\\n#37 \\\/opt\\\/owncloud\\\/index.php(56): OC::handleRequest()\\n#38 {main}\",\"File\":\"\\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php\",\"Line\":587}"}
{"reqId":"7eKEoiXL1jXWViVAOa76","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2F1501657036879+(1).jpg&x=87&y=87&c=5a168f2ecde35&forceIcon=0","message":"fread(): Length parameter must be greater than 0 at \/opt\/owncloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#83"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"Couldn't re-calculate unencrypted size for larry-bird.jpg"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"no app in context","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"Exception: {\"Exception\":\"OC\\\\Encryption\\\\Exceptions\\\\DecryptionFailedException\",\"Message\":\"Encryption library: Decryption (symmetric) of content failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length\",\"Code\":0,\"Trace\":\"#0 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php(469): OCA\\\\Encryption\\\\Crypto\\\\Crypt->decrypt(*** sensitive parameters replaced ***)\\n#1 \\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Encryption.php(369): OCA\\\\Encryption\\\\Crypto\\\\Crypt->symmetricDecryptFileContent('\\\\x00\\\\xF6#\\\\xD8\\\\x84 B\\\\x8F\\\\x04\\\\x14!\\\\x00\\\\x1E\\\\xC4\\\\x9E...', '7\\\\xCB\\\\x12\\\\x9C\\\\v\\\\x91\\\\v\\\\xE3\\\\x17\\\\x00f\\\\xFA\\\\xE0\\\\xB9H...', 'AES-128-CFB', 2, '5end')\\n#2 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(599): OCA\\\\Encryption\\\\Crypto\\\\Encryption->decrypt(*** sensitive parameters replaced ***)\\n#3 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(518): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fixUnencryptedSize('larry-bird.jpg', 41131, 41131)\\n#4 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(189): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->verifyUnencryptedSize('larry-bird.jpg', 41131)\\n#5 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(190): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->getMetaData('larry-bird.jpg')\\n#6 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(577): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->getMetaData('larry-bird.jpg')\\n#7 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(113): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->getMetaData('larry-bird.jpg')\\n#8 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(150): OC\\\\Files\\\\Cache\\\\Scanner->getData('larry-bird.jpg')\\n#9 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(414): OC\\\\Files\\\\Cache\\\\Scanner->scanFile('larry-bird.jpg', 3, '170', Object(OC\\\\Files\\\\Cache\\\\CacheEntry), true)\\n#10 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(382): OC\\\\Files\\\\Cache\\\\Scanner->handleChildren('', false, 3, '170', true, 606232)\\n#11 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Scanner.php(316): OC\\\\Files\\\\Cache\\\\Scanner->scanChildren('', false, 3, '170', true)\\n#12 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Watcher.php(104): OC\\\\Files\\\\Cache\\\\Scanner->scan('', false)\\n#13 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1307): OC\\\\Files\\\\Cache\\\\Watcher->update('', Object(OC\\\\Files\\\\Cache\\\\CacheEntry))\\n#14 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1343): OC\\\\Files\\\\View->getCacheEntry(Object(OCA\\\\Files_Trashbin\\\\Storage), '', '\\\/SMB')\\n#15 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Share\\\/Share.php(163): OC\\\\Files\\\\View->getFileInfo('\\\/admin\\\/files\\\/SM...')\\n#16 \\\/opt\\\/owncloud\\\/lib\\\/public\\\/Share.php(91): OC\\\\Share\\\\Share::getUsersSharingFile('\\\/SMB', 'admin', false, false, true)\\n#17 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Encryption\\\/File.php(74): OCP\\\\Share::getUsersSharingFile('\\\/SMB', 'admin')\\n#18 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(260): OC\\\\Encryption\\\\File->getAccessList('\\\/admin\\\/files\\\/SM...')\\n#19 [internal function]: OC\\\\Files\\\\Stream\\\\Encryption->stream_open('ocencryption:\\\/\\\/', 'r', 0, NULL)\\n#20 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(201): fopen('ocencryption:\\\/\\\/', 'r', false, Resource id #104)\\n#21 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Stream\\\/Encryption.php(183): OC\\\\Files\\\\Stream\\\\Encryption::wrapSource(Resource id #103, Resource id #104, 'ocencryption', 'OC\\\\\\\\Files\\\\\\\\Stream...', 'r')\\n#22 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Encryption.php(484): OC\\\\Files\\\\Stream\\\\Encryption::wrap(Resource id #103, 'larry-bird.jpg', '\\\/admin\\\/files\\\/SM...', Array, 'admin', Object(OCA\\\\Encryption\\\\Crypto\\\\Encryption), Object(OC\\\\Files\\\\Storage\\\\Wrapper\\\\Availability), Object(OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption), Object(OC\\\\Encryption\\\\Util), Object(OC\\\\Encryption\\\\File), 'r', 41131, 41131, 0, false, NULL)\\n#23 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Checksum.php(59): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Encryption->fopen('larry-bird.jpg', 'r')\\n#24 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Storage\\\/Wrapper\\\/Wrapper.php(294): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Checksum->fopen('larry-bird.jpg', 'r')\\n#25 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(1121): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->fopen('larry-bird.jpg', 'r')\\n#26 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(966): OC\\\\Files\\\\View->basicOperation('fopen', '\\\/SMB\\\/larry-bird...', Array, 'r')\\n#27 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/View.php(977): OC\\\\Files\\\\View->fopen('\\\/SMB\\\/larry-bird...', 'r')\\n#28 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview\\\/Image.php(52): OC\\\\Files\\\\View->toTmpFile('\\\/SMB\\\/larry-bird...')\\n#29 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(1141): OC\\\\Preview\\\\Image->getThumbnail('\\\/SMB\\\/larry-bird...', 2048, 2048, false, Object(OC\\\\Files\\\\View))\\n#30 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(776): OC\\\\Preview->generatePreview(231)\\n#31 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Preview.php(801): OC\\\\Preview->getPreview()\\n#32 \\\/opt\\\/owncloud\\\/core\\\/ajax\\\/preview.php(63): OC\\\\Preview->showPreview()\\n#33 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/opt\\\/owncloud\\\/c...')\\n#34 [internal function]: __lambda_func(NULL)\\n#35 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): call_user_func('\\\\x00lambda_9703', Array)\\n#36 \\\/opt\\\/owncloud\\\/lib\\\/base.php(929): OC\\\\Route\\\\Router->match('\\\/core\\\/preview.p...')\\n#37 \\\/opt\\\/owncloud\\\/index.php(56): OC::handleRequest()\\n#38 {main}\",\"File\":\"\\\/opt\\\/owncloud\\\/apps\\\/encryption\\\/lib\\\/Crypto\\\/Crypt.php\",\"Line\":587}"}
{"reqId":"iPlTsCSOFEwSnz4jqIPH","level":3,"time":"2017-11-27T09:55:36+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"GET","url":"\/index.php\/core\/preview.png?file=%2FSMB%2Flarry-bird.jpg&x=87&y=87&c=5a168f2edc61b&forceIcon=0","message":"fread(): Length parameter must be greater than 0 at \/opt\/owncloud\/apps\/files_external\/3rdparty\/icewind\/streams\/src\/Wrapper.php#83"}
{"reqId":"hWbBYP9ZHMjJybb8uuyi","level":3,"time":"2017-11-27T09:55:37+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"PUT","url":"\/remote.php\/webdav\/SMB\/.DS_Store","message":"Undefined index: size at \/opt\/owncloud\/lib\/private\/Files\/View.php#1295"}
{"reqId":"hWbBYP9ZHMjJybb8uuyi","level":3,"time":"2017-11-27T09:55:37+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"PUT","url":"\/remote.php\/webdav\/SMB\/.DS_Store","message":"Undefined index: storage_mtime at \/opt\/owncloud\/lib\/private\/Files\/Cache\/Watcher.php#126"}
{"reqId":"hWbBYP9ZHMjJybb8uuyi","level":3,"time":"2017-11-27T09:55:37+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"PHP","method":"PUT","url":"\/remote.php\/webdav\/SMB\/.DS_Store","message":"Undefined index: permissions at \/opt\/owncloud\/lib\/private\/Files\/FileInfo.php#209"}
{"reqId":"hWbBYP9ZHMjJybb8uuyi","level":3,"time":"2017-11-27T09:55:37+00:00","remoteAddr":"HIDDEN_IP","user":"admin","app":"remote","method":"PUT","url":"\/remote.php\/webdav\/SMB\/.DS_Store","message":"Exception: {\"Exception\":\"Error\",\"Message\":\"Call to a member function getId() on null\",\"Code\":0,\"Trace\":\"#0 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/FileInfo.php(210): OC\\\\Files\\\\FileInfo->isShared()\\n#1 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/FileInfo.php(235): OC\\\\Files\\\\FileInfo->getPermissions()\\n#2 \\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/FileInfo.php(249): OC\\\\Files\\\\FileInfo->checkPermissions(2)\\n#3 \\\/opt\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/File.php(112): OC\\\\Files\\\\FileInfo->isUpdateable()\\n#4 \\\/opt\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/Directory.php(171): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\File->put(Resource id #70)\\n#5 \\\/opt\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(1095): OCA\\\\DAV\\\\Connector\\\\Sabre\\\\Directory->createFile('.DS_Store', Resource id #70)\\n#6 \\\/opt\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(525): Sabre\\\\DAV\\\\Server->createFile('SMB\\\/.DS_Store', Resource id #70, NULL)\\n#7 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPut(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#8 \\\/opt\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#9 \\\/opt\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(479): Sabre\\\\Event\\\\EventEmitter->emit('method:PUT', Array)\\n#10 \\\/opt\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#11 \\\/opt\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/webdav.php(63): Sabre\\\\DAV\\\\Server->exec()\\n#12 \\\/opt\\\/owncloud\\\/remote.php(165): require_once('\\\/opt\\\/owncloud\\\/a...')\\n#13 {main}\",\"File\":\"\\\/opt\\\/owncloud\\\/lib\\\/private\\\/Files\\\/FileInfo.php\",\"Line\":281}"}

@jvillafanez
Copy link
Member

It seems encryption-related... Were those files encrypted before? Were the encryption keys generated before uploading the files? I see "digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length"...

@ownclouders
Copy link
Contributor

Hey, this issue has been closed because the label status/STALE is set and there were no updates for 7 days. Feel free to reopen this issue if you deem it appropriate.

(This is an automated comment from GitMate.io.)

@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.
Labels
app:files_external p2-high Escalation, on top of current planning, release blocker sev3-medium Type:Bug
Projects
None yet
Development

No branches or pull requests

4 participants