Hello everyone,
after updating and restarting the container i canât log in anymore. It displays âinternal server error 500â ⌠Unfortunately I cannot execute any OCC command, because every command leads into a Redis Exception (I am not using any password for redis). Do you have any idea?
OCC logs
root@HOME-SERVER:[config]> docker exec -u www-data -it nextcloud php /var/www/html/occ maintenance:mode --on
An unhandled exception has been thrown:
RedisException: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? in /var/www/html/lib/private/RedisFactory.php:94
Stack trace:
#0 /var/www/html/lib/private/RedisFactory.php(94): Redis->auth(false)
#1 /var/www/html/lib/private/RedisFactory.php(108): OC\RedisFactory->create()
#2 /var/www/html/lib/private/Memcache/Redis.php(43): OC\RedisFactory->getInstance()
#3 /var/www/html/lib/private/Memcache/Factory.php(135): OC\Memcache\Redis->__construct('091c2ff6469d381...')
#4 /var/www/html/lib/private/Server.php(1021): OC\Memcache\Factory->createLocking('lock')
#5 /var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server))
#6 /var/www/html/lib/private/ServerContainer.php(124): Pimple\Container->offsetGet('OCP\\Lock\\ILocki...')
#7 /var/www/html/lib/private/Server.php(1970): OC\ServerContainer->query('OCP\\Lock\\ILocki...')
#8 /var/www/html/lib/private/Files/View.php(118): OC\Server->getLockingProvider()
#9 /var/www/html/lib/private/Server.php(299): OC\Files\View->__construct()
#10 /var/www/html/3rdparty/pimple/pimple/src/Pimple/Container.php(118): OC\Server->OC\{closure}(Object(OC\Server))
#11 /var/www/html/lib/private/ServerContainer.php(124): Pimple\Container->offsetGet('OCP\\Encryption\\...')
#12 /var/www/html/lib/private/Server.php(1443): OC\ServerContainer->query('OCP\\Encryption\\...')
#13 /var/www/html/lib/base.php(843): OC\Server->getEncryptionManager()
#14 /var/www/html/lib/base.php(728): OC::registerEncryptionWrapper()
#15 /var/www/html/lib/base.php(1090): OC::init()
#16 /var/www/html/console.php(49): require_once('/var/www/html/l...')
#17 /var/www/html/occ(11): require_once('/var/www/html/c...')
Startup logs of the containers:
root@HOME-SERVER:[nextcloud]> docker-compose up
Starting nextcloud-redis ... done
Starting nextcloud-db ... done
Starting nextcloud ... done
Starting nextcloud-cron ... done
Attaching to nextcloud-redis, nextcloud-db, nextcloud, nextcloud-cron
nextcloud | Configuring Redis as session handler
nextcloud | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.12. Set the 'ServerName' directive globally to suppress this message
nextcloud-cron | crond: crond (busybox 1.30.1) started, log level 0
nextcloud | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.12. Set the 'ServerName' directive globally to suppress this message
nextcloud-cron | crond: user:www-data entry:(null)
nextcloud-redis | 1:C 18 Jul 2020 07:13:36.491 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
nextcloud-redis | 1:C 18 Jul 2020 07:13:36.491 # Redis version=6.0.5, bits=64, commit=00000000, modified=0, pid=1, just started
nextcloud-redis | 1:C 18 Jul 2020 07:13:36.491 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.493 * Running mode=standalone, port=6379.
nextcloud-db | 2020-07-18 07:13:36+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.4+maria~focal started.
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.493 # Server initialized
nextcloud | [Sat Jul 18 07:13:38.140645 2020] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.38 (Debian) PHP/7.4.8 configured -- resuming normal operations
nextcloud | [Sat Jul 18 07:13:38.140753 2020] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
nextcloud-db | 2020-07-18 07:13:37+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.494 * Loading RDB produced by version 6.0.5
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.494 * RDB age 127 seconds
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.494 * RDB memory usage when created 0.77 Mb
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.494 * DB loaded from disk: 0.000 seconds
nextcloud-redis | 1:M 18 Jul 2020 07:13:36.494 * Ready to accept connections
nextcloud-db | 2020-07-18 07:13:37+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.4+maria~focal started.
nextcloud-db | 2020-07-18 7:13:37 0 [Note] mysqld (mysqld 10.5.4-MariaDB-1:10.5.4+maria~focal-log) starting as process 1 ...
nextcloud-cron | 100001000010000100001000010000100001000010000100001000010000
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Using Linux native AIO
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Uses event mutexes
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Number of pools: 1
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Using SSE4.2 crc32 instructions
nextcloud-db | 2020-07-18 7:13:38 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Completed initialization of buffer pool
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: 128 rollback segments are active.
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
nextcloud-cron | 111111111111111111111111
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: 10.5.4 started; log sequence number 2151504124; transaction id 3920897
nextcloud-db | 2020-07-18 7:13:38 0 [Note] Plugin 'FEEDBACK' is disabled.
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
nextcloud-cron | 11111111111111111111111111111111
nextcloud-db | 2020-07-18 7:13:38 0 [Note] InnoDB: Buffer pool(s) load completed at 200718 7:13:38
nextcloud-cron | 111111111111
nextcloud-db | 2020-07-18 7:13:38 0 [Note] Server socket created on IP: '::'.
nextcloud-cron | 1111111
nextcloud-db | 2020-07-18 7:13:38 0 [Warning] 'proxies_priv' entry '@% root@3ceaadfe2e14' ignored in --skip-name-resolve mode.
nextcloud-db | 2020-07-18 7:13:38 0 [Note] Reading of all Master_info entries succeeded
nextcloud-db | 2020-07-18 7:13:38 0 [Note] Added new Master_info '' to hash table
nextcloud-db | 2020-07-18 7:13:38 0 [Note] mysqld: ready for connections.
nextcloud-db | Version: '10.5.4-MariaDB-1:10.5.4+maria~focal-log' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
nextcloud-cron | crond: user:www-data entry:(null)
nextcloud-cron | 100001000010000100001000010000100001000010000100001000010000
nextcloud-cron | 111111111111111111111111
nextcloud-cron | 11111111111111111111111111111111
nextcloud-cron | 111111111111
nextcloud-cron | 1111111
nextcloud-cron | crond: wakeup dt=22
nextcloud-cron | crond: file www-data:
nextcloud-cron | crond: line php -f /var/www/html/cron.php
nextcloud | 172.18.0.4 - markus [18/Jul/2020:07:14:02 +0000] "GET /status.php HTTP/1.1" 500 424 "-" "Mozilla/5.0 (Windows) mirall/2.6.5stable-Win64 (build 20200710) (Nextcloud)"
nextcloud | 172.18.0.4 - - [18/Jul/2020:07:14:19 +0000] "GET / HTTP/1.1" 500 2669 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
nextcloud | 172.18.0.4 - - [18/Jul/2020:07:14:19 +0000] "GET /core/css/guest.css?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 6058 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
nextcloud | 172.18.0.4 - - [18/Jul/2020:07:14:19 +0000] "GET /core/js/dist/main.js?v=ba222ded25d957b900c03bef914333cd HTTP/1.1" 200 425692 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"