Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 23038 invoked from network); 2 Apr 2010 13:49:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 13:49:46 -0000 Received: (qmail 49140 invoked by uid 500); 2 Apr 2010 12:49:46 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 49086 invoked by uid 500); 2 Apr 2010 12:49:46 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 49078 invoked by uid 99); 2 Apr 2010 12:49:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 12:49:45 +0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tvolkert@gmail.com designates 209.85.217.223 as permitted sender) Received: from [209.85.217.223] (HELO mail-gx0-f223.google.com) (209.85.217.223) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 12:49:40 +0000 Received: by gxk23 with SMTP id 23so1496528gxk.15 for ; Fri, 02 Apr 2010 05:49:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=bsssd0Yc5A2Rr/V1tFvWg6S7ZugxtnFiA2VMOa6+0JQ=; b=N7N7sv8fk4cBuzCDrlSR+9UsFZFxZHgYPJ7WaeP3Z4bYDgjxOdoGGTQYsltcIGYR+z hc0yRUOIU6E2Z6e5Ln8AI8BhhyxScXRtYoxJDtw+6wlnKNureAfCfp9bEJvCsoVnB5bw ZFMv9lGQO3pBcJjgUNOit0lFUo338Chzurja8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ToqH5QxWXHdRS7wzSHecxCeFk5GvM3UL5F1QA1jHtKiUoJTznDbCuqJp90tz/3dywv X3CQYgZdRn+T6MQE8Jvq+1CtJrkcqCxAmQlJKJ1G73gxFLjIcOHFbOmC5suopfNIwHuC T0QVX+sroDaTseKEUd3hzm790kw64rMNhgrLo= MIME-Version: 1.0 Received: by 10.100.10.7 with HTTP; Fri, 2 Apr 2010 05:49:18 -0700 (PDT) In-Reply-To: References: Date: Fri, 2 Apr 2010 08:49:18 -0400 Received: by 10.100.24.39 with SMTP id 39mr5928901anx.20.1270212559080; Fri, 02 Apr 2010 05:49:19 -0700 (PDT) Message-ID: Subject: Re: Debugging AWT-EventQueue From: Todd Volkert To: user@pivot.apache.org Content-Type: multipart/alternative; boundary=0016e64716025fa366048340685e --0016e64716025fa366048340685e Content-Type: text/plain; charset=ISO-8859-1 Yikes. If you're running off of Pivot 1.4, there's no much you can do, because debug symbols have been removed from the jars. If you're running off the trunk, you can compile with debug turned on and get more info. Can you file an issue in JIRA so we can track this? Thanks! -T On Thu, Apr 1, 2010 at 7:13 PM, Shahzad Bhatti wrote: > I am seeing following error, but it's not showing my application in the > stack trace. Is there a good way to debug these kind of errors? Thanks. > > Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: > index 6 out of bounds. at > org.apache.pivot.collections.ArrayList.verifyIndexBounds(Unknown Source) > at org.apache.pivot.collections.ArrayList.get(Unknown Source) at > org.apache.pivot.wtk.skin.terra.TerraTableViewSkin.paint(Unknown Source) > at org.apache.pivot.wtk.Component.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.Container.paint(Unknown Source) at > org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintDisplay(Unknown > Source) at > org.apache.pivot.wtk.ApplicationContext$DisplayHost.paintVolatileBuffered(Unknown > Source) at > org.apache.pivot.wtk.ApplicationContext$DisplayHost.paint(Unknown Source) > at org.apache.pivot.wtk.ApplicationContext$DisplayHost.update(Unknown > Source) at sun.awt.RepaintArea.updateComponent(RepaintArea.java:267) > at sun.awt.RepaintArea.paint(RepaintArea.java:233) at > apple.awt.ComponentModel.handleEvent(ComponentModel.java:263) at > java.awt.Component.dispatchEventImpl(Component.java:4790) at > java.awt.Component.dispatchEvent(Component.java:4544) at > java.awt.EventQueue.dispatchEvent(EventQueue.java:635) at > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) > at > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) > at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) > > ______________________________________________ > > See http://www.peak6.com/email_disclaimer.php > for terms and conditions related to this email > --0016e64716025fa366048340685e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yikes.=A0 If you're running off of Pivot 1.4, there's no much you c= an do, because debug symbols have been removed from the jars.=A0 If you'= ;re running off the trunk, you can compile with debug turned on and get mor= e info.

Can you file an issue in JIRA so we can track this?

Thanks!
-= T

On Thu, Apr 1, 2010 at 7:13 PM, Shahzad= Bhatti <sbhatti@= peak6.com> wrote:
I am seeing follo= wing error, but it's not showing my application in the stack trace. Is = there a good way to debug these kind of errors? Thanks.

Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBounds= Exception: index 6 out of bounds. =A0 =A0at org.apache.pivot.collections.Ar= rayList.verifyIndexBounds(Unknown Source) =A0 =A0at org.apache.pivot.collec= tions.ArrayList.get(Unknown Source) =A0 =A0at org.apache.pivot.wtk.skin.ter= ra.TerraTableViewSkin.paint(Unknown Source) =A0 =A0at org.apache.pivot.wtk.= Component.paint(Unknown Source) =A0 =A0at org.apache.pivot.wtk.Container.pa= int(Unknown Source) =A0 =A0at org.apache.pivot.wtk.Container.paint(Unknown = Source) =A0 =A0at org.apache.pivot.wtk.Container.paint(Unknown Source) =A0 = =A0at org.apache.pivot.wtk.Container.paint(Unknown Source) =A0 =A0at org.ap= ache.pivot.wtk.Container.paint(Unknown Source) =A0 =A0at org.apache.pivot.w= tk.Container.paint(Unknown Source) =A0 =A0at org.apache.pivot.wtk.Container= .paint(Unknown Source) =A0 =A0at org.apache.pivot.wtk.Container.paint(Unkno= wn Source) =A0 =A0at org.apache.pivot.wtk.Container.paint(Unknown Source) = =A0 =A0at org.apache.pivot.wtk.Container.paint(Unknown Source) =A0 =A0at or= g.apache.pivot.wtk.Container.paint(Unknown Source) =A0 =A0at org.apache.piv= ot.wtk.Container.paint(Unknown Source) =A0 =A0at org.apache.pivot.wtk.Conta= iner.paint(Unknown Source) =A0 =A0at org.apache.pivot.wtk.ApplicationContex= t$DisplayHost.paintDisplay(Unknown Source) =A0 =A0at org.apache.pivot.wtk.A= pplicationContext$DisplayHost.paintVolatileBuffered(Unknown Source) =A0 =A0= at org.apache.pivot.wtk.ApplicationContext$DisplayHost.paint(Unknown Source= ) =A0 =A0at org.apache.pivot.wtk.ApplicationContext$DisplayHost.update(Unkn= own Source) =A0 =A0at sun.awt.RepaintArea.updateComponent(RepaintArea.java:= 267) =A0 =A0at sun.awt.RepaintArea.paint(RepaintArea.java:233) =A0 =A0at ap= ple.awt.ComponentModel.handleEvent(ComponentModel.java:263) =A0 =A0at java.= awt.Component.dispatchEventImpl(Component.java:4790) =A0 =A0at java.awt.Com= ponent.dispatchEvent(Component.java:4544) =A0 =A0at java.awt.EventQueue.dis= patchEvent(EventQueue.java:635) =A0 =A0at java.awt.EventDispatchThread.pump= OneEventForFilters(EventDispatchThread.java:296) =A0 =A0at java.awt.EventDi= spatchThread.pumpEventsForFilter(EventDispatchThread.java:211) =A0 =A0at ja= va.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:= 201) =A0 =A0at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.= java:196) =A0 =A0at java.awt.EventDispatchThread.pumpEvents(EventDispatchTh= read.java:188) =A0 =A0at java.awt.EventDispatchThread.run(EventDispatchThre= ad.java:122)

______________________________________________

See =A0http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email

--0016e64716025fa366048340685e--