Re: [I] Setup SOLR using Basic Authentication doesn't work. [solr-operator]
gerlowskija commented on issue #757: URL: https://github.com/apache/solr-operator/issues/757#issuecomment-2714274457 Hi @irwan-verint - this Github repo is specific to issues and improvements related to the Solr Operator: a particular way of running and managing Solr deployments in Kubernetes. Don't worry though - there's plenty of other places to ask questions and get help! You might want to check out the "Slack" and "User List" sections of our [Community page](https://solr.apache.org/community.html) here. As to your particular issue, `Caused by: org.noggit.JSONParser$ParseException` suggests that the contents of your security.json file aren't valid JSON. It might be worth running your file through a standalone JSON parser like ['jq'](https://jqlang.org/) to double-check. Best of luck! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] Setup SOLR using Basic Authentication doesn't work. [solr-operator]
gerlowskija closed issue #757: Setup SOLR using Basic Authentication doesn't work. URL: https://github.com/apache/solr-operator/issues/757 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[I] Setup SOLR using Basic Authentication doesn't work. [solr-operator]
irwan-verint opened a new issue, #757: URL: https://github.com/apache/solr-operator/issues/757 I'm trying to setup a solr on my local machine (localhost) using standalone version. I followed the setup up from the [docuementation](https://solr.apache.org/guide/8_5/basic-authentication-plugin.html#basic-authentication-plugin) but it seems doesn't work. I created a _security.json_ file tthen place it into _server/solr/security.json_ the same directory with _solr.xml_ and use the same value within documentation. When I'm trying to start it, the solr stop to working.   But when I deleted the security.json file. My solr working again. This is the detail error log that I got.  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
