Error

Started by Sonam Sharmaover 6 years ago2 messagesgeneral
Jump to latest
#1Sonam Sharma
sonams1209@gmail.com

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?

#2Luca Ferrari
fluca1978@gmail.com
In reply to: Sonam Sharma (#1)
Re: Error

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