nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.4k stars 4.07k forks source link

Redis gone away #22250

Closed krakazyabra closed 3 years ago

krakazyabra commented 4 years ago

How to use GitHub

Hi! Let me start from description of the problem. Several times a week Nextcloud is going down (504 gateway timeout, or loading the page, but without CSS). After lots of researches. we figured out, that the problem is somewhere on Nextcloud's side. It is closely connected with Redis.

After I saw 504 error or page without CSS, I performed a test: wrote simple script, which is connecting to current Redis, creating, putting, getting the key-value. The script is on the same machine, as NC. Nextcloud cannot connect to Redis, but script can. So, this is not Redis or network problem.

I tried different Redis configurations (single-master, classic master-slaves, sentinel with master-election), different versions, the result is the same - sometimes I see 504 or page without CSS.

In NC log there is only one message - redis server went away. Sorry now I don't have actual log, everything (except data) is not persistent in our environment. I will add logs, when new outage will happen. And I'm sure it will be soon. In redis log - totally nothing.

There is no logic in when the problem occurs: it can happen in the night, when there are no online users, or during the day, when there is 40-50 online users.

For now, the only solution I fount - connect to redis and execute flushall command. After this operation Nextcloud starts to work.

In the same time we're using the same configuration in staging environment, but there are no active users. In staging there is no such problem. So it somehow connected with load. I could not reproduce this problem somewhere else. So, unfortunately, I cannot provide steps, how to reproduce it.

Steps to reproduce

Expected behaviour

Nextcloud is working :-)

Actual behaviour

Described upper

Server configuration

Operating system: Debian 10 Buster

Web server: nginx/1.19.1

Database: Percona xtradb-cluster 5.7.19

PHP version: PHP 7.3.20

Nextcloud version: (see Nextcloud admin page) nextcloud:18.0.6-fpm

Updated from an older Nextcloud/ownCloud or fresh install: Fresh

Where did you install Nextcloud from: Docker image

Signing status: I dunno why NC shows that this file has invalid hash. I compared my file with original - they are absolutely the same, diff -s told me this.

Signing status ``` Technical information ===================== The following list covers which files have failed the integrity check. Please read the previous linked documentation to learn more about the errors and how to fix them. Results ======= - files_sharing - INVALID_HASH - lib/Controller/ShareController.php Raw output ========== Array ( [files_sharing] => Array ( [INVALID_HASH] => Array ( [lib/Controller/ShareController.php] => Array ( [expected] => c9f1b31a380407dbc4fb48e110dd53cb4b2e7fe73f7365a3d8b7577e2d5c0ed6530d18987ca26f83e7bbe1f91ef9bc8cd65ade8902ca459bcf458401367a16b0 [current] => 5f385b1bdf35a482a7a958842053c469cd04f396c60fbbc38438091cb20aa282a6f7ff75d269fc2f92de672775b4c4aaef98f0c15d28a5c830336d578323b3b7 ) ) ) ) ```

List of activated apps:

App list ``` Enabled: - accessibility: 1.4.0 - activity: 2.11.0 - admin_audit: 1.8.0 - appointments: 1.6.7 - apporder: 0.10.0 - bookmarks: 3.3.3 - calendar: 2.0.3 - camerarawpreviews: 0.7.5 - checksum: 0.4.5 - cloud_federation_api: 1.1.0 - comments: 1.8.0 - contacts: 3.3.0 - cookbook: 0.7.6 - dashboardcharts: 0.1.3 - dav: 1.14.0 - dicomviewer: 1.2.2 - encryption: 2.6.0 - external: 3.5.0 - extract: 1.2.4 - federatedfilesharing: 1.8.0 - federation: 1.8.0 - files: 1.13.1 - files_accesscontrol: 1.8.1 - files_automatedtagging: 1.8.3 - files_downloadactivity: 1.7.0 - files_external: 1.9.0 - files_markdown: 2.3.0 - files_mindmap: 0.0.22 - files_pdfviewer: 1.7.0 - files_rightclick: 0.15.2 - files_sharing: 1.10.1 - files_texteditor: 2.11.0 - files_trashbin: 1.8.0 - files_versions: 1.11.0 - files_videoplayer: 1.7.0 - firstrunwizard: 2.7.0 - groupfolders: 6.0.6 - groupquota: 0.1.2 - keeweb: 0.6.2 - logreader: 2.3.0 - lookup_server_connector: 1.6.0 - news: 14.1.11 - oauth2: 1.6.0 - ocr: 6.0.49 - onlyoffice: 4.3.0 - passman: 2.3.5 - password_policy: 1.8.0 - photos: 1.0.0 - privacy: 1.2.0 - provisioning_api: 1.8.0 - quicknotes: 0.6.0 - quota_warning: 1.7.0 - recommendations: 0.6.0 - serverinfo: 1.8.0 - settings: 1.0.0 - sharebymail: 1.8.0 - sociallogin: 3.2.5 - socialsharing_email: 2.1.0 - spreed: 8.0.10 - support: 1.1.1 - survey_client: 1.6.0 - systemtags: 1.8.0 - text: 2.0.0 - theming: 1.9.0 - twofactor_backupcodes: 1.7.0 - updatenotification: 1.8.0 - viewer: 1.2.0 - workflowengine: 2.0.0 Disabled: - announcementcenter - audioplayer - circles - deck - drawio - flowupload - forms - gpxedit - gpxmotion - limit_login_to_ip - mail - music - nextcloud_announcements - notes - notifications - ocsms - phonetrack - polls - radio - ransomware_detection - ransomware_protection - user_ldap ```

Nextcloud configuration:

Config report ``` { "system": { "mail_smtpmode": "sendmail", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": 25, "mail_smtptimeout": 10, "mail_smtpsecure": "", "mail_smtpauth": false, "mail_smtpauthtype": "LOGIN", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "logfile": "\/dev\/stdout", "enable_previews": true, "preview_max_filesize_image": 4096, "preview_max_y": 4096, "preview_max_x": 4096, "enabledPreviewProviders": [ "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\HEIC", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\MarkDown", "OC\\Preview\\Illustrator", "OC\\Preview\\Photoshop" ], "logtimezone": "Europe\/Prague", "social_login_auto_redirect": true, "updatechecker": false, "has_internet_connection": true, "objectstore_multibucket": { "class": "\\OC\\Files\\ObjectStore\\S3", "arguments": { "num_buckets": 15000, "bucket": "nextcloud-", "autocreate": true, "key": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "use_ssl": true, "hostname": "***REMOVED SENSITIVE VALUE***", "port": 443, "use_path_style": true } }, "onlyoffice": { "jwt_header": "Authorization", "verify_peer_off": true }, "loglevel": 3, "trusted_domains": [ "nc.domain.org", "localhost", "10.*.*.*", "*cluster.local" ], "memcache.local": "\\OC\\Memcache\\Redis", "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": "6379", "timeout": 0 }, "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "18.0.6.0", "overwrite.cli.url": "https:\/\/nc.domain.org", "overwriteprotocol": "https", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "updater.release.channel": "stable", "maintenance": false, "theme": "" } } ```

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

Are you using encryption: yes/no no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/... oAuth

Logs

Web server error log

Logs are from kibana, sorry for the format

Web server error log ``` August 13th 2020, 20:30:20.3522020/08/13 20:30:20 [error] 31#31: *14560 FastCGI sent in stderr: "ata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":312,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files/css","9eeb-aadb-merged.css","merged.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/apps/files/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files","css/merged.scss","files"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":85,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html/apps/files","css/merged.scss","files"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/merged"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/s August 13th 2020, 20:30:20.3522020/08/13 20:30:20 [error] 31#31: *14560 upstream sent too big header while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /apps/files/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:30:20.3522020/08/13 20:30:20 [error] 31#31: *14560 FastCGI sent in stderr: "PHP message: {"reqId":"3GUMqyJla15UuQIf6HZq","level":3,"time":"2020-08-13T20:30:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"index","method":"GET","url":"/apps/files/","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css.part","appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css.part","appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_H1xw23-.css","appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapp August 13th 2020, 20:30:22.4332020/08/13 20:30:22 [error] 31#31: *10119 FastCGI sent in stderr: "PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:30:35.3112020/08/13 20:30:35 [error] 31#31: *10112 FastCGI sent in stderr: "PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCrea August 13th 2020, 20:30:35.3112020/08/13 20:30:35 [error] 31#31: *10112 FastCGI sent in stderr: "479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9ed August 13th 2020, 20:30:35.3402020/08/13 20:30:35 [error] 31#31: *10112 FastCGI sent in stderr: "lass":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000003",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000003",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV August 13th 2020, 20:30:44.1312020/08/13 20:30:44 [error] 31#31: *12081 FastCGI sent in stderr: "PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:31:20.6332020/08/13 20:31:20 [error] 31#31: *10119 FastCGI sent in stderr: "PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCrea August 13th 2020, 20:31:20.6332020/08/13 20:31:20 [error] 31#31: *10119 FastCGI sent in stderr: "479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9ed August 13th 2020, 20:31:20.6752020/08/13 20:31:20 [error] 31#31: *10119 FastCGI sent in stderr: "lass":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000001",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000001",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV August 13th 2020, 20:31:27.1552020/08/13 20:31:27 [error] 31#31: *14582 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /apps/files/ HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:31:58.8722020/08/13 20:31:58 [error] 31#31: *10112 FastCGI sent in stderr: "PHP message: {"reqId":"nXZ99P7aBMmY2d3TdV75","level":3,"time":"2020-08-13T20:31:58+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"nXZ99P7aBMmY2d3TdV75","level":3,"time":"2020-08-13T20:31:58+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"nXZ99P7aBMmY2d3TdV75","level":3,"time":"2020-08-13T20:31:58+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"nXZ99P7aBMmY2d3TdV75","level":3,"time":"2020-08-13T20:31:58+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:31:59.6352020/08/13 20:31:59 [error] 31#31: *12081 FastCGI sent in stderr: "PHP message: {"reqId":"6iECymZUEY6JpakTGiXP","level":3,"time":"2020-08-13T20:31:59+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"6iECymZUEY6JpakTGiXP","level":3,"time":"2020-08-13T20:31:59+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCrea August 13th 2020, 20:31:59.6352020/08/13 20:31:59 [error] 31#31: *12081 FastCGI sent in stderr: "479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"6iECymZUEY6JpakTGiXP","level":3,"time":"2020-08-13T20:31:59+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"6iECymZUEY6JpakTGiXP","level":3,"time":"2020-08-13T20:31:59+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9ed August 13th 2020, 20:31:59.7002020/08/13 20:31:59 [error] 31#31: *12081 FastCGI sent in stderr: "lass":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000036",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000036",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV August 13th 2020, 20:32:01.9582020/08/13 20:32:01 [error] 31#31: *10119 FastCGI sent in stderr: "PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:32:27.2482020/08/13 20:32:27 [error] 31#31: *10112 FastCGI sent in stderr: "PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:32:38.1502020/08/13 20:32:38 [error] 34#34: *13605 FastCGI sent in stderr: "PHP message: {"reqId":"VKf6DdcD2KpomSTqtqBn","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"index","method":"GET","url":"/css/core/bcd6-aadb-css-variables.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_lulwPS-.css","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/h August 13th 2020, 20:32:38.1502020/08/13 20:32:38 [error] 34#34: *13605 FastCGI sent in stderr: "omwareProtection\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":312,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/core/css","bcd6-aadb-server.css","server.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/core/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html","core/css/server.scss","core"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":62,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html","core/css/server.scss"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/server"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/vie August 13th 2020, 20:32:38.1512020/08/13 20:32:38 [error] 34#34: *13605 upstream sent too big header while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/core/bcd6-aadb-css-variables.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:32:38.2022020/08/13 20:32:38 [error] 34#34: *13605 FastCGI sent in stderr: "PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fopen(https://storage11.s3.domain.org/nextcloud-0/urn%3Aoid%3A4377915): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found\r\n at /var/www/html/lib/private/Files/ObjectStore/S3ObjectTrait.php#74","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fopen(httpseek://): failed to open stream: "OC\\Files\\Stream\\SeekableHttpStream::stream_open" call failed at /var/www/html/lib/private/Files/Stream/SeekableHttpStream.php#65","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fread() expects parameter 1 to be resource, bool given at /var/www/html/lib/private/Files/Storage/Wrapper/Encryption.php#861","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","m August 13th 2020, 20:32:38.2022020/08/13 20:32:38 [error] 34#34: *13605 upstream prematurely closed FastCGI request while reading upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:32:40.2242020/08/13 20:32:40 [error] 31#31: *10119 FastCGI sent in stderr: "PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:32:53.2912020/08/13 20:32:53 [error] 31#31: *12081 FastCGI sent in stderr: "PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:33:10.4602020/08/13 20:33:10 [error] 31#31: *14582 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /apps/files/ HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:15.7172020/08/13 20:33:15 [error] 31#31: *10119 FastCGI sent in stderr: "PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:33:18.0762020/08/13 20:33:18 [error] 31#31: *10112 FastCGI sent in stderr: "PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:33:27.3052020/08/13 20:33:27 [error] 34#34: *13605 FastCGI sent in stderr: "PHP message: {"reqId":"kblpU1BgSxwGAhE8cUZx","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/activity/6c1e-aadb-style.css?v=123e51624b264fd9e2dbd2c38fbc1db2-6c1e7ede-33","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}" while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/activity/6c1e-aadb-style.css?v=123e51624b264fd9e2dbd2c38fbc1db2-6c1e7ede-33 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:27.3662020/08/13 20:33:27 [error] 34#34: *13605 FastCGI sent in stderr: "PHP message: {"reqId":"I2pJxU61heIkarV5to22","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/core/bcd6-aadb-results.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}" while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/core/bcd6-aadb-results.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:27.8112020/08/13 20:33:27 [error] 34#34: *13605 FastCGI sent in stderr: "PHP message: {"reqId":"Nj6Ob1fp9lrLTYRhy2L7","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/core/bcd6-aadb-server.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}" while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/core/bcd6-aadb-server.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:27.8222020/08/13 20:33:27 [error] 34#34: *13605 FastCGI sent in stderr: "PHP message: {"reqId":"igXddMH8YQYNThzH7atw","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/icons/icons-vars.css?v=1597343503","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"}" while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/icons/icons-vars.css?v=1597343503 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:38.5472020/08/13 20:33:38 [error] 34#34: *13605 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /apps/files/ HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:38.9492020/08/13 20:33:38 [warn] 34#34: *13605 upstream sent more data than specified in "Content-Length" header while reading upstream, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/icons/icons-vars.css?v=1597343503 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:38.9502020/08/13 20:33:38 [alert] 34#34: *13605 zero size buf in writer t:1 r:0 f:0 000055596D4B56C0 000055596D4B58C7-000055596D4B58C7 0000000000000000 0-0 while sending to client, client: 10.36.130.182, server: cd.domain.com, request: "GET /css/icons/icons-vars.css?v=1597343503 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:33:56.2992020/08/13 20:33:56 [error] 31#31: *10112 FastCGI sent in stderr: "PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:34:14.8432020/08/13 20:34:14 [error] 31#31: *10119 FastCGI sent in stderr: "PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable August 13th 2020, 20:34:17.2942020/08/13 20:34:17 [error] 31#31: *12081 FastCGI sent in stderr: "PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCrea August 13th 2020, 20:34:17.2942020/08/13 20:34:17 [error] 31#31: *12081 FastCGI sent in stderr: "479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9ed August 13th 2020, 20:34:17.3412020/08/13 20:34:17 [error] 31#31: *12081 FastCGI sent in stderr: "lass":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000038",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000038",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV August 13th 2020, 20:34:30.4272020/08/13 20:34:30 [error] 31#31: *14942 access forbidden by rule, client: 10.36.130.182, server: cd.domain.com, request: "GET /db_cts.php HTTP/1.1", host: "89.221.212.6" August 13th 2020, 20:34:30.6332020/08/13 20:34:30 [error] 31#31: *14942 access forbidden by rule, client: 10.36.130.182, server: cd.domain.com, request: "GET /db_pma.php HTTP/1.1", host: "89.221.212.6" August 13th 2020, 20:34:31.7642020/08/13 20:34:31 [error] 31#31: *12544 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 46.28.107.4, server: cd.domain.com, request: "GET /apps/files/ HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "cd.domain.com" August 13th 2020, 20:34:50.8732020/08/13 20:34:50 [error] 31#31: *10112 FastCGI sent in stderr: "PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"}PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable ```

Nextcloud log (data/nextcloud.log)

Nextcloud log ``` August 13th 2020, 20:30:19.338 NOTICE: PHP message: {"reqId":"eHHQbjOCuRNJeQPCJvuq","level":3,"time":"2020-08-13T20:30:19+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"POST","url":"/forums/index.php","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","version":"18.0.6.0"} August 13th 2020, 20:30:19.719NOTICE: PHP message: {"reqId":"eHHQbjOCuRNJeQPCJvuq","level":3,"time":"2020-08-13T20:30:19+02:00","remoteAddr":"140.143.167.250","user":"--","app":"index","method":"POST","url":"/forums/index.php","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps.part","appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps.part","appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_k8NnV4-.deps","appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php","line":121,"function":"call_user_func","args":[{"__class__":"Closure"}]},{"function":"stream_close","class":"Icewind\\Streams\\CallbackWrapper","type":"->","args":[]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":421,"function":"fclose","args":[null]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":376,"function":"file_put_contents","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps"," "]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",1597343419]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php","line":364,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Availability","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",null]},{"file":"/var/www/html/apps/files_accesscontrol/lib/StorageWrapper.php","line":381,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",null]},{"file":"/var/www/html/lib/private/Files/View.php","line":1162,"function":"touch","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/core/bcd6-395c-css-variables.css.deps"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["bcd6-395c-css-variables.css.deps"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":319,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["bcd6-395c-css-variables.css.deps"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/core/css","bcd6-395c-css-variables.css","css-variables.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/core/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html","core/css/css-variables.scss","core"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":62,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html","core/css/css-variables.scss"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/css-variables"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["guest","core"]},{"file":"/var/www/html/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/var/www/html/lib/base.php","line":793,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/var/www/html/lib/base.php","line":1089,"function":"init","class":"OC","type":"::","args":[]},{"file":"/var/www/html/index.php","line":36,"args":["/var/www/html/lib/base.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Cache/CacheQueryBuilder.php","Line":66,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0","version":"18.0.6.0"} August 13th 2020, 20:30:20.181NOTICE: PHP message: {"reqId":"3GUMqyJla15UuQIf6HZq","level":3,"time":"2020-08-13T20:30:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"index","method":"GET","url":"/apps/files/","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css.part","appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css.part","appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_H1xw23-.css","appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php","line":121,"function":"call_user_func","args":[{"__class__":"Closure"}]},{"function":"stream_close","class":"Icewind\\Streams\\CallbackWrapper","type":"->","args":[]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":421,"function":"fclose","args":[null]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":376,"function":"file_put_contents","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"," "]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",1597343420]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php","line":364,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Availability","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null]},{"file":"/var/www/html/apps/files_accesscontrol/lib/StorageWrapper.php","line":381,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null]},{"file":"/var/www/html/apps/ransomware_protection/lib/StorageWrapper.php","line":373,"function":"touch","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",null]},{"file":"/var/www/html/lib/private/Files/View.php","line":1162,"function":"touch","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/files/9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":312,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["9eeb-aadb-merged.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files/css","9eeb-aadb-merged.css","merged.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/apps/files/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files","css/merged.scss","files"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":85,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html/apps/files","css/merged.scss","files"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/merged"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","files/css/merged","onlyoffice/css/main","extract/css/style","files_mindmap/css/style","files_rightclick/css/app","files_texteditor/css/merged","ocr/css/chunk-common","ocr/css/chunk-app-vendors","ocr/css/app","files_sharing/css/icons","files_markdown/css/../build/styles","files_markdown/css/preview","activity/css/style","spreed/css/merged-files","onlyoffice/css/viewer","files_external/css/external"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","files/css/merged","onlyoffice/css/main","extract/css/style","files_mindmap/css/style","files_rightclick/css/app","files_texteditor/css/merged","ocr/css/chunk-common","ocr/css/chunk-app-vendors","ocr/css/app","files_sharing/css/icons","files_markdown/css/../build/styles","files_markdown/css/preview","activity/css/style","spreed/css/merged-files","onlyoffice/css/viewer","files_external/css/external"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","files"]},{"file":"/var/www/html/lib/public/AppFramework/Http/TemplateResponse.php","line":167,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"usedSpacePercent":0,"owner":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","ownerDisplayName":"jan.bartosek@gmai... August 13th 2020, 20:30:22.384NOTICE: PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:22.388NOTICE: PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:22.406NOTICE: PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:22.412NOTICE: PHP message: {"reqId":"H5bXJXc1MtpuEQiFz1jD","level":3,"time":"2020-08-13T20:30:22+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:35.305NOTICE: PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:35.306NOTICE: PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":389,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_create",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000003",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000003",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:35.310NOTICE: PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:35.311NOTICE: PHP message: {"reqId":"WdCOdmKnsGiWhf8bfox3","level":3,"time":"2020-08-13T20:30:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":86,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":79,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":397,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_write",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000003",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000003",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1448481173/00000003","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:41.170NOTICE: PHP message: {"reqId":"m2y1sgGs5HQaXSMyiGDm","level":3,"time":"2020-08-13T20:30:41+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:30:44.073NOTICE: PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:44.075NOTICE: PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:44.090NOTICE: PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:44.099NOTICE: PHP message: {"reqId":"A6MaeZIi6IKum48CBb2a","level":3,"time":"2020-08-13T20:30:44+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000035","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:30:54.069[13-Aug-2020 20:30:54] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 14 total children August 13th 2020, 20:30:55.071[13-Aug-2020 20:30:55] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 15 total children August 13th 2020, 20:31:06.268NOTICE: PHP message: {"reqId":"hmTKc0ZKx0SB4gm82HgS","level":3,"time":"2020-08-13T20:31:06+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php5?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:31:20.097[13-Aug-2020 20:31:20] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 12 total children August 13th 2020, 20:31:20.619NOTICE: PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:31:20.620NOTICE: PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":389,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_create",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000001",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000001",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:31:20.632NOTICE: PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:31:20.633NOTICE: PHP message: {"reqId":"MQa7Jtcn541GAzXAv5kB","level":3,"time":"2020-08-13T20:31:20+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":86,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":79,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":397,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_write",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000001",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000001",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1309468671/00000001","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:31:25.198[13-Aug-2020 20:31:25] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 9 total children August 13th 2020, 20:31:26.202[13-Aug-2020 20:31:26] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 10 total children August 13th 2020, 20:31:27.231NOTICE: PHP message: {"reqId":"m2y1sgGs5HQaXSMyiGDm","level":3,"time":"2020-08-13T20:31:27+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:31:30.177NOTICE: PHP message: {"reqId":"uLWdWFhvbeeibDSCSeKu","level":3,"time":"2020-08-13T20:31:30+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php-cgi?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:31:52.325NOTICE: PHP message: {"reqId":"hmTKc0ZKx0SB4gm82HgS","level":3,"time":"2020-08-13T20:31:52+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php5?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:31:54.559NOTICE: PHP message: {"reqId":"TjZPA1QZzw6pkMRCSTy1","level":3,"time":"2020-08-13T20:31:54+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php.cgi?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:31:55.130[13-Aug-2020 20:31:55] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 12 total children August 13th 2020, 20:31:57.237[13-Aug-2020 20:31:57] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 11 total children August 13th 2020, 20:31:58.160NOTICE: PHP message: {"reqId":"Y0FYZmwMkEcZKLFwYhzc","level":3,"time":"2020-08-13T20:31:58+02:00","remoteAddr":"46.39.166.4","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"objectstore","method":"GET","url":"/apps/files/","message":{"Exception":"Exception","Message":"Object not found after writing (urn: urn:oid:4377771, path: appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps)","Code":404,"Trace":[{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_JJxzQH-.deps","appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php","line":121,"function":"call_user_func","args":[{"__class__":"Closure"}]},{"function":"stream_close","class":"Icewind\\Streams\\CallbackWrapper","type":"->","args":[]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":421,"function":"fclose","args":[null]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":376,"function":"file_put_contents","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps"," "]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",1597343517]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php","line":364,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Availability","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",null]},{"file":"/var/www/html/apps/files_accesscontrol/lib/StorageWrapper.php","line":381,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",null]},{"file":"/var/www/html/apps/ransomware_protection/lib/StorageWrapper.php","line":373,"function":"touch","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",null]},{"file":"/var/www/html/lib/private/Files/View.php","line":1162,"function":"touch","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/files_texteditor/6c1e-aadb-merged.css.deps"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["6c1e-aadb-merged.css.deps"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":319,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["6c1e-aadb-merged.css.deps"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files_texteditor/css","6c1e-aadb-merged.css","merged.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/apps/files_texteditor/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files_texteditor","css/merged.scss","files_texteditor"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":85,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html/apps/files_texteditor","css/merged.scss","files_texteditor"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/merged"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","files/css/merged","text/css/icons","extract/css/style","files_mindmap/css/style","files_rightclick/css/app","files_texteditor/css/merged","ocr/css/chunk-common","ocr/css/chunk-app-vendors","ocr/css/app","onlyoffice/css/main","files_markdown/css/../build/styles","files_markdown/css/preview","files_sharing/css/icons","activity/css/style","spreed/css/merged-files","onlyoffice/css/viewer","files_external/css/external"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","files/css/merged","text/css/icons","extract/css/style","files_mindmap/css/style","files_rightclick/css/app","files_texteditor/css/merged","ocr/css/chunk-common","ocr/css/chunk-app-vendors","ocr/css/app","onlyoffice/css/main","files_markdown/css/../build/styles","files_markdown/css/preview","files_sharing/css/icons","activity/css/style","spreed/css/merged-files","onlyoffice/css/viewer","files_external/css/external"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","files"]},{"file":"/var/www/html/lib/public/AppFramework/Http/TemplateResponse.php","line":167,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"usedSpacePercent":0,"owner":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","ownerDisplayName":"jan.bartosek@gmail.com","isPublic":false,"allowShareWithLink":"yes","defaultFileSorting":"name","defaultFileSortingDirection":"asc","showgridview":"0","isIE":false,"showHiddenFiles":1,"fileNotFound":0,"appNavigation":{"__class__":"OCP\\Template"},"appContents":{"files":{"id":"files","content":"
\n\t\t
\n\t\t\t
\n\t\t\t
\n\t\t
\n\t\t
\n\t\t
","args":["6c1e-aadb-merged.css.deps"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":319,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["6c1e-aadb-merged.css.deps"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files_texteditor/css","6c1e-aadb-merged.css","merged.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/apps/files_texteditor/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/apps/files_texteditor","css/merged.scss","files_texteditor"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":85,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html/apps/files_texteditor","css/merged.scss","files_texteditor"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/merged"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","files/css/merged","text/css/icons","extract/css/style","files_mindmap/css/style","files_rightclick/css/app","files_texteditor/css/merged","ocr/css/chunk-common","ocr/css/chunk-app-vendors","ocr/css/app","onlyoffice/css/main","files_markdown/css/../build/styles","files_markdown/css/preview","files_sharing/css/icons","activity/css/style","spreed/css/merged-files","onlyoffice/css/viewer","files_external/css/external"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","files/css/merged","text/css/icons","extract/css/style","files_mindmap/css/style","files_rightclick/css/app","files_texteditor/css/merged","ocr/css/chunk-common","ocr/css/chunk-app-vendors","ocr/css/app","onlyoffice/css/main","files_markdown/css/../build/styles","files_markdown/css/preview","files_sharing/css/icons","activity/css/style","spreed/css/merged-files","onlyoffice/css/viewer","files_external/css/external"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["user","files"]},{"file":"/var/www/html/lib/public/AppFramework/Http/TemplateResponse.php","line":167,"function":"fetchPage","class":"OC_Template","type":"->","args":[{"usedSpacePercent":0,"owner":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","ownerDisplayName":"jan.bartosek@gmail.com","isPublic":false,"allowShareWithLink":"yes","defaultFileSorting":"name","defaultFileSortingDirection":"asc","showgridview":"0","isIE":false,"showHiddenFiles":1,"fileNotFound":0,"appNavigation":{"__class__":"OCP\\Template"},"appContents":{"files":{"id":"files","content":"
\n\t\t
\n\t\t\t
\n\t\t\t
\n\t\t
\n\t\t
\n\t\t
\n\t\t\tNem\u00e1te opr\u00e1vn\u011bn\u00ed sem nahr\u00e1vat nebo vytv\u00e1\u0159et soubory\t\t
\n\t\t\n\t\n\t\t\n
\n
\n\n
\n\t
\n\t

\u017d\u00e1dn\u00e9 soubory

\n\t

Nahrajte n\u011bjak\u00fd obsah nebo synchronizujte se sv\u00fdmi p\u0159\u00edstroji!

\n
\n\n
\n\t
\n\t

V t\u00e9to slo\u017ece nebylo nic nalezeno

\n\t

\n
\n\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\n\t\n\t\n\t\n\t\n
\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\n N\u00e1zev\n \n\n \n \n \n \n Akce\n \n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t\t\tVelikost\n\t\t\t\n\t\t\t\tZm\u011bn\u011bno\n\t\t\t
\n
\n\n
\n\t\n
\n
\n
\n\t

\n\tSoubory, kter\u00e9 se sna\u017e\u00edte nahr\u00e1t, p\u0159ekra\u010duj\u00ed limit velikosti nahr\u00e1v\u00e1n\u00ed na tomto serveru.\t

\n
\n"},"recent":{"id":"recent","content":"
\n\n
\n\n\n\n
\n\t
\n\t

V t\u00e9to slo\u017ece nebylo nic nalezeno

\n\t

\n
\n\n\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":389,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_create",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000036",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000036",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:31:59.634NOTICE: PHP message: {"reqId":"6iECymZUEY6JpakTGiXP","level":3,"time":"2020-08-13T20:31:59+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:31:59.635NOTICE: PHP message: {"reqId":"6iECymZUEY6JpakTGiXP","level":3,"time":"2020-08-13T20:31:59+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":86,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":79,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":397,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_write",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000036",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000036",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000036","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:00.240[13-Aug-2020 20:32:00] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 14 total children August 13th 2020, 20:32:01.898NOTICE: PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:01.900NOTICE: PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:01.913NOTICE: PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:01.925NOTICE: PHP message: {"reqId":"hN6BwCevqDOJBLOCz7Pg","level":3,"time":"2020-08-13T20:32:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1535110930/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:16.251NOTICE: PHP message: {"reqId":"uLWdWFhvbeeibDSCSeKu","level":3,"time":"2020-08-13T20:32:16+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php-cgi?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:32:17.924NOTICE: PHP message: {"reqId":"tBJGi7mU21qddgYO3Uhq","level":3,"time":"2020-08-13T20:32:17+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php4?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:32:25.160[13-Aug-2020 20:32:25] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 12 total children August 13th 2020, 20:32:27.201NOTICE: PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:27.203NOTICE: PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:27.213NOTICE: PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:27.223NOTICE: PHP message: {"reqId":"VEHqvbPngMxsffsgHVqD","level":3,"time":"2020-08-13T20:32:27+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1457863271/00000001","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:28.278[13-Aug-2020 20:32:28] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 13 total children August 13th 2020, 20:32:29.282[13-Aug-2020 20:32:29] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 14 total children August 13th 2020, 20:32:30.282[13-Aug-2020 20:32:30] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 15 total children August 13th 2020, 20:32:38.113NOTICE: PHP message: {"reqId":"VKf6DdcD2KpomSTqtqBn","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"index","method":"GET","url":"/css/core/bcd6-aadb-css-variables.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_lulwPS-.css","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php","line":121,"function":"call_user_func","args":[{"__class__":"Closure"}]},{"function":"stream_close","class":"Icewind\\Streams\\CallbackWrapper","type":"->","args":[]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":421,"function":"fclose","args":[null]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":376,"function":"file_put_contents","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"," "]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",1597343557]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php","line":364,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Availability","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/apps/files_accesscontrol/lib/StorageWrapper.php","line":381,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/apps/ransomware_protection/lib/StorageWrapper.php","line":373,"function":"touch","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/lib/private/Files/View.php","line":1162,"function":"touch","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":312,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/core/css","bcd6-aadb-server.css","server.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/core/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html","core/css/server.scss","core"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":62,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html","core/css/server.scss"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/server"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["guest","core"]},{"file":"/var/www/html/lib/public/AppFramework/Http/NotFoundResponse.php","line":51,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\\AppFramework\\Http\\NotFoundResponse","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Core\\Controller\\CssController"},"getCss"]},{"file":"/var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Core\\Controller\\CssController","getCss",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"appName":"core","fileName":"bcd6-aadb-css-variables.css","_route":"core.Css.getCss"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"appName":"core"... August 13th 2020, 20:32:38.194NOTICE: PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fopen(httpseek://): failed to open stream: "OC\\Files\\Stream\\SeekableHttpStream::stream_open" call failed at /var/www/html/lib/private/Files/Stream/SeekableHttpStream.php#65","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:32:38.194NOTICE: PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fclose() expects parameter 1 to be resource, bool given at /var/www/html/lib/private/Files/Storage/Wrapper/Encryption.php#862","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:32:38.194NOTICE: PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fopen(https://storage11.s3.domain.org/nextcloud-0/urn%3Aoid%3A4377915): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found\r\n at /var/www/html/lib/private/Files/ObjectStore/S3ObjectTrait.php#74","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:32:38.194NOTICE: PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"fread() expects parameter 1 to be resource, bool given at /var/www/html/lib/private/Files/Storage/Wrapper/Encryption.php#861","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:32:38.201NOTICE: PHP message: {"reqId":"pXpFYjoUPA4wJgGmYhsw","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"PHP","method":"GET","url":"/css/files_sharing/c5f2-aadb-icons.css?v=123e51624b264fd9e2dbd2c38fbc1db2-c5f24915-33","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:32:40.162NOTICE: PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:40.164NOTICE: PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:40.173NOTICE: PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:40.184NOTICE: PHP message: {"reqId":"CO6aNG7z5nNAFyFSxqSC","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:40.620NOTICE: PHP message: {"reqId":"TjZPA1QZzw6pkMRCSTy1","level":3,"time":"2020-08-13T20:32:40+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php.cgi?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:32:44.703NOTICE: PHP message: {"reqId":"T8T6jLc2bNDwDv04ysTZ","level":3,"time":"2020-08-13T20:32:44+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/%62%61%73%65/%70%6F%73%74%2E%70%68%70","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:28.0) Gecko/20100101 Firefox/28.0","version":"18.0.6.0"} August 13th 2020, 20:32:53.232NOTICE: PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:53.234NOTICE: PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:53.245NOTICE: PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:53.255NOTICE: PHP message: {"reqId":"aUNGN4ibyD5Wgl6cipyD","level":3,"time":"2020-08-13T20:32:53+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000037","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:32:58.307[13-Aug-2020 20:32:58] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 16 total children August 13th 2020, 20:32:59.309[13-Aug-2020 20:32:59] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 17 total children August 13th 2020, 20:33:01.581NOTICE: PHP message: {"reqId":"BJEGPKXHlWTvWoXiLTh7","level":3,"time":"2020-08-13T20:33:01+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"cssresourceloader","method":"GET","url":"/apps/files/","message":"Could not find resource search/css/results.css to load","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:03.831NOTICE: PHP message: {"reqId":"CWFEK1Ctvshe0oOtAYll","level":3,"time":"2020-08-13T20:33:03+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/webdav/","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0","version":"18.0.6.0"} August 13th 2020, 20:33:03.972NOTICE: PHP message: {"reqId":"tBJGi7mU21qddgYO3Uhq","level":3,"time":"2020-08-13T20:33:03+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"POST","url":"/cgi-bin/php4?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:33:04.730NOTICE: PHP message: {"reqId":"tBJGi7mU21qddgYO3Uhq","level":3,"time":"2020-08-13T20:33:04+02:00","remoteAddr":"140.143.167.250","user":"--","app":"index","method":"POST","url":"/cgi-bin/php4?%2D%64+%61%6C%6C%6F%77%5F%75%72%6C%5F%69%6E%63%6C%75%64%65%3D%6F%6E+%2D%64+%73%61%66%65%5F%6D%6F%64%65%3D%6F%66%66+%2D%64+%73%75%68%6F%73%69%6E%2E%73%69%6D%75%6C%61%74%69%6F%6E%3D%6F%6E+%2D%64+%64%69%73%61%62%6C%65%5F%66%75%6E%63%74%69%6F%6E%73%3D%22%22+%2D%64+%6F%70%65%6E%5F%62%61%73%65%64%69%72%3D%6E%6F%6E%65+%2D%64+%61%75%74%6F%5F%70%72%65%70%65%6E%64%5F%66%69%6C%65%3D%70%68%70%3A%2F%2F%69%6E%70%75%74+%2D%64+%63%67%69%2E%66%6F%72%63%65%5F%72%65%64%69%72%65%63%74%3D%30+%2D%64+%63%67%69%2E%72%65%64%69%72%65%63%74%5F%73%74%61%74%75%73%5F%65%6E%76%3D%30+%2D%6E","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/icons/icons-list.template.part","appdata_ocfl9qvwxaml/css/icons/icons-list.template"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template.part","appdata_ocfl9qvwxaml/css/icons/icons-list.template"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_GR2eND-.template","appdata_ocfl9qvwxaml/css/icons/icons-list.template"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php","line":121,"function":"call_user_func","args":[{"__class__":"Closure"}]},{"function":"stream_close","class":"Icewind\\Streams\\CallbackWrapper","type":"->","args":[]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":421,"function":"fclose","args":[null]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":376,"function":"file_put_contents","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template"," "]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template",1597343584]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php","line":364,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Availability","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template",null]},{"file":"/var/www/html/apps/files_accesscontrol/lib/StorageWrapper.php","line":381,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template",null]},{"file":"/var/www/html/lib/private/Files/View.php","line":1162,"function":"touch","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/icons/icons-list.template"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/icons/icons-list.template",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/icons/icons-list.template"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["icons-list.template"]},{"file":"/var/www/html/lib/private/Template/IconsCacher.php","line":114,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["icons-list.template"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":337,"function":"setIconsCss","class":"OC\\Template\\IconsCacher","type":"->","args":["#searchresults{overflow-x:hidden;text-overflow:ellipsis;padding-top:51px;box-sizing:border-box;z-index:75;margin-top:-250px}#searchresults table{border-spacing:0;padding-left:41px;table-layout:fixed;top:0;width:100%}#searchresults tr.result{border-bottom:1px solid var(--color-border)}#searchresults tr.result *{cursor:pointer}#searchresults tr.template{display:none}#searchresults tr:hover,#searchresults tr.current{background-color:var(--color-primary-light)}#searchresults tr td{padding:5px 9px;font-style:normal;vertical-align:middle;border-bottom:none}#searchresults tr td.icon{text-align:right;width:40px;height:40px;padding:5px 0;background-position:right center;background-repeat:no-repeat}.has-selection:not(.hidden) ~ #searchresults tr td.icon{width:50px;padding-left:41px;background-size:32px}#searchresults tr .name,#searchresults tr .text,#searchresults tr .path{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#searchresults tr .text{white-space:normal;color:var(--color-primary-text)}#searchresults tr .path{opacity:0.5}#searchresults tr .text em{color:var(--color-primary-text);font-weight:bold;opacity:1}#searchresults .hidden{display:none}#searchresults.filter-empty{margin-top:0 !important}#searchresults .status.summary .info{margin-left:100px}"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/core/search/css","bcd6-395c-results.css","results.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/core/search/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html","core/search/css/results.scss","core"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":62,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html","core/search/css/results.scss"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["search/css/results"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["guest","core"]},{"file":"/var/www/html/lib/private/Template/Base.php... August 13th 2020, 20:33:13.356NOTICE: PHP message: {"reqId":"jE3WOEsXVOwCFnCQTZS5","level":3,"time":"2020-08-13T20:33:13+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"GET","url":"/%69%73%70%69%72%69%74/%69%6D/%75%70%6C%6F%61%64%2E%70%68%70","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:33:15.651NOTICE: PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:15.654NOTICE: PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:15.673NOTICE: PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:15.683NOTICE: PHP message: {"reqId":"waOp8VPFa46CGNmVlgNc","level":3,"time":"2020-08-13T20:33:15+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2438036757/00000001","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:18.036NOTICE: PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:18.037NOTICE: PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:18.049NOTICE: PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:18.055NOTICE: PHP message: {"reqId":"w3JGM9j9eeoAcYsZKsGW","level":3,"time":"2020-08-13T20:33:18+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/2543998919/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:24.239NOTICE: PHP message: {"reqId":"I2pJxU61heIkarV5to22","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/core/bcd6-aadb-results.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:33:24.261NOTICE: PHP message: {"reqId":"kblpU1BgSxwGAhE8cUZx","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/activity/6c1e-aadb-style.css?v=123e51624b264fd9e2dbd2c38fbc1db2-6c1e7ede-33","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:33:24.685NOTICE: PHP message: {"reqId":"Nj6Ob1fp9lrLTYRhy2L7","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/core/bcd6-aadb-server.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:33:24.786NOTICE: PHP message: {"reqId":"igXddMH8YQYNThzH7atw","level":3,"time":"2020-08-13T20:33:24+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/css/icons/icons-vars.css?v=1597343503","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:33:25.008NOTICE: PHP message: {"reqId":"GI2fcs5ZmkkTl7tXGN8a","level":3,"time":"2020-08-13T20:33:25+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/apps/files/","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:33:30.768NOTICE: PHP message: {"reqId":"T8T6jLc2bNDwDv04ysTZ","level":3,"time":"2020-08-13T20:33:30+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/%62%61%73%65/%70%6F%73%74%2E%70%68%70","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:28.0) Gecko/20100101 Firefox/28.0","version":"18.0.6.0"} August 13th 2020, 20:33:35.238NOTICE: PHP message: {"reqId":"s4dYf2VwpdojcrT3I6kS","level":3,"time":"2020-08-13T20:33:35+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"cssresourceloader","method":"GET","url":"/apps/files/","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:37.200NOTICE: PHP message: {"reqId":"5MTbH8cM3fBWFBPHMGPW","level":3,"time":"2020-08-13T20:33:37+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/help.php","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:33:49.873NOTICE: PHP message: {"reqId":"CWFEK1Ctvshe0oOtAYll","level":3,"time":"2020-08-13T20:33:49+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/webdav/","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0","version":"18.0.6.0"} August 13th 2020, 20:33:56.247NOTICE: PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:56.249NOTICE: PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:56.261NOTICE: PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:56.271NOTICE: PHP message: {"reqId":"9OTxcERzjYJJ0IKeptrV","level":3,"time":"2020-08-13T20:33:56+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1384130132/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:33:59.418NOTICE: PHP message: {"reqId":"jE3WOEsXVOwCFnCQTZS5","level":3,"time":"2020-08-13T20:33:59+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"GET","url":"/%69%73%70%69%72%69%74/%69%6D/%75%70%6C%6F%61%64%2E%70%68%70","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:00.898NOTICE: PHP message: {"reqId":"e5gRgwmHLOt2DQGpyC0z","level":3,"time":"2020-08-13T20:34:00+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/java.php","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:14.788NOTICE: PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:14.790NOTICE: PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:14.800NOTICE: PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:14.810NOTICE: PHP message: {"reqId":"Lra9hDm0QhFsy4oRaXy6","level":3,"time":"2020-08-13T20:34:14+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/1042387453/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:16.832NOTICE: PHP message: {"reqId":"T8T6jLc2bNDwDv04ysTZ","level":3,"time":"2020-08-13T20:34:16+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"POST","url":"/%62%61%73%65/%70%6F%73%74%2E%70%68%70","message":"Could not find resource search/css/results.css to load","userAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:28.0) Gecko/20100101 Firefox/28.0","version":"18.0.6.0"} August 13th 2020, 20:34:17.285NOTICE: PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:17.287NOTICE: PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":78,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],5]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":69,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileCreate","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":389,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_create",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000038",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000038",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:17.293NOTICE: PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"files","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":"Backends provided no user object for ","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:17.294NOTICE: PHP message: {"reqId":"1ohaLAeuCdcFttMFOTjC","level":3,"time":"2020-08-13T20:34:17+02:00","remoteAddr":"193.179.3.126","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","message":{"Exception":"OC\\User\\NoUserException","Message":"Backends provided no user object","Code":0,"Trace":[{"function":"getUserFolder","class":"OC\\Files\\Node\\Root","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":65,"function":"call_user_func_array","args":[[{"__class__":"OC\\Files\\Node\\Root"},"getUserFolder"],[null]]},{"file":"/var/www/html/lib/private/Files/Node/LazyRoot.php","line":282,"function":"__call","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":["getUserFolder",[null]]},{"file":"/var/www/html/apps/ransomware_detection/lib/Monitor.php","line":140,"function":"getUserFolder","class":"OC\\Files\\Node\\LazyRoot","type":"->","args":[null]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":122,"function":"analyze","class":"OCA\\RansomwareDetection\\Monitor","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/Events/FilesEvents.php","line":86,"function":"analyze","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[[null],3]},{"file":"/var/www/html/apps/ransomware_detection/lib/FilesHooks.php","line":79,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\Events\\FilesEvents","type":"->","args":[{"path":null}]},{"file":"/var/www/html/lib/private/legacy/hook.php","line":111,"function":"onFileWrite","class":"OCA\\RansomwareDetection\\FilesHooks","type":"::","args":[{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":397,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_write",{"path":null}]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","line":321,"function":"emitPostHooks","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[false]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":156,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":[null]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":47,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["00000038",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1096,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["00000038",null]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":525,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038",null,null]},{"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/event/lib/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPut"],[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PUT",[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https://cd.domain.com/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/4220412228/00000038","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":319,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":165,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/lib/private/Files/Node/Root.php","Line":372,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:21.632NOTICE: PHP message: {"reqId":"BNuQ7QiBfRuQNqYsP5Nv","level":3,"time":"2020-08-13T20:34:21+02:00","remoteAddr":"46.28.107.4","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"cssresourceloader","method":"GET","url":"/apps/files/","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0","version":"18.0.6.0"} August 13th 2020, 20:34:22.675[13-Aug-2020 20:34:22] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 13 total children August 13th 2020, 20:34:23.270NOTICE: PHP message: {"reqId":"5MTbH8cM3fBWFBPHMGPW","level":3,"time":"2020-08-13T20:34:23+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/help.php","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:25.410NOTICE: PHP message: {"reqId":"yKeY7fQpp5sMeHDhgXTR","level":3,"time":"2020-08-13T20:34:25+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"GET","url":"/_query.php","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:29.298NOTICE: PHP message: {"reqId":"GlfKsJj0ejDEAtrIylVU","level":3,"time":"2020-08-13T20:34:29+02:00","remoteAddr":"46.39.166.4","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"cssresourceloader","method":"GET","url":"/apps/files/","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:35.926NOTICE: PHP message: {"reqId":"CWFEK1Ctvshe0oOtAYll","level":3,"time":"2020-08-13T20:34:35+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/webdav/","message":"Could not find resource search/css/results.css to load","userAgent":"Mozilla/5.0","version":"18.0.6.0"} August 13th 2020, 20:34:45.464NOTICE: PHP message: {"reqId":"jE3WOEsXVOwCFnCQTZS5","level":3,"time":"2020-08-13T20:34:45+02:00","remoteAddr":"140.143.167.250","user":"--","app":"cssresourceloader","method":"GET","url":"/%69%73%70%69%72%69%74/%69%6D/%75%70%6C%6F%61%64%2E%70%68%70","message":"Could not find resource search/css/results.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:46.972NOTICE: PHP message: {"reqId":"e5gRgwmHLOt2DQGpyC0z","level":3,"time":"2020-08-13T20:34:46+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/java.php","message":"Could not find resource css/css-variables.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:50.274NOTICE: PHP message: {"reqId":"rBnsVdbsyvPz2YuiFbHp","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"--","app":"cssresourceloader","method":"GET","url":"/test.php","message":"Could not find resource css/server.css to load","userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36","version":"18.0.6.0"} August 13th 2020, 20:34:50.833NOTICE: PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:50.834NOTICE: PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"Undefined index: dirname at /var/www/html/apps/ransomware_detection/lib/Monitor.php#260","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:50.844NOTICE: PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"Uninitialized string offset: 0 at /var/www/html/lib/private/Files/Node/Node.php#307","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} August 13th 2020, 20:34:50.851NOTICE: PHP message: {"reqId":"ssOCMKkSxvReftN2KCHx","level":3,"time":"2020-08-13T20:34:50+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c","app":"PHP","method":"PUT","url":"/remote.php/dav/uploads/domain-auth-82f8ae42-9eda-47f4-8d0e-77df61d5244c/3737604234/00000000","message":"chmod(): Operation not permitted at /var/www/html/lib/private/Log/File.php#84","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"18.0.6.0"} ```
krakazyabra commented 4 years ago

Some stats from redis ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅ ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅ ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅

krakazyabra commented 4 years ago

Today night updated to 19.0.1.1 The problem still presents.

krakazyabra commented 4 years ago

@nextcloud/server-triage can you, please, say something?

krakazyabra commented 4 years ago

For last two weeks there were no problem with 504 error. but once a day nextcloud misses css files ΠΈΠ·ΠΎΠ±Ρ€Π°ΠΆΠ΅Π½ΠΈΠ΅

and in logs there is

NOTICE: PHP message: {"reqId":"v1Y1mmiOdjofkkZNAVgt","level":3,"time":"2020-09-04T08:15:47+02:00","remoteAddr":"10.36.129.181","user":"domain-auth-dd64c489-a84c-4648-a4d4-c22a46d261bc","app":"cssresourceloader","method":"GET","url":"/apps/files/","message":"Could not find resource cssserver.css to load","userAgent":"Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)","version":"19.0.1.1"}

The only place, where I fount server.css is ./theme/*/core/css folder. So, in my opinion, this problem closely connect with theming application.

krakazyabra commented 4 years ago

After some experiments, I fount solution, how to prevent the problem with redis gone away:

'memcache.local' => '\\OC\\Memcache\\APCu',
memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => false,

but still have problems with lost css, described here https://github.com/nextcloud/server/issues/22250#issuecomment-687005092

The only way to solve it - flushdb in redis

Guys, @kesselb, @rullzer, @MorrisJobke can you take a look, please?

SimplyCorbett commented 4 years ago

The only way to solve it - flushdb in redis.

If that fixes it... not a nextcloud issue. Try help.nextcloud.com for server configuration questions.

krakazyabra commented 4 years ago

@Dragon988 This IS nextcloud's problem. Read carefully. Again. The object exists in redis, I can take it with any custom command. But in the same time Nextcloud cannot. This is not configuration question, it's issue. if you can't say anything right, better say nothing. As I wrote, this connected to theming application. On staging instance with the same configuration, but without theming app - everything fine.

SimplyCorbett commented 4 years ago

The object exists in redis, I can take it with any custom command. But in the same time Nextcloud cannot.

This information is not in any of your tickets. Please provide this information for troubleshooting.

Describe in detail how nextcloud can't access the information but your custom command can.

deajan commented 4 years ago

@krakazyabra If you ever find what creates the CSS problems, please let me know. My CSS files are regenerated on EVERY page load/reload, see https://github.com/nextcloud/server/issues/20396

krakazyabra commented 4 years ago

After disabling Theming app, everything working fine. So, problem is 100% in Theming app and caching mechanism.

SimplyCorbett commented 4 years ago

Please provide the information previously requested regarding redis so we can narrow down the bug.

Β 

skjnldsv commented 3 years ago

cc @juliushaertl

After disabling Theming app, everything working fine. So, problem is 100% in Theming app and caching mechanism.

deajan commented 3 years ago

@skjnldsv @karakayasemi In my case (see the above link), CSS files were regenerated on every run because of a circular link, rendering the whole Nextcloud sluggish, including redis. Maybe a simple counter of how many times CSS files are regenerated per run will help debug.

juliusknorr commented 3 years ago

Is this still the case with the latest maintenance releases? We had a bunch of SCSSCache related fixes lately with #23488 #23478 #23490

What seems odd to me is that disabling the theming app would fix it.

The following log line actually looks interesting, do you maybe have a full one of the whole json output, as it seems to be cut of at the end:

It seems like when copying the file from tmp to s3 that it somehow tries to fetch a part file:

writeBack("/tmp/oc_tmp_lulwPS-.css","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css") move("appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css")

{"reqId":"VKf6DdcD2KpomSTqtqBn","level":3,"time":"2020-08-13T20:32:38+02:00","remoteAddr":"10.36.130.182","user":"domain-auth-dd2f1a98-72ff-42a8-b69e-d0c997fcf33e","app":"index","method":"GET","url":"/css/core/bcd6-aadb-css-variables.css?v=123e51624b264fd9e2dbd2c38fbc1db2-d17b620b-33","message":{"Exception":"TypeError","Message":"Argument 1 passed to OC\\Files\\Cache\\CacheQueryBuilder::whereFileId() must be of the type int, null given, called in /var/www/html/lib/private/Files/Cache/Cache.php on line 655","Code":0,"Trace":[{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":655,"function":"whereFileId","class":"OC\\Files\\Cache\\CacheQueryBuilder","type":"->","args":[null]},{"file":"/var/www/html/lib/private/Files/Cache/Cache.php","line":579,"function":"moveFromCache","class":"OC\\Files\\Cache\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\Cache"},"appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":476,"function":"move","class":"OC\\Files\\Cache\\Cache","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css.part","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":400,"function":"writeStream","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null,1]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":313,"function":"writeBack","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["/tmp/oc_tmp_lulwPS-.css","appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"function":"OC\\Files\\ObjectStore\\{closure}","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/3rdparty/icewind/streams/src/CallbackWrapper.php","line":121,"function":"call_user_func","args":[{"__class__":"Closure"}]},{"function":"stream_close","class":"Icewind\\Streams\\CallbackWrapper","type":"->","args":[]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":421,"function":"fclose","args":[null]},{"file":"/var/www/html/lib/private/Files/ObjectStore/ObjectStoreStorage.php","line":376,"function":"file_put_contents","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"," "]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\ObjectStore\\ObjectStoreStorage","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",1597343557]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Availability.php","line":364,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Availability","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/lib/private/Files/Storage/Wrapper/Wrapper.php","line":354,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/apps/files_accesscontrol/lib/StorageWrapper.php","line":381,"function":"touch","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/apps/ransomware_protection/lib/StorageWrapper.php","line":373,"function":"touch","class":"OCA\\FilesAccessControl\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",null]},{"file":"/var/www/html/lib/private/Files/View.php","line":1162,"function":"touch","class":"OCA\\RansomwareProtection\\StorageWrapper","type":"->","args":["appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/View.php","line":569,"function":"basicOperation","class":"OC\\Files\\View","type":"->","args":["touch","/appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css",["touch","create","write"],null]},{"file":"/var/www/html/lib/private/Files/Node/Folder.php","line":184,"function":"touch","class":"OC\\Files\\View","type":"->","args":["/appdata_ocfl9qvwxaml/css/core/bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Files/SimpleFS/SimpleFolder.php","line":84,"function":"newFile","class":"OC\\Files\\Node\\Folder","type":"->","args":["bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":312,"function":"newFile","class":"OC\\Files\\SimpleFS\\SimpleFolder","type":"->","args":["bcd6-aadb-server.css"]},{"file":"/var/www/html/lib/private/Template/SCSSCacher.php","line":182,"function":"cache","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html/core/css","bcd6-aadb-server.css","server.scss",{"__class__":"OC\\Files\\SimpleFS\\SimpleFolder"},"/core/css"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":110,"function":"process","class":"OC\\Template\\SCSSCacher","type":"->","args":["/var/www/html","core/css/server.scss","core"]},{"file":"/var/www/html/lib/private/Template/CSSResourceLocator.php","line":62,"function":"cacheAndAppendScssIfExist","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["/var/www/html","core/css/server.scss"]},{"file":"/var/www/html/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\CSSResourceLocator","type":"->","args":["css/server"]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":310,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/TemplateLayout.php","line":215,"function":"findStylesheetFiles","class":"OC\\TemplateLayout","type":"::","args":[["css/server","css/css-variables","apporder/css/apporder","dicomviewer/css/viewer","dicomviewer/css/sidebar","dicomviewer/css/bootstrap_accordion","dicomviewer/css/viewerMain","dicomviewer/css/viewerMainDialog","dicomviewer/css/captureImageDialog","dicomviewer/css/annotationDialogs","dicomviewer/css/external/font-awesome/font-awesome.min","files_pdfviewer/css/style","sociallogin/css/styles","search/css/results","css/guest"]]},{"file":"/var/www/html/lib/private/legacy/template.php","line":184,"function":"__construct","class":"OC\\TemplateLayout","type":"->","args":["guest","core"]},{"file":"/var/www/html/lib/public/AppFramework/Http/NotFoundResponse.php","line":51,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":123,"function":"render","class":"OCP\\AppFramework\\Http\\NotFoundResponse","type":"->","args":[]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":125,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OC\\Core\\Controller\\CssController"},"getCss"]},{"file":"/var/www/html/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Core\\Controller\\CssController","getCss",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"appName":"core","fileName":"bcd6-aadb-css-variables.css","_route":"core.Css.getCss"}]},{"function":"__invoke","class":"OC\\AppFramework\\Routing\\RouteActionHandler","type":"->","args":[{"appName":"core"...
juliusknorr commented 3 years ago

Maybe you can just grep your logs for this: "Argument 1 passed to OC\Files\Cache\CacheQueryBuilder::whereFileId()"

szaimen commented 3 years ago

Is this Issue still valid in NC21.0.2? If not, please close this issue. Thanks! :)

juliusknorr commented 3 years ago

let's close this as there was no feedback for a long time. Feel free to reopen with the additionally requested information if it still occurs.