Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 79747 invoked from network); 5 Oct 2005 09:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 09:36:08 -0000 Received: (qmail 85201 invoked by uid 500); 5 Oct 2005 09:34:30 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 84362 invoked by uid 500); 5 Oct 2005 09:34:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 84020 invoked by uid 99); 5 Oct 2005 09:34:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 02:34:19 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.135.225.92] (HELO photon.eurokom.ie) (192.135.225.92) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 02:08:24 -0700 Received: from HOLODECK ([192.168.225.57]) by vms.eurokom.ie (PMDF V6.2-1x9 #40199) with SMTP id <01LTTZ9GC8CSDMX6RA@vms.eurokom.ie> for tomcat-user@jakarta.apache.org; Wed, 05 Oct 2005 10:07:57 +0100 (WET-DST) Date: Wed, 05 Oct 2005 10:07:19 +0100 From: Andoni Subject: Re: java.lang.ClassCircularityError To: Tomcat Users List Message-id: <006d01c5c98c$3095b850$39e1a8c0@HOLODECK> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Mailer: Microsoft Outlook Express 6.00.2800.1506 Content-type: multipart/alternative; boundary="Boundary_(ID_sMlAB+wP3FF6cYcxffrKXg)" X-Priority: 3 X-MSMail-priority: Normal References: <20051005084832.7094.qmail@web53111.mail.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Boundary_(ID_sMlAB+wP3FF6cYcxffrKXg) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Just thinking aloud here... is there anywhere in your program that you are using Java Reflection? Beyond this I am afraid I have no more ideas for now :-( Later, Andoni. ----- Original Message ----- From: Jagadeesha T To: Tomcat Users List Sent: Wednesday, October 05, 2005 9:48 AM Subject: Re: java.lang.ClassCircularityError HI Andoni, Thanks for the reply, It uses association that too unidirectional, I have seen the option in sun forum as have you explained to me. I tried to compile classes like this for just to get that error. This scenario won't compile, It gave me a error saying "cycling inheritence". Do you know any other scenarios which could cause this problem. Thanks, Jagadish Andoni wrote: Hi Jagadish, Do you have a drawing of all your inheritance relationships? This error seems to be caused by a circular inheritance relationship i.e.: class ClassOne extends ClassTwo { ... } class ClassTwo extends ClassOne { ... } Obviously there could be many more than two classes involved so it may be best to draw out the class tree. Specially if it is complicated. Hope that helps. Andoni. ----- Original Message ----- From: Jagadeesha T To: tomcat-user@jakarta.apache.org Sent: Wednesday, October 05, 2005 9:01 AM Subject: java.lang.ClassCircularityError Hi all, I am using Tomcat 5.0 with JBoss 3.2.6. In a very rare cases I got the error as java.lang.ClassCircularityError(myclass). Does anybody know wahy this error is coming. Thanks, Jagadish --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. --Boundary_(ID_sMlAB+wP3FF6cYcxffrKXg)--