Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 39897 invoked from network); 4 Dec 2007 15:50:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 15:50:39 -0000 Received: (qmail 95677 invoked by uid 500); 4 Dec 2007 15:50:21 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 95651 invoked by uid 500); 4 Dec 2007 15:50:21 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 95640 invoked by uid 99); 4 Dec 2007 15:50:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 07:50:21 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 15:50:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Iza25-0006sy-J3 for user@geronimo.apache.org; Tue, 04 Dec 2007 07:50:01 -0800 Message-ID: <14152913.post@talk.nabble.com> Date: Tue, 4 Dec 2007 07:50:01 -0800 (PST) From: JAR To: user@geronimo.apache.org Subject: Re: HOW to ADF runtime libraries In-Reply-To: <1b5bfeb50712040641p2aa47525pde033da66edc7813@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joseantonioribeiro@gmail.com References: <14127553.post@talk.nabble.com> <1b5bfeb50712030601l5d191509s28993260467eb374@mail.gmail.com> <14132128.post@talk.nabble.com> <1b5bfeb50712030857o154ed378qac437b393c0fe5b2@mail.gmail.com> <14148750.post@talk.nabble.com> <1b5bfeb50712040641p2aa47525pde033da66edc7813@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I have a simple ADF project (just a JSP calling "Configuration.createRootApplicationModule(...", if this simple ADF project can't work my ADF others projects will also fail. After changing the locale to en: ######Start log type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The application pool (soparatestar.AppModuleLocal) failed to checkout an application module due to the following exception: org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:806) root cause oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The application pool (soparatestar.AppModuleLocal) failed to checkout an application module due to the following exception: oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002) oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793) oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453) oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424) oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419) oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1546) oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1504) oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1476) org.apache.jsp.index2_jsp._jspService(index2_jsp.java:66) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:806) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:388) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:806) note The full stack trace of the root cause is available in the Apache Tomcat/6.0-snapshot logs. ######End log I would like to use Geronimo, but if the error persists i must seek another solution :( -- View this message in context: http://www.nabble.com/HOW-to-ADF-runtime-libraries-tf4935697s134.html#a14152913 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.