Re: [SQL] java.lang.StringIndexOutOfBoundsException: String - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: [SQL] java.lang.StringIndexOutOfBoundsException: String
Date
Msg-id Pine.LNX.4.33.0401300423590.3078-100000@leary.csoft.net
Whole thread Raw
In response to Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index out of range: 23 at java.lang.String.charAt(String.java:460)  (Paul Thomas <paul@tmsl.demon.co.uk>)
List pgsql-jdbc

On Fri, 30 Jan 2004, Paul Thomas wrote:

>
> On 29/01/2004 16:34 mohan@physics.gmu.edu wrote:
> > Hi All
> >
> > I am having the torque3.1.jar and postgresql-7.4. I have compiled the new
> > jdbc driver called as postgresql.jar and have placed it in the lib
> > directory from where the ant scripts catch the jars. Whenever i try to
> > access through torque
> >
> > gestList = BaseGestlistPeer.doSelect(new Criteria());
> >
> > this error arises
> >
> > java.lang.StringIndexOutOfBoundsException: String index out of range: 23
> >         at java.lang.String.charAt(String.java:460)
> >         at
> > org.postgresql.jdbc2.ResultSet.toTimestamp(ResultSet.java:1653)
> >         at
> > org.postgresql.jdbc2.ResultSet.getTimestamp(ResultSet.java:398)
> >

This stacktrace is from a 7.2 jar file.  You probably have the old version
somewhere in your classpath.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Paul Thomas
Date:
Subject: Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index out of range: 23 at java.lang.String.charAt(String.java:460)
Next
From: adp adp
Date:
Subject: connectivity problem