IllegalState Exception

From: Yury Petukhou <yury(dot)petukhou(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: IllegalState Exception
Date: 2017-09-06 09:31:57
Message-ID: CAKuTYX9-Vi8TGMSkdJpshxQJ1gj+mtFYzNeWf8XQi3b+8q+1bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dear Sir/Madam,

My name is Yury Petukhou. I have a question on jdbc usage.

In my application I use postgres-9.4.12.12 JDBC driver.

When I make an INSERT or SELECT request I get IllegalState Exception with
description
"Received resultset tuples, but no field structure for them"

What can be the reason? I have looked through FAQ and documentation and
found only description of the exception but not the reason.

This exception is thrown occasionally not systematically, so it's not an
application logic error. Database is used by my application only.

Thank you for reply.

Best regards,
Yury Petukhou

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2017-09-06 15:29:51 Re: IllegalState Exception
Previous Message Vladimir Sitnikov 2017-09-01 13:02:39 Re: RETURN_GENERATED_KEYS does not work when insert statement is using a "with" query.