There is no table other than the .html table created by the code itself.  There
is a for to loop in the java bean which is imported into the code, but it
occurs way before the exception error -- the program almost finishes returning
the entire query result before the error occurs.  I can see that in the source
of the returned .html.

Is there some limitation control on query results?

Ronan wrote:

> You have some table in your .jsp or java programs. Check each index of your
> table
>
> Ronan
>
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ron Parker
> Sent: Monday, October 04, 1999 10:05 AM
> To: [EMAIL PROTECTED]
> Subject: ArrayIndexOutOfBoundsException Error
>
> This is a java servlet running on a Linux Apache server and using
> OpenLink's jdbc drivers. Same error when trying to run as .jsp.  I am
> using the opljdbc driver to contact an MS Access database. Sometimes I
> get it, and sometimes I don't (even on the same query).  It seems to
> definately occur when my sql command results in a large number of rows
> returned.
>
> The exact error message is:
>
> SQLExceptionError[OPLJDBC] Error:
> java.lang.ArrayIndexOutOfBoundsException
>
> Any recommendations on what to do about this error?  Thanks, much.
>
> -ron
>
> --
> Ron Parker
> Software Creations            http://www.scbbs.com
> TradeWinds Publishing         http://www.intl-trade.com
> TradePoint Los Angeles        http://www.tradepointla.org
> SiteDirector Security Server  http://livepublish.scbbs.com
> Civil War Online Library      http://civilwar.scbbs.com
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

--
Ron Parker
Software Creations            http://www.scbbs.com
TradeWinds Publishing         http://www.intl-trade.com
TradePoint Los Angeles        http://www.tradepointla.org
SiteDirector Security Server  http://livepublish.scbbs.com
Civil War Online Library      http://civilwar.scbbs.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to