Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to NC14 RC 1 No cache entry found #10922

Closed
tflidd opened this issue Aug 29, 2018 · 10 comments
Closed

Update to NC14 RC 1 No cache entry found #10922

tflidd opened this issue Aug 29, 2018 · 10 comments

Comments

@tflidd
Copy link
Contributor

tflidd commented Aug 29, 2018

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

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #7488 (Update caches for federated shares in cron), #9575 (after updating from 13.0.1 to 13.0.2 I get: invalidsignatureexception: theming: " Signature data not found." ), #3633 (Update 11.0.0.1 fails), #1931 (Suggestion to update to owncloud 9.1.1), and #6039 (Update from 12.0.0 to 12.0.1).

@vwbusguy
Copy link

The #1 issue will is related to the existing PR: #10847

@MorrisJobke
Copy link
Member

cc @skjnldsv

@MorrisJobke
Copy link
Member

@juliushaertl

@skjnldsv
Copy link
Member

@MorrisJobke we're using the same function than any other caching methods for the css icons.
How is can a cache fail like that? :/

@stephanedupont
Copy link

Same issue that #1 issue on Nextcloud 14.

No cache entry found for /appdata_oc8141984960/css/icons/icons-vars.css (storage: local::/home/data/, internalPath: appdata_oc8141984960/css/icons/icons-vars.css)

@skjnldsv
Copy link
Member

Should be fixed by #10847

@tflidd
Copy link
Contributor Author

tflidd commented Sep 27, 2018

A user is reporting a similar issue with NC 14.0.1 which should have the fix #10847 :
#11405

@skjnldsv
Copy link
Member

@tflidd The #11405 is a different issue. :)

@meminens
Copy link

meminens commented Nov 5, 2018

@skjnldsv @tflidd Same issue? nextcloud/tasks#214

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

No branches or pull requests

7 participants