You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by "Lane, Brad" <Br...@pearson.com> on 2005/11/09 16:04:18 UTC

RE: java.lang.ArrayIndexOutOfBoundsException

You still haven't fixed the download link on the site and that makes me
wonder what else have forgotten to tell me? 

-----Original Message-----
From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com] 
Sent: Monday, October 03, 2005 9:10 AM
To: JCS Users List
Subject: RE: java.lang.ArrayIndexOutOfBoundsException

http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/

You have an old link.  I need to update the site docs.  JCS is on SVN now,
not CVS.

> -----Original Message-----
> From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> Sent: Monday, October 03, 2005 9:51 AM
> To: 'JCS Users List'
> Subject: RE: java.lang.ArrayIndexOutOfBoundsException
> 
> What's the "more recent version"? 1.2.6.5 is the most recent one I see
at
> http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/
> 
> -----Original Message-----
> From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com]
> Sent: Monday, October 03, 2005 8:46 AM
> To: JCS Users List
> Subject: RE: java.lang.ArrayIndexOutOfBoundsException
> 
> This problem shouldn't be serious, but you should upgrade to a more
recent
> version.  I think there was a small bug with the array in 1.2.6.5 that 
> Hanson fixed.
> 
> Aaron
> 
> 
> > -----Original Message-----
> > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > Sent: Monday, October 03, 2005 8:23 AM
> > To: 'JCS Users List'
> > Subject: RE: java.lang.ArrayIndexOutOfBoundsException
> >
> > We're using 1.2.6.5. BTW - We're seeing this on our production box
> which
> > is
> > Solaris and not on our dev or integration boxes, which are Windows,
if
> > that matters.
> >
> > -----Original Message-----
> > From: Aaron Smuts [mailto:asmuts@yahoo.com]
> > Sent: Friday, September 30, 2005 8:47 PM
> > To: JCS Users List
> > Subject: Re: java.lang.ArrayIndexOutOfBoundsException
> >
> > Strange.  What version of JCS are you using?
> >
> > The SortedPreferentialArray is used by the disk cache to keep track
of
> > empty spots after removes.
> >
> > Aaron
> >
> >
> > --- "Lane, Brad" <Br...@pearson.com> wrote:
> >
> > > We're getting the following exception from JCS sporadically. Any
> ideas
> > > what's causing it?
> > >
> > >
> > > [slf5s.start]29 Sep 2005 14:17:00,163[slf5s.DATE]
> > >              ERROR[slf5s.PRIORITY] [slf5s.NDC] 
> > > CacheEventQueue.QProcessor-TREEVIEW[slf5s.THREAD]
> > >
> > >
> > org.apache.jcs.utils.struct.SortedPreferentialArray[slf5s.CATEGORY]
> > >
> >
>
org.apache.jcs.utils.struct.SortedPreferentialArray.takeNearestLargerOrE
> qu
> > al
> > > (SortedPreferentialArray.java:297)[slf5s.LOCATION]
> > >
> > java.lang.ArrayIndexOutOfBoundsException[slf5s.MESSAGE]
> > >
> > >
> > > Thanks,
> > > Brad
> > >
> > >
> >
>
************************************************************************
> **
> > **
> > >
> > > This email may contain confidential material.
> > > If you were not an intended recipient, Please notify the sender
and
> > > delete all copies.
> > > We may monitor email to and from our network.
> > >
> >
>
************************************************************************
> **
> > **
> > >
> > >
> >
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> > > jcs-users-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> > > jcs-users-help@jakarta.apache.org
> > >
> > >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jcs-users-help@jakarta.apache.org
> >
> >
>
************************************************************************
> **
> > **
> > This email may contain confidential material.
> > If you were not an intended recipient, Please notify the sender and 
> > delete all copies.
> > We may monitor email to and from our network.
> >
>
************************************************************************
> **
> > **
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jcs-users-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jcs-users-help@jakarta.apache.org
> 
>
************************************************************************
**
> **
> This email may contain confidential material.
> If you were not an intended recipient, Please notify the sender and 
> delete all copies.
> We may monitor email to and from our network.
>
************************************************************************
**
> **
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jcs-users-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-users-help@jakarta.apache.org

**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-users-help@jakarta.apache.org


Re: java.lang.ArrayIndexOutOfBoundsException

Posted by Hanson Char <ha...@gmail.com>.
For a start, why are there so many unnecessary try-catch blocks that seem to
suppress problems that shouldn't happen in the first place ?

For now, really don't have the time on this side of the world, so don't
count on me for any timely delivery. But frankly everytime I look at it, I
can't help thinking rewriting.

Hanson

On 11/9/05, Aaron Smuts <as...@yahoo.com> wrote:
>
> Please fix any problems you see. The tests aren't
> exposing any issues.
>
> Aaron
>
> --- Hanson Char <ha...@gmail.com> wrote:
>
> > SortedPreferentialArray looks pretty broken. Lots of
> > room for simplication
> > and bug fixing.
> >
> > Hanson
> >
> > On 11/9/05, Lane, Brad <Br...@pearson.com>
> > wrote:
> > >
> > > You still haven't fixed the download link on the
> > site and that makes me
> > > wonder what else have forgotten to tell me?
> > >
> > > -----Original Message-----
> > > From: Smuts, Aaron
> > [mailto:Aaron.Smuts@travelocity.com]
> > > Sent: Monday, October 03, 2005 9:10 AM
> > > To: JCS Users List
> > > Subject: RE:
> > java.lang.ArrayIndexOutOfBoundsException
> > >
> > >
> >
> http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/
> > >
> > > You have an old link. I need to update the site
> > docs. JCS is on SVN now,
> > > not CVS.
> > >
> > > > -----Original Message-----
> > > > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > > > Sent: Monday, October 03, 2005 9:51 AM
> > > > To: 'JCS Users List'
> > > > Subject: RE:
> > java.lang.ArrayIndexOutOfBoundsException
> > > >
> > > > What's the "more recent version"? 1.2.6.5 <http://1.2.6.5>
> > <http://1.2.6.5> is the most
> > > recent one I see
> > > at
> > > >
> >
> http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/
> > > >
> > > > -----Original Message-----
> > > > From: Smuts, Aaron
> > [mailto:Aaron.Smuts@travelocity.com]
> > > > Sent: Monday, October 03, 2005 8:46 AM
> > > > To: JCS Users List
> > > > Subject: RE:
> > java.lang.ArrayIndexOutOfBoundsException
> > > >
> > > > This problem shouldn't be serious, but you
> > should upgrade to a more
> > > recent
> > > > version. I think there was a small bug with the
> > array in 1.2.6.5 <http://1.2.6.5><http://1.2.6.5>that
> > > > Hanson fixed.
> > > >
> > > > Aaron
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Lane, Brad
> > [mailto:Brad.Lane@pearson.com]
> > > > > Sent: Monday, October 03, 2005 8:23 AM
> > > > > To: 'JCS Users List'
> > > > > Subject: RE:
> > java.lang.ArrayIndexOutOfBoundsException
> > > > >
> > > > > We're using 1.2.6.5 <http://1.2.6.5> <http://1.2.6.5>. BTW -
> > We're seeing this on our
> > > production box
> > > > which
> > > > > is
> > > > > Solaris and not on our dev or integration
> > boxes, which are Windows,
> > > if
> > > > > that matters.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Aaron Smuts [mailto:asmuts@yahoo.com]
> > > > > Sent: Friday, September 30, 2005 8:47 PM
> > > > > To: JCS Users List
> > > > > Subject: Re:
> > java.lang.ArrayIndexOutOfBoundsException
> > > > >
> > > > > Strange. What version of JCS are you using?
> > > > >
> > > > > The SortedPreferentialArray is used by the
> > disk cache to keep track
> > > of
> > > > > empty spots after removes.
> > > > >
> > > > > Aaron
> > > > >
> > > > >
> > > > > --- "Lane, Brad" <Br...@pearson.com>
> > wrote:
> > > > >
> > > > > > We're getting the following exception from
> > JCS sporadically. Any
> > > > ideas
> > > > > > what's causing it?
> > > > > >
> > > > > >
> > > > > > [slf5s.start]29 Sep 2005
> > 14:17:00,163[slf5s.DATE]
> > > > > > ERROR[slf5s.PRIORITY] [slf5s.NDC]
> > > > > >
> > CacheEventQueue.QProcessor-TREEVIEW[slf5s.THREAD]
> > > > > >
> > > > > >
> > > > >
> >
> org.apache.jcs.utils.struct.SortedPreferentialArray[slf5s.CATEGORY]
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.jcs.utils.struct.SortedPreferentialArray.takeNearestLargerOrE
> > > > qu
> > > > > al
> > > > > >
> > (SortedPreferentialArray.java:297)[slf5s.LOCATION]
> > > > > >
> > > > >
> >
> java.lang.ArrayIndexOutOfBoundsException[slf5s.MESSAGE]
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > > Brad
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ************************************************************************
> > > > **
> > > > > **
> > > > > >
> > > > > > This email may contain confidential
> > material.
> > > > > > If you were not an intended recipient,
> > Please notify the sender
> > > and
> > > > > > delete all copies.
> > > > > > We may monitor email to and from our
> > network.
> > > > > >
> > > > >
> > > >
> > >
> >
> ************************************************************************
> > > > **
> > > > > **
> > > > > >
> > > > > >
> > > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
> > > > > > jcs-users-unsubscribe@jakarta.apache.org
> > > > > > For additional commands, e-mail:
> > > > > > jcs-users-help@jakarta.apache.org
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > jcs-users-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> > jcs-users-help@jakarta.apache.org
> > > > >
> > > > >
> > > >
> > >
> >
> ************************************************************************
> > > > **
> > > > > **
> > > > > This email may contain confidential material.
> > > > > If you were not an intended recipient, Please
> > notify the sender and
> > > > > delete all copies.
> > > > > We may monitor email to and from our network.
> > > > >
> > > >
> > >
> >
> ************************************************************************
> > > > **
> > > > > **
> > > > >
> > > > >
> > >
> >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > jcs-users-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> > jcs-users-help@jakarta.apache.org
> > > >
> > > >
> >
> ---------------------------------------------------------------------
> >
> === message truncated ===
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jcs-users-help@jakarta.apache.org
>
>

Re: java.lang.ArrayIndexOutOfBoundsException

Posted by Aaron Smuts <as...@yahoo.com>.
Please fix any problems you see.  The tests aren't
exposing any issues.

Aaron

--- Hanson Char <ha...@gmail.com> wrote:

> SortedPreferentialArray looks pretty broken. Lots of
> room for simplication
> and bug fixing.
> 
> Hanson
> 
> On 11/9/05, Lane, Brad <Br...@pearson.com>
> wrote:
> >
> > You still haven't fixed the download link on the
> site and that makes me
> > wonder what else have forgotten to tell me?
> >
> > -----Original Message-----
> > From: Smuts, Aaron
> [mailto:Aaron.Smuts@travelocity.com]
> > Sent: Monday, October 03, 2005 9:10 AM
> > To: JCS Users List
> > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> >
> >
>
http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/
> >
> > You have an old link. I need to update the site
> docs. JCS is on SVN now,
> > not CVS.
> >
> > > -----Original Message-----
> > > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > > Sent: Monday, October 03, 2005 9:51 AM
> > > To: 'JCS Users List'
> > > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> > >
> > > What's the "more recent version"? 1.2.6.5
> <http://1.2.6.5> is the most
> > recent one I see
> > at
> > >
>
http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/
> > >
> > > -----Original Message-----
> > > From: Smuts, Aaron
> [mailto:Aaron.Smuts@travelocity.com]
> > > Sent: Monday, October 03, 2005 8:46 AM
> > > To: JCS Users List
> > > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> > >
> > > This problem shouldn't be serious, but you
> should upgrade to a more
> > recent
> > > version. I think there was a small bug with the
> array in 1.2.6.5<http://1.2.6.5>that
> > > Hanson fixed.
> > >
> > > Aaron
> > >
> > >
> > > > -----Original Message-----
> > > > From: Lane, Brad
> [mailto:Brad.Lane@pearson.com]
> > > > Sent: Monday, October 03, 2005 8:23 AM
> > > > To: 'JCS Users List'
> > > > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> > > >
> > > > We're using 1.2.6.5 <http://1.2.6.5>. BTW -
> We're seeing this on our
> > production box
> > > which
> > > > is
> > > > Solaris and not on our dev or integration
> boxes, which are Windows,
> > if
> > > > that matters.
> > > >
> > > > -----Original Message-----
> > > > From: Aaron Smuts [mailto:asmuts@yahoo.com]
> > > > Sent: Friday, September 30, 2005 8:47 PM
> > > > To: JCS Users List
> > > > Subject: Re:
> java.lang.ArrayIndexOutOfBoundsException
> > > >
> > > > Strange. What version of JCS are you using?
> > > >
> > > > The SortedPreferentialArray is used by the
> disk cache to keep track
> > of
> > > > empty spots after removes.
> > > >
> > > > Aaron
> > > >
> > > >
> > > > --- "Lane, Brad" <Br...@pearson.com>
> wrote:
> > > >
> > > > > We're getting the following exception from
> JCS sporadically. Any
> > > ideas
> > > > > what's causing it?
> > > > >
> > > > >
> > > > > [slf5s.start]29 Sep 2005
> 14:17:00,163[slf5s.DATE]
> > > > > ERROR[slf5s.PRIORITY] [slf5s.NDC]
> > > > >
> CacheEventQueue.QProcessor-TREEVIEW[slf5s.THREAD]
> > > > >
> > > > >
> > > >
>
org.apache.jcs.utils.struct.SortedPreferentialArray[slf5s.CATEGORY]
> > > > >
> > > >
> > >
> >
>
org.apache.jcs.utils.struct.SortedPreferentialArray.takeNearestLargerOrE
> > > qu
> > > > al
> > > > >
> (SortedPreferentialArray.java:297)[slf5s.LOCATION]
> > > > >
> > > >
>
java.lang.ArrayIndexOutOfBoundsException[slf5s.MESSAGE]
> > > > >
> > > > >
> > > > > Thanks,
> > > > > Brad
> > > > >
> > > > >
> > > >
> > >
> >
>
************************************************************************
> > > **
> > > > **
> > > > >
> > > > > This email may contain confidential
> material.
> > > > > If you were not an intended recipient,
> Please notify the sender
> > and
> > > > > delete all copies.
> > > > > We may monitor email to and from our
> network.
> > > > >
> > > >
> > >
> >
>
************************************************************************
> > > **
> > > > **
> > > > >
> > > > >
> > > >
> >
>
---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
> > > > > jcs-users-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> > > > > jcs-users-help@jakarta.apache.org
> > > > >
> > > > >
> > > >
> > > >
> > > >
> >
>
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> jcs-users-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> jcs-users-help@jakarta.apache.org
> > > >
> > > >
> > >
> >
>
************************************************************************
> > > **
> > > > **
> > > > This email may contain confidential material.
> > > > If you were not an intended recipient, Please
> notify the sender and
> > > > delete all copies.
> > > > We may monitor email to and from our network.
> > > >
> > >
> >
>
************************************************************************
> > > **
> > > > **
> > > >
> > > >
> >
>
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> jcs-users-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> jcs-users-help@jakarta.apache.org
> > >
> > >
>
---------------------------------------------------------------------
> 
=== message truncated ===

---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-users-help@jakarta.apache.org


Re: java.lang.ArrayIndexOutOfBoundsException

Posted by Hanson Char <ha...@gmail.com>.
SortedPreferentialArray looks pretty broken. Lots of room for simplication
and bug fixing.

Hanson

On 11/9/05, Lane, Brad <Br...@pearson.com> wrote:
>
> You still haven't fixed the download link on the site and that makes me
> wonder what else have forgotten to tell me?
>
> -----Original Message-----
> From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com]
> Sent: Monday, October 03, 2005 9:10 AM
> To: JCS Users List
> Subject: RE: java.lang.ArrayIndexOutOfBoundsException
>
> http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/
>
> You have an old link. I need to update the site docs. JCS is on SVN now,
> not CVS.
>
> > -----Original Message-----
> > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > Sent: Monday, October 03, 2005 9:51 AM
> > To: 'JCS Users List'
> > Subject: RE: java.lang.ArrayIndexOutOfBoundsException
> >
> > What's the "more recent version"? 1.2.6.5 <http://1.2.6.5> is the most
> recent one I see
> at
> > http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/
> >
> > -----Original Message-----
> > From: Smuts, Aaron [mailto:Aaron.Smuts@travelocity.com]
> > Sent: Monday, October 03, 2005 8:46 AM
> > To: JCS Users List
> > Subject: RE: java.lang.ArrayIndexOutOfBoundsException
> >
> > This problem shouldn't be serious, but you should upgrade to a more
> recent
> > version. I think there was a small bug with the array in 1.2.6.5<http://1.2.6.5>that
> > Hanson fixed.
> >
> > Aaron
> >
> >
> > > -----Original Message-----
> > > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > > Sent: Monday, October 03, 2005 8:23 AM
> > > To: 'JCS Users List'
> > > Subject: RE: java.lang.ArrayIndexOutOfBoundsException
> > >
> > > We're using 1.2.6.5 <http://1.2.6.5>. BTW - We're seeing this on our
> production box
> > which
> > > is
> > > Solaris and not on our dev or integration boxes, which are Windows,
> if
> > > that matters.
> > >
> > > -----Original Message-----
> > > From: Aaron Smuts [mailto:asmuts@yahoo.com]
> > > Sent: Friday, September 30, 2005 8:47 PM
> > > To: JCS Users List
> > > Subject: Re: java.lang.ArrayIndexOutOfBoundsException
> > >
> > > Strange. What version of JCS are you using?
> > >
> > > The SortedPreferentialArray is used by the disk cache to keep track
> of
> > > empty spots after removes.
> > >
> > > Aaron
> > >
> > >
> > > --- "Lane, Brad" <Br...@pearson.com> wrote:
> > >
> > > > We're getting the following exception from JCS sporadically. Any
> > ideas
> > > > what's causing it?
> > > >
> > > >
> > > > [slf5s.start]29 Sep 2005 14:17:00,163[slf5s.DATE]
> > > > ERROR[slf5s.PRIORITY] [slf5s.NDC]
> > > > CacheEventQueue.QProcessor-TREEVIEW[slf5s.THREAD]
> > > >
> > > >
> > > org.apache.jcs.utils.struct.SortedPreferentialArray[slf5s.CATEGORY]
> > > >
> > >
> >
> org.apache.jcs.utils.struct.SortedPreferentialArray.takeNearestLargerOrE
> > qu
> > > al
> > > > (SortedPreferentialArray.java:297)[slf5s.LOCATION]
> > > >
> > > java.lang.ArrayIndexOutOfBoundsException[slf5s.MESSAGE]
> > > >
> > > >
> > > > Thanks,
> > > > Brad
> > > >
> > > >
> > >
> >
> ************************************************************************
> > **
> > > **
> > > >
> > > > This email may contain confidential material.
> > > > If you were not an intended recipient, Please notify the sender
> and
> > > > delete all copies.
> > > > We may monitor email to and from our network.
> > > >
> > >
> >
> ************************************************************************
> > **
> > > **
> > > >
> > > >
> > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > > jcs-users-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> > > > jcs-users-help@jakarta.apache.org
> > > >
> > > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jcs-users-help@jakarta.apache.org
> > >
> > >
> >
> ************************************************************************
> > **
> > > **
> > > This email may contain confidential material.
> > > If you were not an intended recipient, Please notify the sender and
> > > delete all copies.
> > > We may monitor email to and from our network.
> > >
> >
> ************************************************************************
> > **
> > > **
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jcs-users-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jcs-users-help@jakarta.apache.org
> >
> >
> ************************************************************************
> **
> > **
> > This email may contain confidential material.
> > If you were not an intended recipient, Please notify the sender and
> > delete all copies.
> > We may monitor email to and from our network.
> >
> ************************************************************************
> **
> > **
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jcs-users-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jcs-users-help@jakarta.apache.org
>
>
> ****************************************************************************
> This email may contain confidential material.
> If you were not an intended recipient,
> Please notify the sender and delete all copies.
> We may monitor email to and from our network.
>
> ****************************************************************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jcs-users-help@jakarta.apache.org
>
>

RE: java.lang.ArrayIndexOutOfBoundsException

Posted by Aaron Smuts <as...@yahoo.com>.
There is a case issue in the generation of the site
docs.  Either the uppercase Download.html of the
lowercase is out of date.  I'll try to get rid of the
old one.

Aaron

--- "Lane, Brad" <Br...@pearson.com> wrote:

> You still haven't fixed the download link on the
> site and that makes me
> wonder what else have forgotten to tell me? 
> 
> -----Original Message-----
> From: Smuts, Aaron
> [mailto:Aaron.Smuts@travelocity.com] 
> Sent: Monday, October 03, 2005 9:10 AM
> To: JCS Users List
> Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> 
>
http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/
> 
> You have an old link.  I need to update the site
> docs.  JCS is on SVN now,
> not CVS.
> 
> > -----Original Message-----
> > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > Sent: Monday, October 03, 2005 9:51 AM
> > To: 'JCS Users List'
> > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> > 
> > What's the "more recent version"? 1.2.6.5 is the
> most recent one I see
> at
> >
>
http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/
> > 
> > -----Original Message-----
> > From: Smuts, Aaron
> [mailto:Aaron.Smuts@travelocity.com]
> > Sent: Monday, October 03, 2005 8:46 AM
> > To: JCS Users List
> > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> > 
> > This problem shouldn't be serious, but you should
> upgrade to a more
> recent
> > version.  I think there was a small bug with the
> array in 1.2.6.5 that 
> > Hanson fixed.
> > 
> > Aaron
> > 
> > 
> > > -----Original Message-----
> > > From: Lane, Brad [mailto:Brad.Lane@pearson.com]
> > > Sent: Monday, October 03, 2005 8:23 AM
> > > To: 'JCS Users List'
> > > Subject: RE:
> java.lang.ArrayIndexOutOfBoundsException
> > >
> > > We're using 1.2.6.5. BTW - We're seeing this on
> our production box
> > which
> > > is
> > > Solaris and not on our dev or integration boxes,
> which are Windows,
> if
> > > that matters.
> > >
> > > -----Original Message-----
> > > From: Aaron Smuts [mailto:asmuts@yahoo.com]
> > > Sent: Friday, September 30, 2005 8:47 PM
> > > To: JCS Users List
> > > Subject: Re:
> java.lang.ArrayIndexOutOfBoundsException
> > >
> > > Strange.  What version of JCS are you using?
> > >
> > > The SortedPreferentialArray is used by the disk
> cache to keep track
> of
> > > empty spots after removes.
> > >
> > > Aaron
> > >
> > >
> > > --- "Lane, Brad" <Br...@pearson.com> wrote:
> > >
> > > > We're getting the following exception from JCS
> sporadically. Any
> > ideas
> > > > what's causing it?
> > > >
> > > >
> > > > [slf5s.start]29 Sep 2005
> 14:17:00,163[slf5s.DATE]
> > > >              ERROR[slf5s.PRIORITY] [slf5s.NDC]
> 
> > > >
> CacheEventQueue.QProcessor-TREEVIEW[slf5s.THREAD]
> > > >
> > > >
> > >
>
org.apache.jcs.utils.struct.SortedPreferentialArray[slf5s.CATEGORY]
> > > >
> > >
> >
>
org.apache.jcs.utils.struct.SortedPreferentialArray.takeNearestLargerOrE
> > qu
> > > al
> > > >
> (SortedPreferentialArray.java:297)[slf5s.LOCATION]
> > > >
> > >
>
java.lang.ArrayIndexOutOfBoundsException[slf5s.MESSAGE]
> > > >
> > > >
> > > > Thanks,
> > > > Brad
> > > >
> > > >
> > >
> >
>
************************************************************************
> > **
> > > **
> > > >
> > > > This email may contain confidential material.
> > > > If you were not an intended recipient, Please
> notify the sender
> and
> > > > delete all copies.
> > > > We may monitor email to and from our network.
> > > >
> > >
> >
>
************************************************************************
> > **
> > > **
> > > >
> > > >
> > >
>
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail:
> > > > jcs-users-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> > > > jcs-users-help@jakarta.apache.org
> > > >
> > > >
> > >
> > >
> > >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> jcs-users-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> jcs-users-help@jakarta.apache.org
> > >
> > >
> >
>
************************************************************************
> > **
> > > **
> > > This email may contain confidential material.
> > > If you were not an intended recipient, Please
> notify the sender and 
> > > delete all copies.
> > > We may monitor email to and from our network.
> > >
> >
>
************************************************************************
> > **
> > > **
> > >
> > >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> jcs-users-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail:
> jcs-users-help@jakarta.apache.org
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> jcs-users-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> jcs-users-help@jakarta.apache.org
> > 
> >
>
************************************************************************
> **
> > **
> > This email may contain confidential material.
> > If you were not an intended recipient, Please
> notify the sender and 
> > delete all copies.
> > We may monitor email to and from our network.
> >
>
************************************************************************
> **
> > **
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> jcs-users-unsubscribe@jakarta.apache.org
> 
=== message truncated ===


---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-users-help@jakarta.apache.org