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