Re: Error on commi()

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Arsalan Zaidi'" <azaidi(at)directi(dot)com>, "'PostgreSQL jdbc list'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Error on commi()
Date: 2002-03-28 10:27:41
Message-ID: 00a701c1d643$31587c40$807ba8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Arsalan,

Do you have any error messages from the backend that can help here?

Dave

> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Arsalan Zaidi
> Sent: Thursday, March 28, 2002 3:42 AM
> To: PostgreSQL jdbc list
> Subject: [JDBC] Error on commi()
>
>
>
> Hi.
>
> I occasionally get this error on commit(). What's up?
>
> I'm using pg 7.2 and jdbc7.2dev-1.2.jar
>
> Exception in thread "main" java.sql.SQLException: FATAL 1:
> Socket command type
>
> at
> org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:94)
> at org.postgresql.Connection.ExecSQL(Connection.java:398)
> at org.postgresql.Connection.ExecSQL(Connection.java:381)
> at org.postgresql.Connection.commit(Connection.java:878)
> at nameWatchWhois.start(nameWatchWhois.java:102)
> at nameWatchWhois.main(nameWatchWhois.java:44)
>
> --Arsalan.
>
> -------------------------------------------------------------------
> People often hate those things which they do not know, or
> cannot understand. --Ali Ibn Abi Talib (A.S.)
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an
> appropriate subscribe-nomail command to
> majordomo(at)postgresql(dot)org so that your message can get through
> to the mailing list cleanly
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Wim Ceulemans 2002-03-28 11:13:18 NullPointerException at org.postgresql.jdbc2.ResultSet.next(ResultSet.java:113)
Previous Message Arsalan Zaidi 2002-03-28 08:41:46 Error on commi()