After updating Nextcloud Elasticsearch will not start upon exciting the command " systemctl start elasticsearch" I get the following. " Job for elasticsearch.service failed because the control process exited with error code. See “systemctl status elasticsearch.service” and “journalctl -xe” for details."
indent preformatted text by 4 spaces[root@wp-files ~]# service elasticsearch restart
Restarting elasticsearch (via systemctl): Job for elasticsearch.service failed because the control process exited with error code. See “systemctl status elasticsearch.service” and “journalctl -xe” for details.
[FAILED]
[root@wp-files ~]#
Could this be a java permission issue when I ran the command to install ingest-attachment i got the following.
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: plugin requires additional permissions @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Possible, depending on update level of the individual components…
I’ve had that error too, on occasions, but usually it will run through and the correct version is running later.
Elasticsearch starts and is now running however when I enter "sudo -u apache /opt/rh/rh-php73/root/usr/bin/php -d memory_limit=512M /usr/share/nextcloud/occ fulltextsearch:index
An unhandled exception has been thrown:
OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
does anybody know a fix for this?