Re: strange JDBC error

From: "Peter Mount" <peter(at)retep(dot)org(dot)uk>
To: <pgsql-general(at)postgresql(dot)org>, "Tim Howe" <vsync(at)wego(dot)com>
Subject: Re: strange JDBC error
Date: 2000-07-24 14:31:00
Message-ID: 022b01bff580$cc673c80$512629d4@retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

getTimestamp() has always given us some problems. As you compiled from
source, try getting the current cvs repository. There's a couple of bug
fixes, including the current getTimestamp() fix.

Peter

--
Peter T Mount peter(at)retep(dot)org(dot)uk, peter(at)retepdigital(dot)com, me(at)petermount(dot)com
Homepage: http://www.retep.org.uk Contact details @ http://petermount.com
PostgreSQL JDBC: http://www.retep.org.uk/postgres/
Java PDF generator: http://www.retep.org.uk/pdf/

----- Original Message -----
From: Tim Howe <vsync(at)wego(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Friday, July 21, 2000 1:35 AM
Subject: [GENERAL] strange JDBC error

> I'm getting some bizarre JDBC errors. I just started at a new job and
> my colleagues are all using the PostgreSQL RPMs, but I compiled it
> from source. I am the only one getting this error, and I would really
> like to figure it out... =)
>
> [20/07/2000 17:05:39:989 PDT] *** WGException thrown: Error querying
membership for group 1 and user 1: Bad Timestamp Format at 0 in 2000-07-19
17:55:50.59-07
> ***
> [20/07/2000 17:06:07:725 PDT] *** WGException thrown: Error querying
membership for group 1 and user 1: Bad Timestamp Format at 0 in 2000-07-19
17:55:50.59-07
> ***
> [20/07/2000 17:07:46:413 PDT] *** WGException thrown: Error querying
membership for group 1 and user 1: Bad Timestamp Format at 0 in 2000-07-19
17:55:50.59-07
> ***
> [20/07/2000 17:07:48:722 PDT] *** WGException thrown: Error querying
membership for group 1 and user 1: Bad Timestamp Format at 0 in 2000-07-19
17:55:50.59-07
> ***
> [20/07/2000 17:07:48:870 PDT] *** WGException thrown: Error creating
membership for group 1 and username vsync from edit input params: Bad
Timestamp Format at 0 in 2000-07-19 17:55:50.59-07
>
> --
> Tim Howe
> Associate Software Engineer
> Wego Inc. -- wego.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Heaven 2000-07-24 14:32:57 DBD-Pg vs Pg Perl interface
Previous Message Holger Klawitter 2000-07-24 14:29:29 Re: bug in psql?