From dev-return-26023-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Wed Mar 01 10:22:18 2006 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66573 invoked from network); 1 Mar 2006 10:22:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 10:22:17 -0000 Received: (qmail 95155 invoked by uid 500); 1 Mar 2006 10:23:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95085 invoked by uid 500); 1 Mar 2006 10:23:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 95074 invoked by uid 99); 1 Mar 2006 10:23:02 -0000 Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 02:23:02 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E46A6DC for ; Wed, 1 Mar 2006 11:22:40 +0100 (CET) Message-ID: <69343472.1141208560894.JavaMail.jira@ajax.apache.org> Date: Wed, 1 Mar 2006 11:22:40 +0100 (CET) From: "John Sisson (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-1500) Geronimo startup fails after adding an HTTPS Connector In-Reply-To: <1325149571.1137687707627.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1500?page=comments#action_12368250 ] John Sisson commented on GERONIMO-1500: --------------------------------------- Patch included as part of other changes in rev 381929. > Geronimo startup fails after adding an HTTPS Connector > ------------------------------------------------------ > > Key: GERONIMO-1500 > URL: http://issues.apache.org/jira/browse/GERONIMO-1500 > Project: Geronimo > Type: Bug > Versions: 1.0 > Environment: Win XP, SunJDK 1.4.2_08 > Reporter: Vamsavardhana Reddy > Assignee: Jeff Genender > Priority: Critical > Fix For: 1.x > Attachments: GERONIMO-1500.patch > > Geronimo startup fails after adding an HTTPS Connector through Geronimo Console. Verified this with both Geronimo-Jetty 1.0 and Geronimo-Tomcat 1.0 distributions. > Steps to recreate this problem: > 1. Start the Geronimo server. > 2. Add an HTTPS Connector using link provided in WebServers portlet in Geronimo Console. > 3. Stop the Geronimo server. > 4. Start the Geronimo server. At this step, the server startup fails. > The following exception is logged to geronimo.log: > 18:08:38,717 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.0/car,J2EEServer=geronimo,j2eeType=AttributeStore,name=AttributeManager" > java.lang.NullPointerException > at org.apache.geronimo.system.configuration.GBeanOverride.(GBeanOverride.java:128) > at org.apache.geronimo.system.configuration.ConfigurationOverride.(ConfigurationOverride.java:51) > at org.apache.geronimo.system.configuration.ServerOverride.(ServerOverride.java:41) > at org.apache.geronimo.system.configuration.LocalAttributeManager.load(LocalAttributeManager.java:323) > at org.apache.geronimo.system.configuration.LocalAttributeManager.doStart(LocalAttributeManager.java:419) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:325) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:110) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:132) > at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:537) > at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:208) > at org.apache.geronimo.kernel.config.Configuration.startRecursiveGBeans(Configuration.java:315) > at org.apache.geronimo.kernel.config.Configuration$$FastClassByCGLIB$$7f4b4a9b.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:835) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:178) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:173) > at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:286) > at org.apache.geronimo.system.main.Daemon.(Daemon.java:82) > at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira