Thread: Error

Error

From
Sonam Sharma
Date:
I have upgraded my postgres database to 9.2 to 10.9.
After upgrade getting below error :
Java.lang.illegalstateexception: 3 rows retrieved for single property server is.Checksum.

Can some one please help on this issue?

Re: Error

From
Luca Ferrari
Date:
On Mon, Jul 29, 2019 at 2:22 PM Sonam Sharma <sonams1209@gmail.com> wrote:
> Java.lang.illegalstateexception: 3 rows retrieved for single property server is.Checksum.

This has nothing to do with PostgreSQL, at least I suspect you have
got a query that is not strict and is returning more than a row.
You need to provide to us (and yourself) some more information. A good
starting point could be to enable logging of queries.

Luca