You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "pavanKumar2211 (via GitHub)" <gi...@apache.org> on 2023/05/30 03:27:59 UTC

[GitHub] [solr-operator] pavanKumar2211 commented on issue #573: While Enabling Javaagent For Newrelic In Apache Solr v9.2 Pods Are Not Running

pavanKumar2211 commented on issue #573:
URL: https://github.com/apache/solr-operator/issues/573#issuecomment-1567709834

   > So the issue is that Solr 9.x has the Java Security Manager enabled by default, while Solr 8.x did not.
   > 
   > It looks like the Newrelic jar you are using requires permissions that do not come out-of-the-box with Solr, which is unsurprising. You can provide a custom envVar `SOLR_SECURITY_MANAGER_ENABLED=false` to disable the Java security manager.
   > 
   > Unfortunately, I don't think there is a very good way to upload a custom security manager via the operator, unless you want to make your own Solr image that pulls the official image, and overrides the security manager config.
   
   Thanks a lot! I added the envVar in Dockerfile provided by solr and pushed into my repository and used it. It worked.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org