From: | Rini Dutta <rinid(at)rocketmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org |
Subject: | 'Unknown Result Type' - JDBC Driver |
Date: | 2001-03-05 15:44:43 |
Message-ID: | 20010305154443.7210.qmail@web2904.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-interfaces pgsql-jdbc |
Hi,
I am using the JDBC interface. Does anybody know what
could lead to the following two errors I ran into -
1. Cannot handle multiple result groups.
at
org.postgresql.Connection.ExecSQL(Connection.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.execute(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.executeQuery(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.PreparedStatement.executeQuery(PreparedStatement.java,
Compiled Code)
This seems to have been followed by a whole lot of
occurences of -
2. Unknown Response Type ^@
at
org.postgresql.Connection.ExecSQL(Connection.java,
Compiled Code)
at java.lang.Exception.<init>(Exception.java,
Compiled Code)
at
java.sql.SQLException.<init>(SQLException.java,
Compiled Code)
at
org.postgresql.util.PSQLException.<init>(PSQLException.java,
Compiled Code)
at
org.postgresql.Connection.ExecSQL(Connection.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.execute(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.Statement.executeQuery(Statement.java,
Compiled Code)
at
org.postgresql.jdbc2.PreparedStatement.executeQuery(PreparedStatement.java,
Compiled Code)
I normally do not see this happen, and do not know
if I can replicate this error reliably. Any
information
regarding the meaning/cause of this error and whether
there is a way to get around it/avoid it, would be
really helpful.
Thanks,
Rini
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-03-05 15:46:08 | Re: How to automatically start postmastrer with TCP/IP support (-i option) ??? |
Previous Message | Wouter | 2001-03-05 15:25:26 | python-postgres RPM |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter T Mount | 2001-03-05 15:58:23 | Re: [INTERFACES] 'Unknown Result Type' - JDBC Driver |
Previous Message | Anthony E . Greene | 2001-03-05 13:47:07 | Re: postmaster confiugration and hardware configuration |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter T Mount | 2001-03-05 15:58:23 | Re: [INTERFACES] 'Unknown Result Type' - JDBC Driver |
Previous Message | Anthony E . Greene | 2001-03-05 13:47:07 | Re: postmaster confiugration and hardware configuration |