jkmuriithi commented on PR #2876: URL: https://github.com/apache/solr/pull/2876#issuecomment-2905899716
I think this change might have introduced a small issue with `bin/solr`. When I run `bin/solr start` on my Mac laptop, I get a 503 error from the Solr process and an `access denied` error in the Solr logs. Seems like Jetty is trying and failing to read from a temp folder in `/private`. I have to run `bin/solr start -Djava.io.tmpdir=$(pwd)` to actually get a node to come up. Seems like a relatively easy problem to fix? Would have reported this in the Jira, but I'm waiting on my account request. -- 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