Hi Ilya,

This problem of startup failure has been fixed already.  See http://issues.apache.org/jira/browse/GERONIMO-1500 .

Regards,
Vamsi

On 3/7/06, Ilya Kanonirov (JIRA) <[email protected]> wrote:
    [ http://issues.apache.org/jira/browse/GERONIMO-1692?page=comments#action_12369173 ]

Ilya Kanonirov commented on GERONIMO-1692:
------------------------------------------

Another unexpected issue: when adding a new HTTPS listener, its state is displayed as running at the Web Server page, but the next restart of the application server fails with the following error:

12:58:02,367 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=SystemLog,name=Logger State changed from starting to running
12:58:04,008 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: objectName="geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=AttributeStore,name=AttributeManager"
java.lang.NullPointerException
        at org.apache.geronimo.system.configuration.GBeanOverride.<init>(GBeanOverride.java:128)
        at org.apache.geronimo.system.configuration.ConfigurationOverride.<init>(ConfigurationOverride.java :51)
        at org.apache.geronimo.system.configuration.ServerOverride.<init>(ServerOverride.java:41)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.load(LocalAttributeManager.java:320)
        at org.apache.geronimo.system.configuration.LocalAttributeManager.doStart(LocalAttributeManager.java:416)
        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.GBeanInstance.start(GBeanInstance.java:520)
        at org.apache.geronimo.gbean.runtime.GBeanSingleReference.attemptFullStart(GBeanSingleReference.java:154)
        at org.apache.geronimo.gbean.runtime.GBeanSingleReference.targetAdded (GBeanSingleReference.java:127)
        at org.apache.geronimo.gbean.runtime.AbstractGBeanReference.addTarget(AbstractGBeanReference.java:242)
        at org.apache.geronimo.gbean.runtime.GBeanSingleReference$1.running (GBeanSingleReference.java:163)
        at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:155)
        at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300 (BasicLifecycleMonitor.java:38)
        at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:231)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart (GBeanInstanceState.java:350)
        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(<generated>)
        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:298)
        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java :82)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:416)
12:58:04,008 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=AttributeStore,name=AttributeManager State changed from starting to failed
12:58:04,023 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=ConfigurationStore,name=Local State changed from stopped to starting
12:58:04,039 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=ConfigurationStore,name=Local State changed from starting to running
12:58:04,054 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=GBean,name=Repository State changed from stopped to starting
12:58:04,054 DEBUG [FileSystemRepository] Repository root is C:\Apache\geronimo-1.1-SNAPSHOT\repository
12:58:04,054 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=GBean,name=Repository State changed from starting to running
12:58:04,070 DEBUG [LocalConfigStore:config-store] ConfigStoreReaper started
12:58:04,086 DEBUG [BasicKernel] Starting kernel shutdown
12:58:04,086 DEBUG [BasicKernel] Kernel shutdown complete

> Creating Web Connectors using Console
> -------------------------------------
>
>          Key: GERONIMO-1692
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1692
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.1
>  Environment: WinXP SP2, J2SDK 1.4.2_10, Geronimo with Tomcat
>     Reporter: Ilya Kanonirov

>
> When creating any type of Web Connector at the Web Server page in the Geronimo Console, the parameter Max Threads is always saved to var/config/config.xml with default value 50.

--
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


Reply via email to