Re: Sudden JVM crashes - a Postgres driver problem?

From: Kris Jurka <books(at)ejurka(dot)com>
To: "ljairath(at)uoguelph(dot)ca" <lkjairath(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org, brharp(at)uoguelph(dot)ca, Barbara Edwards <edwards(at)uoguelph(dot)ca>
Subject: Re: Sudden JVM crashes - a Postgres driver problem?
Date: 2007-03-29 14:31:42
Message-ID: Pine.BSO.4.64.0703291029170.32652@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 29 Mar 2007, ljairath(at)uoguelph(dot)ca wrote:

> The following query has caused our JVM to crash. could someone please
> explain it? our configuration is:
>
> org.postgresql.util.PSQLException: ERROR: date/time field value out of
> range: "2007-2-29 0:0"

This is not a JVM crash. It's a standard Exception being thrown by the
server correctly rejecting an invalid date. There is no 29th of February
in 2007.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-03-29 14:37:19 Re: Lots of junk on my console
Previous Message ljairath@uoguelph.ca 2007-03-29 14:24:10 Sudden JVM crashes - a Postgres driver problem?