Re: "solr start -e techproducts" failing on MacOS

2025-05-20 Thread sanjay dutt
Recently I merged changes related to jetty upgrade. I will look into it. https://github.com/apache/solr/pull/2876 On Wed, May 21, 2025 at 5:44 AM Rahul Goswami wrote: > For additional context, this is working fine on Windows. Failing > consistently on MacOS. > > Thanks, > Rahul > > > On Tue, May

Re: "solr start -e techproducts" failing on MacOS

2025-05-20 Thread Rahul Goswami
For additional context, this is working fine on Windows. Failing consistently on MacOS. Thanks, Rahul On Tue, May 20, 2025 at 5:32 PM Rahul Goswami wrote: > I checked out main, and then "gradlew dev". Tried running the techproducts > example, but it seems to get into some exception with initia

"solr start -e techproducts" failing on MacOS

2025-05-20 Thread Rahul Goswami
I checked out main, and then "gradlew dev". Tried running the techproducts example, but it seems to get into some exception with initializing the context (hitting 503 error). Logs are complaining about AccessControlException while trying to access a temp location. I have tried the example flow in

Re: Error executing "gradlew assemble"

2025-05-20 Thread Christos Malliaridis
I've created https://github.com/apache/solr/pull/3358 that should solve this issue and allow the production flag to be set to false again. On Tue, May 20, 2025 at 8:05 AM Rahul Goswami wrote: > Thanks Christos. The "production=true" workaround worked for me. > > Regards, > Rahul > > On Sat, May

Re: Crave.io issue

2025-05-20 Thread David Smiley
Thanks UV & Bain -- it appears to be working again, judging from a couple PRs. To those interested in getting a Crave account: A Crave account lets you run "./gradlew test" (or really anything) from your own machine at the CLI by simply running "crave run". The user experience is similar to if y