JDBC: java.sql.SQLException: results returned

From: Eric Scroger <escroger(at)carl(dot)org>
To: pgsql hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: JDBC: java.sql.SQLException: results returned
Date: 2002-03-04 20:28:57
Message-ID: 3C83D909.3050802@carl.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Hackers,

I get the following error (see below) when I attempt to insert a row into
one of our tables. I'm using postgres 6.4 with java/jdbc 1.2.1.

Any ideas on what it means? I can't seem to find documentation
on this particular exception anywhere?

Thanks,

Eric

----------------------------------------------

INSERT INTO bad_urls(ID,DATA,ATTEMPTS,REASON) VALUES
(3376,'http://www.oit.itd.umich.edu/projects/adw2k/chordata/aves.html',0,'Unknown
Host')

java.sql.SQLException: results returned
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>(SQLException.java:82)
at postgresql.Statement.executeUpdate(Compiled Code)
at postgresql.PreparedStatement.executeUpdate(Compiled Code)
at InsertError.record(Compiled Code)
at InsertError.record(Compiled Code)
at wbCheckUrl$CheckThread.run(Compiled Code)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-03-04 20:38:22 Re: Uniqueness of rule, constraint, and trigger names
Previous Message Dan Langille 2002-03-04 20:04:45 Re: Uniqueness of rule, constraint, and trigger names

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-03-04 20:33:59 Re: Open patches
Previous Message Bruce Momjian 2002-03-04 19:21:18 Re: libpq++ and Postgres