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

Invalid Request Exception when using SMB External Storage with DFS #18398

Closed
jrarseneau opened this issue Aug 18, 2015 · 10 comments
Closed

Invalid Request Exception when using SMB External Storage with DFS #18398

jrarseneau opened this issue Aug 18, 2015 · 10 comments

Comments

@jrarseneau
Copy link

Hello,

We're attempting to activate SMB External Storage within ownCloud 8.1.1. However, upon adding an SMB share and attempting to sync with it, we are being thrown Exception Errors (in the log file) and Unknown Error (in the browse) when attempting to browse the folder structure.

Steps to reproduce

  1. Add external SMB storage
  2. Wait for SMB storage to sync with instance
  3. Disconnect the external storage
  4. Reconnect the storage
  5. Errors are produced when attempting to browse or sync with the Sync client (internal server error).

Expected behaviour

SMB share folder should be browsable and synced to clients

Actual behaviour

A few errors thrown:

  1. Invalid Request Exception Error (in owncloud.log)
  2. Yellow Unknown Error thrown in browser at top of page when browsing SMB folder
  3. In Sync client, Internal Server Error is thrown

Server configuration

Operating system: Ubuntu 14.04.1

Web server: nginx 1.4.6

Database: MySQL 14.14

PHP version: 5.5.9

ownCloud version: 8.1.1

Updated from an older ownCloud or fresh install: No

List of activated apps:

Enabled:

  • activity: 2.0.1
  • files: 1.1.10
  • files_external: 0.2.3
  • files_locking:
  • files_pdfviewer: 0.7
  • files_sharing: 0.6.2
  • files_texteditor: 0.4
  • files_trashbin: 0.6.3
  • files_versions: 1.0.6
  • files_videoviewer: 0.1.3
  • firstrunwizard: 1.1
  • gallery: 0.6.0
  • provisioning_api: 0.2
  • templateeditor: 0.1
  • updater: 0.6
  • user_ldap: 0.6.1
    Disabled:
  • encryption
  • external
  • user_external
  • user_webdavauth

The content of config/config.php:

<?php
$CONFIG = array (
  'trusted_domains' => 
  array (
    0 => '10.80.128.51:8000',
    1 => 'cloud.public.address.com',
  ),
  'datadirectory' => '/data',
  'overwrite.cli.url' => 'http://10.80.128.51:8000',
  'dbtype' => 'mysql',
  'version' => '8.1.1.3',
  'dbname' => 'owncloud',
  'dbhost' => 'mysql',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'oc_admin',
  'dbpassword' => '',
  'logtimezone' => 'UTC',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'ldapIgnoreNamingRules' => false,
  'mail_smtpmode' => 'smtp',
  'mail_from_address' => '',
  'mail_domain' => '',
  'mail_smtphost' => '',
  'mail_smtpport' => '25',
  'theme' => 'uomed',
  'loglevel' => 3,
);

Are you using external storage, if yes which one: SMB

Are you using encryption: NO

Are you using an external user-backend, if yes which one: Active Directory

Logs

ownCloud log (data/owncloud.log)

{"reqId":"vRoJHmIDGE00ReN\/EUwU","remoteAddr":"137.122.238.91","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/var\/www\/owncloud\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/var\/www\/owncloud\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2015-08-18T12:50:29+00:00"}
{"reqId":"ca4aqUexc0J2baFlEMgS","remoteAddr":"137.122.238.91","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/template\/functions.php#36","level":3,"time":"2015-08-18T14:28:18+00:00"}
{"reqId":"gYsCXACp0iqEBAsI8GOf","remoteAddr":"137.122.238.91","app":"PHP","message":"ldap_read(): Search: Invalid DN syntax at \/var\/www\/owncloud\/apps\/user_ldap\/lib\/ldap.php#257","level":3,"time":"2015-08-18T14:28:18+00:00"}
{"reqId":"d8KQ0ZnzP\/bdhBlXEZ6C","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:30:07+00:00"}
{"reqId":"MxDL4Q5sC5ly\/h9YXseD","remoteAddr":"137.122.238.91","app":"PHP","message":"Cannot modify header information - headers already sent by (output started at \/var\/www\/owncloud\/3rdparty\/sabre\/http\/lib\/Sapi.php:70) at \/var\/www\/owncloud\/3rdparty\/sabre\/http\/lib\/Sapi.php#58","level":3,"time":"2015-08-18T14:30:33+00:00"}
{"reqId":"ulj2tYt30oNDTuYjQI+m","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:33:40+00:00"}
{"reqId":"tsH8WkccJXB8O96JTnOa","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:37:31+00:00"}
{"reqId":"iOMp1D+5uA9fAMI9JkgZ","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:41:35+00:00"}
{"reqId":"heSDmJC0s6qVqlR2+9FW","remoteAddr":"137.122.238.91","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/template\/functions.php#36","level":3,"time":"2015-08-18T14:44:04+00:00"}
{"reqId":"w6ldx\/a+8qLdexb5DbU6","remoteAddr":"137.122.238.91","app":"PHP","message":"ldap_read(): Search: Invalid DN syntax at \/var\/www\/owncloud\/apps\/user_ldap\/lib\/ldap.php#257","level":3,"time":"2015-08-18T14:44:05+00:00"}
{"reqId":"xzCLAJdcUAnNG2nAvduy","remoteAddr":"137.122.238.91","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/template\/functions.php#36","level":3,"time":"2015-08-18T14:55:42+00:00"}
{"reqId":"9IdHEtUMRVRj9bsx3hap","remoteAddr":"137.122.238.91","app":"PHP","message":"ldap_read(): Search: Invalid DN syntax at \/var\/www\/owncloud\/apps\/user_ldap\/lib\/ldap.php#257","level":3,"time":"2015-08-18T14:55:43+00:00"}
{"reqId":"oG0v2u897QyMcGaOVxSx","remoteAddr":"137.122.238.91","app":"files","message":"Exception: {\"Exception\":\"Icewind\\\\SMB\\\\Exception\\\\NotFoundException\",\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/PCard PO\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('PCard PO')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('PCard PO')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('PCard PO')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('PCard PO', 1437671380)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('PCard PO', 1437671380)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('PCard PO', 1437671380)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('PCard PO', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/filesystem.php(861): OC\\\\Files\\\\View->getFileInfo('\\\/Medtech Budget...', true)\\n#11 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/ajax\\\/list.php(35): OC\\\\Files\\\\Filesystem::getFileInfo('\\\/Medtech Budget...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/route\\\/route.php(154) : runtime-created function(1): require_once('\\\/var\\\/www\\\/ownclo...')\\n#13 [internal function]: __lambda_func(Array)\\n#14 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/route\\\/router.php(274): call_user_func('?lambda_726', Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(873): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#16 \\\/var\\\/www\\\/owncloud\\\/index.php(40): OC::handleRequest()\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:56:56+00:00"}
{"reqId":"fIP9lwKjE2T3QUTtrtzs","remoteAddr":"137.122.238.91","app":"files","message":"Exception: {\"Exception\":\"Icewind\\\\SMB\\\\Exception\\\\NotFoundException\",\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/Paiements 2009-2010\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('Paiements 2009-...')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('Paiements 2009-...')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('Paiements 2009-...')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('Paiements 2009-...', 1272041358)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('Paiements 2009-...', 1272041358)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('Paiements 2009-...', 1272041358)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('Paiements 2009-...', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/filesystem.php(861): OC\\\\Files\\\\View->getFileInfo('\\\/Medtech Budget...', true)\\n#11 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/ajax\\\/list.php(35): OC\\\\Files\\\\Filesystem::getFileInfo('\\\/Medtech Budget...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/route\\\/route.php(154) : runtime-created function(1): require_once('\\\/var\\\/www\\\/ownclo...')\\n#13 [internal function]: __lambda_func(Array)\\n#14 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/route\\\/router.php(274): call_user_func('?lambda_764', Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/lib\\\/base.php(873): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#16 \\\/var\\\/www\\\/owncloud\\\/index.php(40): OC::handleRequest()\\n#17 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:57:01+00:00"}
{"reqId":"oAGiTi3H2EQFgE1mSb97","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:57:07+00:00"}
{"reqId":"erg7du+bhSsCY+PXvdEF","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:58:06+00:00"}
{"reqId":"MkioxLI2sICrkpiuiv0j","remoteAddr":"137.122.238.91","app":"webdav","message":"Exception: {\"Message\":\"Invalid request for \\\/Medtech\\\/Medtech Budget\\\/150801\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(365): Icewind\\\\SMB\\\\Parser->checkForError(Array, '\\\/Medtech\\\/Medtec...')\\n#1 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Share.php(130): Icewind\\\\SMB\\\\Share->parseOutput(Array, '\\\/Medtech\\\/Medtec...')\\n#2 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(102): Icewind\\\\SMB\\\\Share->stat('\\\/Medtech\\\/Medtec...')\\n#3 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(136): OC\\\\Files\\\\Storage\\\\SMB->getFileInfo('150801')\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/common.php(167): OC\\\\Files\\\\Storage\\\\SMB->stat('150801')\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/lib\\\/smb.php(171): OC\\\\Files\\\\Storage\\\\Common->filemtime('150801')\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\SMB->hasUpdated('150801', 1373902785)\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/storage\\\/wrapper\\\/wrapper.php(376): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#8 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/cache\\\/watcher.php(89): OC\\\\Files\\\\Storage\\\\Wrapper\\\\Wrapper->hasUpdated('150801', 1373902785)\\n#9 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/files\\\/view.php(1182): OC\\\\Files\\\\Cache\\\\Watcher->checkUpdate('150801', Array)\\n#10 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/objecttree.php(148): OC\\\\Files\\\\View->getFileInfo('Medtech Budget\\\/...')\\n#11 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(920): OC\\\\Connector\\\\Sabre\\\\ObjectTree->getNodeForPath('Medtech Budget\\\/...')\\n#12 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/CorePlugin.php(327): Sabre\\\\DAV\\\\Server->getPropertiesForPath('Medtech Budget\\\/...', Array, 1)\\n#13 [internal function]: Sabre\\\\DAV\\\\CorePlugin->httpPropfind(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#14 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#15 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(469): Sabre\\\\Event\\\\EventEmitter->emit('method:PROPFIND', Array)\\n#16 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#17 \\\/var\\\/www\\\/owncloud\\\/apps\\\/files\\\/appinfo\\\/remote.php(83): Sabre\\\\DAV\\\\Server->exec()\\n#18 \\\/var\\\/www\\\/owncloud\\\/remote.php(132): require_once('\\\/var\\\/www\\\/ownclo...')\\n#19 {main}\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/apps\\\/files_external\\\/3rdparty\\\/icewind\\\/smb\\\/src\\\/Parser.php\",\"Line\":49}","level":4,"time":"2015-08-18T14:59:06+00:00"}
{"reqId":"miG85LCS6EpVmcBCRhk4","remoteAddr":"137.122.238.91","app":"PHP","message":"Array to string conversion at \/var\/www\/owncloud\/lib\/private\/template\/functions.php#36","level":3,"time":"2015-08-18T15:08:49+00:00"}
{"reqId":"g0bpI15sn7uCioZrK\/3z","remoteAddr":"137.122.238.91","app":"PHP","message":"ldap_read(): Search: Invalid DN syntax at \/var\/www\/owncloud\/apps\/user_ldap\/lib\/ldap.php#257","level":3,"time":"2015-08-18T15:08:49+00:00"}
@jrarseneau
Copy link
Author

I will add that I am also using a DFS server, in case that is relevant.

@karlitschek
Copy link
Contributor

@icewind1991 any idea?

@PVince81
Copy link
Contributor

@jrarseneau in what way are you disconnecting the storage ? Are you deleting it from the storages list in the admin page or unplugging the network ?

@jrarseneau
Copy link
Author

Hello @PVince81

Not through the admin menu. We've only activated the External Storage functionality from the admin menu. This is done through a user account, and here are the steps:

  1. Go into Personal
  2. Add an external SMB storage
  3. Browse through newly created folder, everything seems fine
  4. Disconnect storage by going to the parent folder of the shared SMB storage folder and clicking the small trashcan icon (which changes to a "disconnect storage" overlay)
  5. Attempt to re-add the storage using steps 1 and 2 using same folder name as before
  6. Browse the storage as in 3 and getting the errors I outlined above.

@PVince81
Copy link
Contributor

@icewind1991 any clues ?

Note that starting with 8.2 deleting the storage entry will also cleanup the cache entries from the database, which might or might not fix the issue.

@PVince81
Copy link
Contributor

PVince81 commented Nov 9, 2015

Known DFS issue with smbclient: #12498

@icewind1991 icewind1991 changed the title Invalid Request Exception when using SMB External Storage Invalid Request Exception when using SMB External Storage with DFS Nov 9, 2015
@icewind1991
Copy link
Contributor

Can you try browsing /Medtech/Medtech Budget/150801 manually using smbclient?

@PVince81
Copy link
Contributor

Which Samba version do you have ? You might need Samba >= 4.2 to make it work with DFS.

@PVince81
Copy link
Contributor

PVince81 commented Mar 4, 2016

Please make sure you are using Samba >= 4.2.8 as earlier versions don't work well with DFS.
Also make sure you have php5-libsmbclient.

Closing due to lack of feedback.

@PVince81 PVince81 closed this as completed Mar 4, 2016
@lock
Copy link

lock bot commented Aug 5, 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 Aug 5, 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

5 participants