Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 35137 invoked from network); 27 Feb 2008 14:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 14:04:55 -0000 Received: (qmail 96774 invoked by uid 500); 27 Feb 2008 14:04:46 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 96741 invoked by uid 500); 27 Feb 2008 14:04:45 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 96730 invoked by uid 99); 27 Feb 2008 14:04:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 06:04:45 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.152.182.1] (HELO mgate.ops.co.at) (194.152.182.1) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 14:04:12 +0000 Received: from smtp.ops.co.at (smtp.int.ops.co.at [172.27.0.4]) by mgate.ops.co.at (OPS Mail Gateway - authorized use only - NO UCE/UBE C=AT L=VIE) with ESMTP id BFA2DAFE3A for ; Wed, 27 Feb 2008 15:04:20 +0100 (CET) Received: by smtp.ops.co.at (Postfix, from userid 65534) id C4C1F6E023F; Wed, 27 Feb 2008 15:04:19 +0100 (CET) Received: from [172.27.1.104] (lints2.int.ops.co.at [172.27.1.104]) by smtp.ops.co.at (Postfix) with ESMTP id 4EE466E0234 for ; Wed, 27 Feb 2008 15:04:19 +0100 (CET) Message-ID: <47C56DE4.3020307@chello.at> Date: Wed, 27 Feb 2008 15:04:20 +0100 From: "simon.kitching@chello.at" User-Agent: Thunderbird 2.0.0.0 (X11/20070418) MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization References: <1a681ff20802270528p1d3cc308p4191909cd9a3511a@mail.gmail.com> <47C56C4D.4020808@chello.at> In-Reply-To: <47C56C4D.4020808@chello.at> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on smtp.ops.co.at X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-3.4 required=7.0 tests=AWL,BAYES_00,IMPRONONCABLE_1, RATWR10_MESSID,SARE_TOCC_USER autolearn=no version=2.64 simon.kitching@chello.at schrieb: > Bruno Aranda schrieb: > >> 2008-02-27 13:23:38,365 [btpool0-1] DEBUG >> (OrchestraFacesContextFactory$1,129) - Running release >> 2008-02-27 13:23:38,368 [btpool0-1] DEBUG (JsfFrameworkAdapter,69) - >> Ending request >> 2008-02-27 13:23:38.260::WARN: Error for >> /intact/intact-search-webapp/search.xhtml >> java.lang.StackOverflowError >> at >> javax.faces.context.FacesContext.getCurrentInstance(FacesContext.java:98) >> at javax.faces.context.FacesContext.getELContext(FacesContext.java:35) >> at >> org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.getELContext(FacesContextFactoryImpl.java:238) >> at javax.faces.context.FacesContext.getELContext(FacesContext.java:40) >> And by the way, that "running release" means that the FacesServlet is releasing the FacesContext. After that the servlet returns. I have no idea why trinidad code would be running *after* the FacesContext has been released by the FacesServlet...looks very weird. Regards, Simon