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

Bigger zips are not downloaded correctly #1755

Closed
AntonOellerer opened this issue Oct 14, 2016 · 3 comments
Closed

Bigger zips are not downloaded correctly #1755

AntonOellerer opened this issue Oct 14, 2016 · 3 comments

Comments

@AntonOellerer
Copy link

AntonOellerer commented Oct 14, 2016

Steps to reproduce

It occurs when I try to download folders bigger than a certain size. (4 GB?)
The biggest size for which it worked for me regularly is 3.2 GB, the smallest I observed it not working is 4.9GB.

Expected behaviour

The Zip file should be downloaded correctly.

Actual behaviour

When I try to download a folder > 4GB it stops the download at 4GB and the Zip file seems to be damaged.
I am not able to unpack it correctly, unzip fails with
Archive: xxx.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. note: xxx.zip may be a plain executable, not an archive unzip: cannot find zipfile directory in one of xxx.zip or xxx.zip.zip, and cannot find xxx.zip.ZIP, period.

Server configuration

Operating system:
Ubuntu 16.04.1 LTS 32-Bit

Web server:
Apache/2.4.18

Database:
Type: mysql
Version: 10.0.27
Size: 25.7 MB

PHP version:
Version: 7.0.8
Memory Limit: 512.0 MB
Max Execution Time: 3600
Upload max size: 513.0 MB

Nextcloud version: (see Nextcloud admin page)
10.0.1 (stable)

Updated from an older Nextcloud/ownCloud or fresh install:
Updated from nextcloud 9.0.53 (stable) (occured there too)

Where did you install Nextcloud from:
https://download.nextcloud.com/server/releases/nextcloud-10.0.1.tar.bz2

Signing status:

No errors have been found.

List of activated apps:

App list

</details>
  - activity: 2.3.2
  - admin_audit: 1.0.0
  - comments: 1.0.0
  - dav: 1.0.1
  - federatedfilesharing: 1.0.1
  - federation: 1.0.1
  - files: 1.5.2
  - files_pdfviewer: 0.8.1
  - files_sharing: 1.0.0
  - files_texteditor: 2.1
  - files_trashbin: 1.0.0
  - files_versions: 1.3.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - gallery: 15.0.0
  - notifications: 0.3.0
  - ownbackup: 0.3.8
  - password_policy: 1.0.0
  - provisioning_api: 1.0.0
  - serverinfo: 1.1.1
  - survey_client: 0.1.5
  - systemtags: 1.0.2
  - templateeditor: 0.1
  - theming: 1.0.1
  - updatenotification: 1.0.1
  - workflowengine: 1.0.1

The content of config/config.php:

Config report

{
    "system": {
        "instanceid": "ocah6wl57w46",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "192.168.1.55",
            "zzz.ddns.net"
        ],
        "datadirectory": "\/home\/xxx\/Dokumente\/nextCloud\/data",
        "overwrite.cli.url": "http:\/\/localhost\/nextcloud",
        "dbtype": "mysql",
        "version": "9.1.1.5",
        "dbname": "nextCloud",
        "dbhost": "localhost",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "mail_smtpmode": "php",
        "theme": "",
        "updater.release.channel": "stable",
        "loglevel": 2,
        "maintenance": false
    }
}

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

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:
Firefox (49), Chrome

Operating system:
Ubuntu, Fedora 24(64-bit), Windows 7

Logs

Web server error log

Web server error log

[Fri Oct 14 07:35:12.511846 2016] [ssl:warn] [pid 6714] AH01909: bwgServer:443:0 server certificate does NOT include an ID which matches the server name
[Fri Oct 14 07:35:12.512132 2016] [mpm_prefork:notice] [pid 6714] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Fri Oct 14 07:35:12.512147 2016] [core:notice] [pid 6714] AH00094: Command line: '/usr/sbin/apache2'
[Fri Oct 14 13:01:02.679905 2016] [autoindex:error] [pid 17284] [client 192.168.1.17:54270] AH01276: Cannot serve directory /var/www/nextcloud/core/doc/user/_static/: No matching DirectoryIndex (index.php,index.html) found, and server-generated directory index forbidden by Options directive, referer: https://zzz.ddns.net/core/doc/user/index.html
[Fri Oct 14 13:21:46.656383 2016] [:error] [pid 14973] [client 192.168.1.17:54930] PHP Fatal error:  Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in /var/www/nextcloud/lib/private/Files/Filesystem.php:773\nStack trace:\n#0 /var/www/nextcloud/lib/private/Files/View.php(2034): OC\\Files\\Filesystem::normalizePath('/xxx/files/yyy...')\n#1 /var/www/nextcloud/lib/private/Files/View.php(1152): OC\\Files\\View->unlockFile('/yyy/See/IMG_0...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 /var/www/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown in /var/www/nextcloud/lib/private/Files/Filesystem.php on line 773
[Fri Oct 14 13:48:32.799979 2016] [:error] [pid 17318] [client 192.168.1.17:55766] PHP Fatal error:  Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in /var/www/nextcloud/lib/private/Files/Filesystem.php:773\nStack trace:\n#0 /var/www/nextcloud/lib/private/Files/View.php(2034): OC\\Files\\Filesystem::normalizePath('/xxx/files/yyy...')\n#1 /var/www/nextcloud/lib/private/Files/View.php(1152): OC\\Files\\View->unlockFile('/yyy/Kroatien/...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 /var/www/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown in /var/www/nextcloud/lib/private/Files/Filesystem.php on line 773
[Fri Oct 14 14:05:19.732542 2016] [:error] [pid 17285] [client 192.168.1.17:44768] script '/var/www/html/index.php' not found or unable to stat
[Fri Oct 14 14:06:47.668982 2016] [:error] [pid 19403] [client 192.168.1.17:44778] script '/var/www/html/index.php' not found or unable to stat
[Fri Oct 14 14:09:07.312972 2016] [:error] [pid 17284] [client 192.168.1.17:44836] script '/var/www/html/index.php' not found or unable to stat
[Fri Oct 14 14:21:31.372123 2016] [:error] [pid 17283] [client 192.168.1.17:45166] script '/var/www/html/index.php' not found or unable to stat
[Fri Oct 14 14:21:42.115737 2016] [:error] [pid 17318] [client 192.168.1.17:45168] script '/var/www/html/index.php' not found or unable to stat
[Fri Oct 14 14:37:06.056066 2016] [:error] [pid 17282] [client 192.168.1.17:57608] PHP Fatal error:  Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in /var/www/nextcloud/lib/private/Files/Filesystem.php:773\nStack trace:\n#0 /var/www/nextcloud/lib/private/Files/View.php(2034): OC\\Files\\Filesystem::normalizePath('/xxx/files/yyy...')\n#1 /var/www/nextcloud/lib/private/Files/View.php(1152): OC\\Files\\View->unlockFile('/yyy/See/IMG_0...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 /var/www/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown in /var/www/nextcloud/lib/private/Files/Filesystem.php on line 773
[Fri Oct 14 15:26:37.019212 2016] [:error] [pid 24255] [client 192.168.1.17:59516] PHP Fatal error:  Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in /var/www/nextcloud/lib/private/Files/Filesystem.php:773\nStack trace:\n#0 /var/www/nextcloud/lib/private/Files/View.php(2034): OC\\Files\\Filesystem::normalizePath('/xxx/files/yyy...')\n#1 /var/www/nextcloud/lib/private/Files/View.php(1152): OC\\Files\\View->unlockFile('/yyy/See/IMG_0...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 /var/www/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown in /var/www/nextcloud/lib/private/Files/Filesystem.php on line 773
[Fri Oct 14 15:53:40.718996 2016] [:error] [pid 25429] [client 192.168.1.17:60806] PHP Fatal error:  Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in /var/www/nextcloud/lib/private/Files/Filesystem.php:773\nStack trace:\n#0 /var/www/nextcloud/lib/private/Files/View.php(2034): OC\\Files\\Filesystem::normalizePath('/xxx/files/Ph...')\n#1 /var/www/nextcloud/lib/private/Files/View.php(1152): OC\\Files\\View->unlockFile('/Photos/yyy/D...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 /var/www/nextcloud/3rdparty/icewind/streams/src/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown in /var/www/nextcloud/lib/private/Files/Filesystem.php on line 773

#### Nextcloud log (data/nextcloud.log)

Nextcloud log

{"reqId":"KPT3K\/AobU1uO\/1xk2IO","remoteAddr":"","app":"core","message":"starting upgrade from 9.0.53.0 to 9.1.1.5","level":0,"time":"2016-10-13T21:43:37+00:00","method":"--","url":"--","user":"--"}
{"reqId":"eZhHtOC1kRSyuTQwvVHO","remoteAddr":"","app":"cli","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","level":1,"time":"2016-10-13T21:45:08+00:00","method":"--","url":"--","user":"--"}
{"reqId":"eZhHtOC1kRSyuTQwvVHO","remoteAddr":"","app":"cli","message":"Memcache \\OC\\Memcache\\APCu not available for distributed cache","level":1,"time":"2016-10-13T21:45:08+00:00","method":"--","url":"--","user":"--"}
{"reqId":"eZhHtOC1kRSyuTQwvVHO","remoteAddr":"","app":"cron","message":"Update required, skipping cron","level":0,"time":"2016-10-13T21:45:09+00:00","method":"--","url":"--","user":"--"}
{"reqId":"VO6NAH+GWJ\/+CiN5ukU9","remoteAddr":"192.168.1.17","app":"filesystem","message":"Storage wrapper 'sharePermissions' was not registered via the 'OC_Filesystem - preSetup' hook which could cause potential problems.","level":2,"time":"2016-10-13T21:49:55+00:00","method":"PROPFIND","url":"\/public.php\/webdav\/","user":"--"}
{"reqId":"kkXdXVVPcfeZ4KGFFlwR","remoteAddr":"192.168.1.17","app":"filesystem","message":"Storage wrapper 'sharePermissions' was not registered via the 'OC_Filesystem - preSetup' hook which could cause potential problems.","level":2,"time":"2016-10-13T21:50:01+00:00","method":"PROPFIND","url":"\/public.php\/webdav\/yyy","user":"--"}
{"reqId":"8o+E8rhvaMll08zCfLiJ","remoteAddr":"192.168.1.17","app":"filesystem","message":"Storage wrapper 'sharePermissions' was not registered via the 'OC_Filesystem - preSetup' hook which could cause potential problems.","level":2,"time":"2016-10-13T21:50:04+00:00","method":"PROPFIND","url":"\/public.php\/webdav\/","user":"--"}
{"reqId":"MjLBHyIqSqh4FnqEMoPp","remoteAddr":"192.168.1.17","app":"no app in context","message":"Exception: {\"Exception\":\"OverflowException\",\"Message\":\"Count64 object limited to 32 bit (overflow)\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/ZipStreamer.php(231): ZipStreamer\\\\Count64_32->add(Array)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(98): ZipStreamer\\\\ZipStreamer->addFileFromStream(Resource id #6679, 'yyy\\\/IMG_2675....')\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(80): OC\\\\Streamer->addFileFromStream(Resource id #6679, 'yyy\\\/IMG_2675....', 5877706)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/files.php(165): OC\\\\Streamer->addDirRecursive('\\\/Photos\\\/yyy')\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files_sharing\\\/lib\\\/Controllers\\\/ShareController.php(540): OC_Files::get('\\\/Photos', 'yyy', Array)\\n#5 [internal function]: OCA\\\\Files_Sharing\\\\Controllers\\\\ShareController->downloadShare('DWQMmnt2pLL9HCZ', 'yyy', '\\\/', '0y9nmwhq5p6')\\n#6 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(160): call_user_func_array(Array, Array)\\n#7 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(90): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OCA\\\\Files_Sharing\\\\Controllers\\\\ShareController), 'downloadShare')\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(111): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\Files_Sharing\\\\Controllers\\\\ShareController), 'downloadShare')\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/public\\\/AppFramework\\\/App.php(136): OC\\\\AppFramework\\\\App::main('ShareController', 'downloadShare', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer))\\n#10 \\\/var\\\/www\\\/nextcloud\\\/core\\\/routes.php(140): OCP\\\\AppFramework\\\\App->dispatch('ShareController', 'downloadShare')\\n#11 [internal function]: OC\\\\Route\\\\Router->{closure}(Array)\\n#12 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func(Object(Closure), Array)\\n#13 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/base.php(983): OC\\\\Route\\\\Router->match('\\\/s\\\/DWQMmnt2pLL9...')\\n#14 \\\/var\\\/www\\\/nextcloud\\\/index.php(48): OC::handleRequest()\\n#15 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/lib\\\/Count64.php\",\"Line\":221}","level":3,"time":"2016-10-13T22:07:14+00:00","method":"GET","url":"\/index.php\/s\/DWQMmnt2pLL9HCZ\/download?path=%2F&files=yyy&downloadStartSecret=0y9nmwhq5p6","user":"--"}
{"reqId":"ul+TUJ0lQ\/qI2IIrsfqx","remoteAddr":"192.168.1.17","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\\Files\\Filesystem::normalizePath('\/xxx\/files\/Ph...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\\Files\\View->unlockFile('\/Photos\/yyy\/I...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-10-13T22:12:54+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v1\/notifications?format=json","user":"xxx"}
{"reqId":"zeLb8i4HRC7Uepb6\/Jqc","remoteAddr":"192.168.1.17","app":"no app in context","message":"Exception: {\"Exception\":\"OverflowException\",\"Message\":\"Count64 object limited to 32 bit (overflow)\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/ZipStreamer.php(231): ZipStreamer\\\\Count64_32->add(Array)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(98): ZipStreamer\\\\ZipStreamer->addFileFromStream(Resource id #6537, 'yyy\\\/See\\\/IMG_06...')\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(80): OC\\\\Streamer->addFileFromStream(Resource id #6537, 'yyy\\\/See\\\/IMG_06...', 4424193)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(83): OC\\\\Streamer->addDirRecursive('\\\/\\\/yyy\\\/See', 'yyy\\\/See\\\/')\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/files.php(165): OC\\\\Streamer->addDirRecursive('\\\/\\\/yyy')\\n#5 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files\\\/ajax\\\/download.php(63): OC_Files::get('\\\/', 'yyy', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/var\\\/www\\\/nextcl...')\\n#7 [internal function]: __lambda_func()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func('\\\\x00lambda_725', Array)\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/base.php(983): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#10 \\\/var\\\/www\\\/nextcloud\\\/index.php(48): OC::handleRequest()\\n#11 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/lib\\\/Count64.php\",\"Line\":221}","level":3,"time":"2016-10-14T11:21:45+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/download.php?dir=%2F&files=yyy&downloadStartSecret=fhmvg8pgmjs","user":"xxx"}
{"reqId":"WMl7ETPM1xovkttlzKSu","remoteAddr":"192.168.1.17","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\\Files\\Filesystem::normalizePath('\/xxx\/files\/yyy...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\\Files\\View->unlockFile('\/yyy\/See\/IMG_0...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-10-14T11:27:32+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v1\/notifications?format=json","user":"xxx"}
{"reqId":"wt65sQiPxDwBleyuT4AE","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:01+00:00","method":"PROPFIND","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"aQ056IOrqSi3x5fWtgp0","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:01+00:00","method":"PROPFIND","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"--"}
{"reqId":"ushMGvelhLh4aSoaEDf1","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:01+00:00","method":"PROPFIND","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"\/G4W7zlkLWyRF+5eXtWW","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:01+00:00","method":"PROPFIND","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"--"}
{"reqId":"ushMGvelhLh4aSoaEDf1","remoteAddr":"192.168.1.17","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\\Files\\Filesystem::normalizePath('\/xxx\/files\/yyy...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\\Files\\View->unlockFile('\/yyy\/Kroatien\/...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-10-14T11:55:01+00:00","method":"PROPFIND","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"Zi5StXClrg6BV4u+1WsK","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"--"}
{"reqId":"UdXUPv7XgJJqHfoDggsZ","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"Lv0oFMg\/ZgEXp3hsX+9b","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"dHam5UTgH1X3Y938tuR4","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"--"}
{"reqId":"NaLI6xWeMSGx9u3XCLg9","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"2uDnX0h7uWHXlBn5TWHf","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/default\/","user":"--"}
{"reqId":"MoZL2kKD3ZgJRBR7rnL5","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"--"}
{"reqId":"TfvwGH2X3y1AVJjOmePk","remoteAddr":"192.168.1.17","app":"caldav","message":"Exception: {\"Message\":\"HTTP\\\/1.1 503 System in maintenance mode.\",\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(446): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(248): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v1\\\/caldav.php(84): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/nextcloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":85,\"User\":false}","level":4,"time":"2016-10-14T11:55:02+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"--"}
{"reqId":"pQsWgXUU8akDFN3E5lV8","remoteAddr":"192.168.1.17","app":"no app in context","message":"Exception: {\"Exception\":\"OverflowException\",\"Message\":\"Count64 object limited to 32 bit (overflow)\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/ZipStreamer.php(231): ZipStreamer\\\\Count64_32->add(Array)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(98): ZipStreamer\\\\ZipStreamer->addFileFromStream(Resource id #6527, 'yyy\\\/See\\\/IMG_06...')\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(80): OC\\\\Streamer->addFileFromStream(Resource id #6527, 'yyy\\\/See\\\/IMG_06...', 4424193)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(83): OC\\\\Streamer->addDirRecursive('\\\/\\\/yyy\\\/See', 'yyy\\\/See\\\/')\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/files.php(165): OC\\\\Streamer->addDirRecursive('\\\/\\\/yyy')\\n#5 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files\\\/ajax\\\/download.php(63): OC_Files::get('\\\/', 'yyy', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/var\\\/www\\\/nextcl...')\\n#7 [internal function]: __lambda_func()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func('\\\\x00lambda_689', Array)\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/base.php(983): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#10 \\\/var\\\/www\\\/nextcloud\\\/index.php(48): OC::handleRequest()\\n#11 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/lib\\\/Count64.php\",\"Line\":221}","level":3,"time":"2016-10-14T12:37:05+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/download.php?dir=%2F&files=yyy&downloadStartSecret=5fto8zy8nel","user":"xxx"}
{"reqId":"eYlh36XhJi2zy8SKGgD7","remoteAddr":"192.168.1.17","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\\Files\\Filesystem::normalizePath('\/xxx\/files\/yyy...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\\Files\\View->unlockFile('\/yyy\/See\/IMG_0...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-10-14T12:37:45+00:00","method":"GET","url":"\/index.php\/apps\/theming\/styles?v=20","user":"xxx"}
{"reqId":"i6V\/1Zm8r5i8kLcru3tP","remoteAddr":"192.168.1.17","app":"no app in context","message":"Exception: {\"Exception\":\"OverflowException\",\"Message\":\"Count64 object limited to 32 bit (overflow)\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/ZipStreamer.php(231): ZipStreamer\\\\Count64_32->add(Array)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(98): ZipStreamer\\\\ZipStreamer->addFileFromStream(Resource id #6527, 'yyy\\\/See\\\/IMG_06...')\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(80): OC\\\\Streamer->addFileFromStream(Resource id #6527, 'yyy\\\/See\\\/IMG_06...', 4424193)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(83): OC\\\\Streamer->addDirRecursive('\\\/\\\/yyy\\\/See', 'yyy\\\/See\\\/')\\n#4 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/files.php(165): OC\\\\Streamer->addDirRecursive('\\\/\\\/yyy')\\n#5 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files\\\/ajax\\\/download.php(63): OC_Files::get('\\\/', 'yyy', Array)\\n#6 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/var\\\/www\\\/nextcl...')\\n#7 [internal function]: __lambda_func()\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func('\\\\x00lambda_989', Array)\\n#9 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/base.php(983): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#10 \\\/var\\\/www\\\/nextcloud\\\/index.php(48): OC::handleRequest()\\n#11 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/lib\\\/Count64.php\",\"Line\":221}","level":3,"time":"2016-10-14T13:26:36+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/download.php?dir=%2F&files=yyy&downloadStartSecret=hpd52cma9ns","user":"xxx"}
{"reqId":"XZVAlv8eJbfX3ie2spYo","remoteAddr":"192.168.1.17","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\\Files\\Filesystem::normalizePath('\/xxx\/files\/yyy...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\\Files\\View->unlockFile('\/yyy\/See\/IMG_0...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-10-14T13:29:51+00:00","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v1\/notifications?format=json","user":"xxx"}
{"reqId":"dUX9kvejFkE+vL+OfwIN","remoteAddr":"192.168.1.17","app":"no app in context","message":"Exception: {\"Exception\":\"OverflowException\",\"Message\":\"Count64 object limited to 32 bit (overflow)\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/ZipStreamer.php(231): ZipStreamer\\\\Count64_32->add(Array)\\n#1 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(98): ZipStreamer\\\\ZipStreamer->addFileFromStream(Resource id #6824, 'yyy\\\/DSCN3905....')\\n#2 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Streamer.php(80): OC\\\\Streamer->addFileFromStream(Resource id #6824, 'yyy\\\/DSCN3905....', 5300058)\\n#3 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/legacy\\\/files.php(165): OC\\\\Streamer->addDirRecursive('\\\/Photos\\\/yyy')\\n#4 \\\/var\\\/www\\\/nextcloud\\\/apps\\\/files\\\/ajax\\\/download.php(63): OC_Files::get('\\\/Photos', 'yyy', Array)\\n#5 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Route.php(155) : runtime-created function(1): require_once('\\\/var\\\/www\\\/nextcl...')\\n#6 [internal function]: __lambda_func()\\n#7 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/private\\\/Route\\\/Router.php(293): call_user_func('\\\\x00lambda_549', Array)\\n#8 \\\/var\\\/www\\\/nextcloud\\\/lib\\\/base.php(983): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/aja...')\\n#9 \\\/var\\\/www\\\/nextcloud\\\/index.php(48): OC::handleRequest()\\n#10 {main}\",\"File\":\"\\\/var\\\/www\\\/nextcloud\\\/3rdparty\\\/mcnetic\\\/zipstreamer\\\/src\\\/lib\\\/Count64.php\",\"Line\":221}","level":3,"time":"2016-10-14T13:53:40+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/download.php?dir=%2FPhotos&files=yyy&downloadStartSecret=ka0t2y4yzy","user":"xxx"}
{"reqId":"FqVZNqHNvog1kI49Usu8","remoteAddr":"192.168.1.17","app":"PHP","message":"Uncaught Error: Access to undeclared static property: OC\\Files\\Filesystem::$normalizedPathCache in \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php:773\nStack trace:\n#0 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(2034): OC\\Files\\Filesystem::normalizePath('\/xxx\/files\/Ph...')\n#1 \/var\/www\/nextcloud\/lib\/private\/Files\/View.php(1152): OC\\Files\\View->unlockFile('\/Photos\/yyy\/D...', 1)\n#2 [internal function]: OC\\Files\\View->OC\\Files\\{closure}()\n#3 \/var\/www\/nextcloud\/3rdparty\/icewind\/streams\/src\/CallbackWrapper.php(109): call_user_func(Object(Closure))\n#4 [internal function]: Icewind\\Streams\\CallbackWrapper->stream_close()\n#5 {main}\n  thrown at \/var\/www\/nextcloud\/lib\/private\/Files\/Filesystem.php#773","level":3,"time":"2016-10-14T13:54:56+00:00","method":"REPORT","url":"\/remote.php\/caldav\/calendars\/xxx\/contact_birthdays\/","user":"xxx"}

#### Browser log

Browser log

Nothing

Edit: Added 32/64-Bit OS information.

@tflidd
Copy link
Contributor

tflidd commented Oct 15, 2016

Is your system 32 or 64 bit?
getconf LONG_BIT

@AntonOellerer
Copy link
Author

32

@nickvergessen
Copy link
Member

Duplicate of #1707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants