Internal Server Error
The server encountered an internal error and was unable to complete your request.
Please contact the server administrator if this error reappears multiple times and include the technical details below in your report.
More details can be found in the [server log
Technical details
- Remote Address: 192.168.1.109
- Request ID: W-USsFl7sqEIaEUyh708XQAAAAU
- Type: RedisException
- Code: 0
- Message: Connection refused
- File: /var/www/html/owncloud/lib/private/RedisFactory.php
- Line: 81
Trace
#0 /var/www/html/owncloud/lib/private/RedisFactory.php(81): Redis->connect(âlocalhostâ, 6379, 0) #1 /var/www/html/owncloud/lib/private/RedisFactory.php(101): OC\RedisFactory->create() #2 /var/www/html/owncloud/lib/private/Memcache/Redis.php(37): OC\RedisFactory->getInstance() #3 /var/www/html/owncloud/lib/private/Memcache/Factory.php(131): OC\Memcache\Redis->__construct(â0ec155981b96843âŚâ) #4 /var/www/html/owncloud/lib/private/Server.php(721): OC\Memcache\Factory->createLocking(âlockâ) #5 /var/www/html/owncloud/lib/composer/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC{closure}(Object(OC\Server)) #6 /var/www/html/owncloud/lib/private/AppFramework/Utility/SimpleContainer.php(108): Pimple\Container->offsetGet(âLockingProviderâ) #7 /var/www/html/owncloud/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query(âLockingProviderâ) #8 /var/www/html/owncloud/lib/private/Server.php(1485): OC\ServerContainer->query(âLockingProviderâ) #9 /var/www/html/owncloud/lib/private/Files/View.php(120): OC\Server->getLockingProvider() 10 /var/www/html/owncloud/lib/private/Server.php(172): OC\Files\View->__construct() #11 /var/www/html/owncloud/lib/composer/pimple/pimple/src/Pimple/Container.php(113): OC\Server->OC{closure}(Object(OC\Server)) #12 /var/www/html/owncloud/lib/private/AppFramework/Utility/SimpleContainer.php(108): Pimple\Container->offsetGet(âEncryptionManagâŚâ) #13 /var/www/html/owncloud/lib/private/ServerContainer.php(86): OC\AppFramework\Utility\SimpleContainer->query(âEncryptionManagâŚâ) #14 /var/www/html/owncloud/lib/private/Server.php(916): OC\ServerContainer->query(âEncryptionManagâŚâ) #15 /var/www/html/owncloud/lib/base.php(751): OC\Server->getEncryptionManager() #16 /var/www/html/owncloud/lib/base.php(665): OC::registerEncryptionWrapper() #17 /var/www/html/owncloud/lib/base.php(994): OC::init() #18 /var/www/html/owncloud/index.php(53): require_once(â/var/www/html/oâŚâ) #19 {main}
anyone can please direct me what could have been wrong in here? if I remove this lines in my config
âfilelocking.enabledâ => âtrueâ,
âmemcache.lockingâ => â\OC\Memcache\Redisâ,
âredisâ => array(
âhostâ => âlocalhostâ,
âportâ =>0,
âtimeoutâ => 0.0,
),
everything is loaded except for the error message:
- Transactional file locking should be configured to use memory-based locking, not the default slow database-based locking. See the [documentation
for more information.