You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/06/14 19:46:28 UTC

[jira] Updated: (GERONIMO-2612) NPE thrown in console when shutting down server

     [ https://issues.apache.org/jira/browse/GERONIMO-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated GERONIMO-2612:
-----------------------------------

    Component/s: console

> NPE thrown in console when shutting down server
> -----------------------------------------------
>
>                 Key: GERONIMO-2612
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2612
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 1.2
>         Environment: this is for Geronimo 1.2-beta as of 12/14/2006
>            Reporter: Hernan Cunico
>
> On shutdown I get this exception on both Tomcat and Jetty
> Server shutdown begun
> 15:33:32,625 WARN  [BasicLifecycleMonitor] Exception occured while notifying listener
> java.lang.NullPointerException
>        at org.apache.geronimo.gjndi.binding.GBeanBinding.removeBinding(GBeanBinding.java:159)
>        at org.apache.geronimo.gjndi.binding.GBeanBinding$GBeanLifecycleListener.stopped(GBeanBinding.java:108)
>        at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireStoppedEvent(BasicLifecycleMonitor.java:197)
>        at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$500(BasicLifecycleMonitor.java:41)
>        at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireStoppedEvent(BasicLifecycleMonitor.java:259)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:359)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:551)
>        at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>        at org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:310)
>        at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
>        at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
>        at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:234)
> Server shutdown completed

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.