JDBC for 7.0 - Tuple received before MetaData exception

From: Gunnar R|nning <gunnar(at)candleweb(dot)no>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC for 7.0 - Tuple received before MetaData exception
Date: 2000-05-25 12:35:08
Message-ID: x6bt1ux0xv.fsf@thor.candleweb.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello,

I'm currently going over my log files to search for suspect error
messages. I found one suspicous error message(I only have one instance of
this exception in my log files). Does anybody know what the reason for this
error could be ? e.g. something on the database server side, concurrency
problems etc.

Regards,

Gunnar

[abJDBCServer] doQuery(LocationDS) "SELECT LOC_ID , LOC_TYPE , LOC_NAME , LOC_PARENT FROM LOCATION WHERE LOC_PARENT IS NULL AND NOT LOC_TYPE=0 ORDER BY LOC_NAME"
abJDBCServer: handle open link exception = Tuple received before MetaData.
Tuple received before MetaData.
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(Compiled Code)
at org.postgresql.util.PSQLException.<init>(PSQLException.java:22)
at org.postgresql.Connection.ExecSQL(Compiled Code)
at org.postgresql.jdbc2.Statement.execute(Compiled Code)
at org.postgresql.jdbc2.Statement.executeQuery(Compiled Code)
at progress.apptivity.agent.server.abJDBCServer.doQueryImpl(Compiled Code)
at progress.apptivity.agent.server.abJDBCServer.doQueryImpl(Compiled Code)
at progress.apptivity.agent.server.abJDBCServer.doQuery(Compiled Code)
at progress.apptivity.agent.server.abJDBCServer.serverRequest(Compiled Code)
at SearchFasterServerEvents.serverRequest(Compiled Code)
at progress.apptivity.server.abServer.serverRequest(Compiled Code)
at progress.apptivity.server.abQuerySetImpl.serverRequest(Compiled Code)
at progress.apptivity.client.iiop._abQuerySetImplBase.invoke(Compiled Code)
at IE.Iona.OrbixWeb.CORBA.ServerDispatcher.dispatch(Compiled Code)
at IE.Iona.OrbixWeb.CORBA.ServerDispatcher.system_dispatch(Compiled Code)
at IE.Iona.OrbixWeb.CORBA.BOAImpl.continueThreadDispatch(Compiled Code)
at IE.Iona.OrbixWeb.CORBA.ORB.continueThreadDispatch(Compiled Code)
at progress.apptivity.server.iiop.ow.a25.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2000-05-25 20:18:56 Re: Database names ...
Previous Message Gunnar R|nning 2000-05-25 11:37:38 Postgresql 7.0 JDBC exceptions - broken connections ?