Invalid column display size. Cannot be less than zero

From: "alan" <a(dot)alerta(at)mainfield(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Invalid column display size. Cannot be less than zero
Date: 2006-07-25 12:04:08
Message-ID: 1153829048.930369.247850@s13g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc


"surabhi.ahuja" ha scritto:

> i want to know what error code will be returned if the database does not exist.
>
> i have the following list, howvere do not know which one shall be returned when database itself does not exits
>
> http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html
>
> thanks,
> regards
> Surabhi
>
> ________________________________
>
> From: pgsql-jdbc-owner(at)postgresql(dot)org on behalf of alan
> Sent: Tue 7/25/2006 4:12 PM
> To: pgsql-jdbc(at)postgresql(dot)org
> Subject: [JDBC] Invalid column display size. Cannot be less than zero
>
>
>
> ***********************
> Your mail has been scanned by InterScan VirusWall.
> ***********-***********
>
>
> Hi all!
>
> I'm using postgresql-8.1-407.jdbc3.jar.
>
> The following code:
> CachedRowSet cachedRowSet = new CachedRowSetImpl();
> cachedRowSet.populate(resultSet);
>
> raise the following exception:
> java.sql.SQLException: Invalid column display size. Cannot be less than
> zero
> at
> javax.sql.rowset.RowSetMetaDataImpl.setColumnDisplaySize(RowSetMetaDataImpl.java:267)
> at
> com.sun.rowset.CachedRowSetImpl.initMetaData(CachedRowSetImpl.java:702)
> at com.sun.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:620)
> at com.mainfield.test.TestJoinRowSet.run(TestJoinRowSet.java:47)
> at com.mainfield.test.TestJoinRowSet.main(TestJoinRowSet.java:71)
>
> Last informations available about this issue it's on this mailing list
> one year ago.
> Someone has news about this issue?
>
> Many thanks!
> Regards.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>
>
>
> ------_=_NextPart_001_01C6AFDD.CE284DAA
> Content-Type: text/html; charset=iso-8859-1
> Content-Transfer-Encoding: quoted-printable
> X-Google-AttachSize: 2992
>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
>
> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7233.69">
> <TITLE>[JDBC] Invalid column display size. Cannot be less than zero</TITLE>
> </HEAD>
> <BODY>
> <DIV id=idOWAReplyText49442 dir=ltr>
> <DIV dir=ltr><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV></DIV>
> <DIV dir=ltr>i want to know what error code will be returned if the database
> does not exist.</DIV>
> <DIV dir=ltr>&nbsp;</DIV>
> <DIV dir=ltr>i have the following list, howvere do not know which one shall be
> returned when database itself does not exits</DIV>
> <DIV dir=ltr>&nbsp;</DIV>
> <DIV dir=ltr><A
> href="http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html">http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html</A></DIV>
> <DIV dir=ltr>&nbsp;</DIV>
> <DIV dir=ltr>thanks,</DIV>
> <DIV dir=ltr>regards</DIV>
> <DIV dir=ltr>Surabhi<BR></DIV>
> <DIV dir=ltr>
> <HR tabIndex=-1>
> </DIV>
> <DIV dir=ltr><FONT face=Tahoma size=2><B>From:</B>
> pgsql-jdbc-owner(at)postgresql(dot)org on behalf of alan<BR><B>Sent:</B> Tue 7/25/2006
> 4:12 PM<BR><B>To:</B> pgsql-jdbc(at)postgresql(dot)org<BR><B>Subject:</B> [JDBC]
> Invalid column display size. Cannot be less than zero<BR></FONT><BR></DIV>
> <DIV>
> <P><FONT size=2>***********************<BR>Your mail has been scanned by
> InterScan VirusWall.<BR>***********-***********<BR><BR><BR>Hi all!<BR><BR>I'm
> using postgresql-8.1-407.jdbc3.jar.<BR><BR>The following code:<BR>CachedRowSet
> cachedRowSet = new
> CachedRowSetImpl();<BR>cachedRowSet.populate(resultSet);<BR><BR>raise the
> following exception:<BR>java.sql.SQLException: Invalid column display size.
> Cannot be less than<BR>zero<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> at<BR>javax.sql.rowset.RowSetMetaDataImpl.setColumnDisplaySize(RowSetMetaDataImpl.java:267)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> at<BR>com.sun.rowset.CachedRowSetImpl.initMetaData(CachedRowSetImpl.java:702)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> at
> com.sun.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:620)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> at
> com.mainfield.test.TestJoinRowSet.run(TestJoinRowSet.java:47)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> at com.mainfield.test.TestJoinRowSet.main(TestJoinRowSet.java:71)<BR><BR>Last
> informations available about this issue it's on this mailing list<BR>one year
> ago.<BR>Someone has news about this issue?<BR><BR>Many
> thanks!<BR>Regards.<BR><BR><BR>---------------------------(end of
> broadcast)---------------------------<BR>TIP 2: Don't 'kill -9' the
> postmaster<BR><BR></FONT></P></DIV>
>
> </BODY>
> </HTML>
> ------_=_NextPart_001_01C6AFDD.CE284DAA--

For "surabhi.ahuja":
Please start a new thread with your question. Thanks.

Back to my problem....
Same problem also with postgresql-8.2dev-503.jdbc3.jar

Thanks.
Regards.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Wes 2006-07-25 12:12:28 Re: Lock changes with 8.1 - what's the right lock?
Previous Message surabhi.ahuja 2006-07-25 11:26:57 error code when database does not exist

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roman Chervotkin 2006-07-25 15:18:17 Re: Invalid column display size. Cannot be less than zero
Previous Message surabhi.ahuja 2006-07-25 11:26:57 error code when database does not exist