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-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org