Steps to reproduce
- Use a incoming federated share
- Use the sync client which syncs this federated share
- Just wait and watch how the ownCloud errorlog gets filled up over time with error messages
Expected behaviour
No errors logged
Actual behaviour
Recurring entries with errors listed below (fills up the log...)
Server configuration
Operating system: Ubuntu 14.04
Web server: nginx 1.9.14
Database: mysql
PHP version: 5.5.9
ownCloud version: (see ownCloud admin page)
ownCloud 9.0.2 RC1 (daily) Build:2016-04-28T03:03:12+00:00 795f321
Updated from an older ownCloud or fresh install:
This was a fresh setup from tar and updated once, daily channel
Where did you install ownCloud from:
tar
Signing status (ownCloud 9.0 and above):
Datei nicht gefunden
Das ausgewählte Dokument wurde auf dem Server nicht gefunden.
Sie können zur Rückkehr zu ownCloud hier klicken.
List of activated apps:
Enabled:
- activity: 2.2.1
- comments: 0.2
- dav: 0.1.6
- federatedfilesharing: 0.1.0
- federation: 0.0.4
- files: 1.4.4
- files_external: 0.5.2
- files_pdfviewer: 0.8.1
- files_sharing: 0.9.1
- files_texteditor: 2.1
- files_trashbin: 0.8.0
- files_versions: 1.2.0
- files_videoplayer: 0.9.8
- firstrunwizard: 1.1
- gallery: 14.5.0
- notifications: 0.2.3
- provisioning_api: 0.4.1
- systemtags: 0.2
- templateeditor: 0.1
- updatenotification: 0.1.0
Disabled:
- encryption
- external
- user_external
- user_ldap
The content of config/config.php:
{
"system": {
"instanceid": "ock982ae3c5s",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"xxxx"
],
"datadirectory": "\/var\/www\/owncloud\/data",
"overwrite.cli.url": "https:\/\/xxxx",
"dbtype": "mysql",
"version": "9.0.2.0",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "Europe\/Vienna",
"installed": true,
"filelocking.enabled": "true",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0,
"dbindex": 0
},
"assetdirectory": "\/var\/www\/owncloud",
"asset-pipeline.enabled": true,
"filesystem_check_changes": 1,
"preview_max_scale_factor": 1,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\Illustrator",
"OC\\Preview\\Postscript",
"OC\\Preview\\Photoshop",
"OC\\Preview\\TIFF",
"OC\\Preview\\Raw"
],
"loglevel": 2,
"maintenance": false,
"mail_smtpmode": "smtp",
"mail_smtpsecure": "tls",
"mail_from_address": "owncloud",
"mail_domain": "xxxx",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "xxxx",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
SMB
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser: Opera
Operating system: W7x64
Logs
owncloud.log
Error files
Backends provided no user object for "federated_share_name"
Error no app in context
Exception: {"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object for federated_share_name\/","Code":0,"Trace":"
#0 \/var\/www\/owncloud\/apps\/activity\/lib\/fileshooks.php(214): OC\\Files\\Filesystem::initMountPoints('federated_share_name...')\
n#1 \/var\/www\/owncloud\/apps\/activity\/lib\/fileshooks.php(152): OCA\\Activity\\FilesHooks->getSourcePathAndOwner('\/a_path...')\
n#2 \/var\/www\/owncloud\/apps\/activity\/lib\/fileshooks.php(106): OCA\\Activity\\FilesHooks->addNotificationsForFileAction('\/a_path...', 'file_created', 'created_self', 'created_by')\
n#3 \/var\/www\/owncloud\/apps\/activity\/lib\/fileshooksstatic.php(60): OCA\\Activity\\FilesHooks->fileCreate('\/a_path...')\
n#4 [internal function]: OCA\\Activity\\FilesHooksStatic::fileCreate(Array)\
n#5 \/var\/www\/owncloud\/lib\/private\/hook.php(105): call_user_func(Array, Array)\
n#6 \/var\/www\/owncloud\/apps\/dav\/lib\/connector\/sabre\/file.php(283): OC_Hook::emit('OC_Filesystem', 'post_create', Array)\
n#7 \/var\/www\/owncloud\/apps\/dav\/lib\/connector\/sabre\/file.php(206): OCA\\DAV\\Connector\\Sabre\\File->emitPostHooks(false)\
n#8 \/var\/www\/owncloud\/apps\/dav\/lib\/connector\/sabre\/directory.php(134): OCA\\DAV\\Connector\\Sabre\\File->put(Resource id #48)\
n#9 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(1036): OCA\\DAV\\Connector\\Sabre\\Directory->createFile('2016.06.01 Asse...', Resource id #48)\
n#10 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php(523): Sabre\\DAV\\Server->createFile('Innovation Enga...', Resource id #48, NULL)\
n#11 [internal function]: Sabre\\DAV\\CorePlugin->httpPut(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\
n#12 \/var\/www\/owncloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\
n#13 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(459): Sabre\\Event\\EventEmitter->emit('method:PUT', Array)\
n#14 \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\
n#15 \/var\/www\/owncloud\/apps\/dav\/appinfo\/v1\/webdav.php(55): Sabre\\DAV\\Server->exec()\
n#16 \/var\/www\/owncloud\/remote.php(138): require_once('\/var\/w...')\
n#17 {main}","File":"\/var\/www\/owncloud\/lib\/private\/files\/filesystem.php","Line":390}```
Steps to reproduce
Expected behaviour
No errors logged
Actual behaviour
Recurring entries with errors listed below (fills up the log...)
Server configuration
Operating system: Ubuntu 14.04
Web server: nginx 1.9.14
Database: mysql
PHP version: 5.5.9
ownCloud version: (see ownCloud admin page)
ownCloud 9.0.2 RC1 (daily) Build:2016-04-28T03:03:12+00:00 795f321
Updated from an older ownCloud or fresh install:
This was a fresh setup from tar and updated once, daily channel
Where did you install ownCloud from:
tar
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: local/smb/sftp/...
SMB
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser: Opera
Operating system: W7x64
Logs
owncloud.log