Re: JDBC: java.sql.SQLException: results returned

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Eric Scroger'" <escroger(at)carl(dot)org>, <pgsql-jdbc(at)postgresql(dot)org>
Cc: "'pgsql hackers'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: JDBC: java.sql.SQLException: results returned
Date: 2002-03-05 01:27:24
Message-ID: 002001c1c3e4$e790a260$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Eric,

Can you send the new stack trace, and the lines of code that are causing
it?

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Eric Scroger
Sent: Monday, March 04, 2002 8:18 PM
To: pgsql-jdbc(at)postgresql(dot)org
Cc: pgsql hackers
Subject: Re: [JDBC] JDBC: java.sql.SQLException: results returned

UPDATE:

So now I've got postgres 7.1 running. I upgraded the postgres JDBC jar
file as well, yet I'm still getting the exception,
java.sql.SQLException: results returned.

Any ideas?

Eric

Eric Scroger wrote:

> 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)
>

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Barry Lind 2002-03-05 01:32:46 Re: [HACKERS] JDBC: java.sql.SQLException: results returned
Previous Message Eric Scroger 2002-03-05 01:18:00 Re: JDBC: java.sql.SQLException: results returned

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-03-05 01:32:46 Re: [HACKERS] JDBC: java.sql.SQLException: results returned
Previous Message Eric Scroger 2002-03-05 01:18:00 Re: JDBC: java.sql.SQLException: results returned