wazuh / wazuh-indexer

Wazuh indexer, the Wazuh search engine
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
11 stars 17 forks source link

Deprecated method `java.lang.System::setSecurityManager` warning during installation #187

Closed GGP1 closed 6 months ago

GGP1 commented 6 months ago

Describe the bug

During Release 4.8.0 - Beta 4 - E2E UX tests - Vulnerability Detection #22455, I found a warning during the installation because of the deprecated method java.lang.System::setSecurityManager which will be removed in a future release.

Mar 13 14:55:22 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: A terminally deprecated method in java.lang.System has been called
Mar 13 14:55:22 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.OpenSearch (file:/usr/share/wazuh-indexer/lib/open>
Mar 13 14:55:22 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.OpenSearch
Mar 13 14:55:22 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: System::setSecurityManager will be removed in a future release
Mar 13 14:55:24 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: A terminally deprecated method in java.lang.System has been called
Mar 13 14:55:24 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: System::setSecurityManager has been called by org.opensearch.bootstrap.Security (file:/usr/share/wazuh-indexer/lib/opense>
Mar 13 14:55:24 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: Please consider reporting this to the maintainers of org.opensearch.bootstrap.Security
Mar 13 14:55:24 ip-172-31-35-163 systemd-entrypoint[5402]: WARNING: System::setSecurityManager will be removed in a future release

To Reproduce Steps to reproduce the behavior:

  1. Install the Wazuh indexer using the 4.8.0-1 package like it was done here

Expected behavior

The installation is performed without the warning.

Host/Environment (please complete the following information):

AlexRuiz7 commented 6 months ago

Widely known issue https://github.com/wazuh/wazuh-packages/issues/1749