Return-Path: Delivered-To: apmail-jakarta-jcs-users-archive@www.apache.org Received: (qmail 39865 invoked from network); 2 Dec 2005 23:11:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 23:11:04 -0000 Received: (qmail 88298 invoked by uid 500); 2 Dec 2005 22:59:03 -0000 Delivered-To: apmail-jakarta-jcs-users-archive@jakarta.apache.org Received: (qmail 45039 invoked by uid 500); 2 Dec 2005 20:38:59 -0000 Mailing-List: contact jcs-users-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JCS Users List" Delivered-To: mailing list jcs-users@jakarta.apache.org Received: (qmail 10314 invoked by uid 99); 2 Dec 2005 19:56:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 11:56:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [159.182.31.4] (HELO ncspsmtp.ncs.com) (159.182.31.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2005 11:38:47 -0800 Received: from iowacexchbrg.ic.ncs.com (Not Verified[10.25.4.190]) by ncspsmtp.ncs.com with NetIQ MailMarshal (v5.5.6.7) id ; Fri, 02 Dec 2005 13:36:50 -0600 Received: by iowacexchbrg.ic.ncs.com with Internet Mail Service (5.5.2657.72) id ; Fri, 2 Dec 2005 13:35:44 -0600 Message-ID: <18968BD835AAB943BB27330F0A080FB2035C9C2C@iowacexch2.ic.ncs.com> From: "Lane, Brad" To: 'JCS Users List' Subject: More Errors [WAS]RE: java.lang.ArrayIndexOutOfBoundsException Date: Fri, 2 Dec 2005 13:36:45 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We are getting tons of these errors: org.apache.jcs.engine.memory.lru.LRUMemoryCache.update(LRUMemoryCache.java:1 75) update: After spool, size mismatch: map.size() = 999, linked list size = 999 And this one: CacheEventQueue.QProcessor-TREEVIEW_TXEOCT[slf5s.THREAD] org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache[slf5s.CATEGORY] org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCache.doUpdate(IndexedDiskC ache.java:428)[slf5s.LOCATION] Failure updating element, cacheName: TREEVIEW_TXEOCT, key: [GAN: groupId=[groupId=TREEVIEW_TXEOCT, SDM], attrName=1035011~!~SCH01~!~556888][slf5s.MESSAGE] java.lang.NullPointerException We're still getting the ArrayIndexOutofBoundsException but we get these two a lot more often now. The second one just started appearing. The other two have been around for a while but are more frequent now. We recently changed our configuration to use the following (we were using the defaults of these before but our data file was getting huge): jcs.auxiliary.DC.attributes.MaxPurgatorySize=10000 jcs.auxiliary.DC.attributes.MaxKeySize=20000 jcs.auxiliary.DC.attributes.OptimizeAtRemoveCount=20000 jcs.auxiliary.DC.attributes.MaxRecycleBinSize=10000 We are using JCS version 1.2.6.7. Any ideas? -----Original Message----- From: Aaron Smuts [mailto:asmuts@yahoo.com] Sent: Wednesday, November 09, 2005 6:55 PM To: JCS Users List Subject: Re: java.lang.ArrayIndexOutOfBoundsException Please fix any problems you see. The tests aren't exposing any issues. Aaron --- Hanson Char wrote: > SortedPreferentialArray looks pretty broken. Lots of room for > simplication and bug fixing. > > Hanson > > On 11/9/05, Lane, Brad > 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.5that > > > 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" > 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 **************************************************************************** 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