Elasticsearch Fehler obwohl in .env deaktiviert

Wir bekommen im Prod.log folgende Fehlermeldung der Elasticsearch, obwohl diese in der .env Datei deaktiviert ist.

SHOPWARE_ES_ENABLED=0

request - CRITICAL

  1. Februar 2024 um 09:49:03

Uncaught PHP Exception OpenSearch\Common\Exceptions\NoNodesAvailableException: „No alive nodes found in your cluster“ at StaticNoPingConnectionPool.php line 67 {„exception“:„[object] (OpenSearch\Common\Exceptions\NoNodesAvailableException(code: 0): No alive nodes found in your cluster at /usr/www/users/hochzq/shopware/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php:67)“}

elasticsearch - CRITICAL

  1. Februar 2024 um 09:49:03

No alive nodes found in cluster

Bitte um dringende Hilfe bzw. kennt jemand dieses Problem?

Eventuell eine .env.local / .env.local.php oder so auf dem Server? Cache geleert?

Schon etwas herausgefunden?
Diesen Fehler haben wir gerade auch bei uns entdeckt.

Uncaught PHP Exception OpenSearch\Common\Exceptions\NoNodesAvailableException: „No alive nodes found in your cluster“ at StaticNoPingConnectionPool.php line 67 {„exception“:„[object] (OpenSearch\Common\Exceptions\NoNodesAvailableException(code: 0): No alive nodes found in your cluster at /home/www/shopware6/vendor/opensearch-project/opensearch-php/src/OpenSearch/ConnectionPool/StaticNoPingConnectionPool.php:67)“}

Selbe auch mit No alive nodes found in cluster

Und noch eine weitere Meldung (wahrscheinlich weil wir im Admin bei einer Bestellung „Zahlung erinnert“ Mail schicken wollen - Mail wurde auch nicht zugestellt:

Uncaught PHP Exception Shopware\Core\Content\MailTemplate\Exception\MailTransportFailedException: „Failed sending mail to following recipients: {{ recipients }} with Error: Connection to „process /usr/sbin/sendmail -bs“ has been closed unexpectedly.“ at MailSender.php line 50 {„exception“:„[object] (Shopware\Core\Content\MailTemplate\Exception\MailTransportFailedException(code: 0): Failed sending mail to following recipients: {{ recipients }} with Error: Connection to "process /usr/sbin/sendmail -bs" has been closed unexpectedly. at /home/www/shopware6/vendor/shopware/core/Content/Mail/Service/MailSender.php:50)\n[previous exception] [object] (Symfony\Component\Mailer\Exception\TransportException(code: 0): Connection to "process /usr/sbin/sendmail -bs" has been closed unexpectedly. at /home/www/shopware6/vendor/symfony/mailer/Transport/Smtp/Stream/AbstractStream.php:87)“}

Bzgl. Elasticsearch: Ich habe folgende Zeilen noch in der .env.local eingetragen, dann kam der Fehler nicht mehr.

OPENSEARCH_URL=null://null
ADMIN_OPENSEARCH_URL=null://null
SHOPWARE_ES_ENABLED=0
SHOPWARE_ES_INDEXING_ENABLED=0