Skip to content

Update to NC14 RC 1 No cache entry found #10922

@tflidd

Description

@tflidd

Steps to reproduce

  1. Update from NC14 beta 1

Actual behaviour

Lot of errors in the log. A lot of things with caching went a bit wrong, I tried to reset it via occ commands and finally the following conclusion (not sure if it was the cleanup procedure, the config changes or just the fact that I disabled not compatible apps):

  1. There are still a few errors in the log, not sure if that is something to worry or just a cosmetic thing:
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
{"reqId":"YoDJeXEgbS9c1uqBcGaw","level":0,"time":"2018-08-29T13:50:32+00:00","remoteAddr":"a.b.c.d","user":"user1","app":"no app in context","method":"GET","url":"\/nextcloud\/apps\/files\/","message":"No cache entry found for \/appdata_ocx7851qw981\/css\/icons\/icons-vars.css (storage: local::\/var\/www\/nextcloud\/data\/, internalPath: appdata_ocx7851qw981\/css\/icons\/icons-vars.css)","userAgent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko\/20100101 Firefox\/61.0","version":"14.0.0.17"}
  1. I had a bit of troubles with the caches, especially APCU even though a second setup with the same php config works. I changed this entry
    'memcache.local' => '\\OC\\Memcache\\APCu',

to
'memcache.local' => '\OC\Memcache\APCu',

(even though there was no error, I removed the double-back-slashes for file-locking cache as well.

  1. There are still a few apps that are not compatible. Perhaps they were responsible for some of the initial errors I had. For me it was:

These apps should be made compatible or if not marked as uncompatible so nobody breaks his system after an upgrade.

Server configuration

Operating system: Debian 8 (php 7 from dotdeb)

Web server: Apache

Database: MySQL

PHP version: 7.0

Nextcloud version: 14 RC1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions