Re: Planned OS Upgrade for lucene-solr-1 and lucene-solr-2

2025-03-27 Thread Uwe Schindler
Hi, I have root access on both machines. Indeed one of them (lucene-solr1) is Ubuntu 18.04 LTS and the other one (lucene-solr - no digit) is Unbuntu 20.04 LTS. In fact, both are outdated, whereas the first one is out of support as far as I remember. There are two ways: * do-release-upgrade

Re: Planned OS Upgrade for lucene-solr-1 and lucene-solr-2

2025-03-27 Thread Uwe Schindler
Security updates ongoing... reboot ongoing... running again... 😉 Uwe Am 27.03.2025 um 16:40 schrieb Uwe Schindler: Hi, see my mails on the lucene ML, these ones were lost as they only got to Solr. Actually, I was involved together with Jenkins and I also have root access. Yes, they were pr

Re: Planned OS Upgrade for lucene-solr-1 and lucene-solr-2

2025-03-27 Thread Uwe Schindler
Hi, see my mails on the lucene ML, these ones were lost as they only got to Solr. Actually, I was involved together with Jenkins and I also have root access. Yes, they were provided by Infra, but there was some additional work needed to make them Jenkins nodes. It is long ago that I touched

Re: Planned OS Upgrade for lucene-solr-1 and lucene-solr-2

2025-03-27 Thread Uwe Schindler
Small update: both machines already use netplan and not old interfaces file, so do-release-upgrade is a no-brainer. Uwe Am 27.03.2025 um 16:23 schrieb Uwe Schindler: Hi, I have root access on both machines. Indeed one of them (lucene-solr1) is Ubuntu 18.04 LTS and the other one (lucene-solr

Re: RouteException with the message Cannot invoke "java.util.Collection.size()" because "original" is null in solrj while doing atomic update using add-distinct from java based application

2025-03-27 Thread PUNEET SHARMA
Sorry for the confusion. "client size"? Just to clarify, are you suggesting that this issue is occurring on the client side, or is it originating from the server? On Thu, Mar 27, 2025 at 12:50 PM Mikhail Khludnev wrote: > It seems like client size error occurring when attempting to describe the

Re: RouteException with the message Cannot invoke "java.util.Collection.size()" because "original" is null in solrj while doing atomic update using add-distinct from java based application

2025-03-27 Thread Mikhail Khludnev
It seems like client size error occurring when attempting to describe the root cause. It's not good, but shouldn't be a core problem. Could you check the server logs for the root cause error? On Thu, Mar 27, 2025 at 9:58 AM PUNEET SHARMA wrote: > I am Getting RouteException with the message Cann