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

   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.


-- 
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

Reply via email to