You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Hernan Cunico (JIRA)" <ji...@apache.org> on 2006/12/01 21:11:21 UTC

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

NPE thrown in console when shutting down server
-----------------------------------------------

                 Key: GERONIMO-2612
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2612
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 1.2
         Environment: this is for revision r480769
            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.
-
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

        

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

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487259 ] 

Anita Kulshreshtha commented on GERONIMO-2612:
----------------------------------------------

Applied the fix from trunk (http://svn.apache.org/viewvc?view=rev&rev=488106) in rev 526204

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


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

Posted by "Hernan Cunico (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2612?page=comments#action_12458624 ] 
            
Hernan Cunico commented on GERONIMO-2612:
-----------------------------------------

To reproduce it just stop the server with Ctrl+C and it will throw the exception.

> NPE thrown in console when shutting down server
> -----------------------------------------------
>
>                 Key: GERONIMO-2612
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2612
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    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.
-
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

        

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

Posted by "Hernan Cunico (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2612?page=all ]

Hernan Cunico reopened GERONIMO-2612:
-------------------------------------

             
This exception is thrown again on 1.2-beta

> NPE thrown in console when shutting down server
> -----------------------------------------------
>
>                 Key: GERONIMO-2612
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2612
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 1.2
>         Environment: this is for revision r480769
>            Reporter: Hernan Cunico
>             Fix For: 1.2
>
>
> 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.
-
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

        

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

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-2612.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.4

does not seem to be a problem any more.

> 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
>             Fix For: 2.1.4
>
>
> 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.


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

Posted by "Hernan Cunico (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2612?page=all ]

Hernan Cunico closed GERONIMO-2612.
-----------------------------------


Cannot reproduce this NPE in the new build. Issue fixed.

> NPE thrown in console when shutting down server
> -----------------------------------------------
>
>                 Key: GERONIMO-2612
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2612
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 1.2
>         Environment: this is for revision r480769
>            Reporter: Hernan Cunico
>             Fix For: 1.2
>
>
> 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.
-
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

        

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

Posted by "Hernan Cunico (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2612?page=all ]

Hernan Cunico updated GERONIMO-2612:
------------------------------------

      Environment: this is for Geronimo 1.2-beta as of 12/14/2006  (was: this is for revision r480769)
    Fix Version/s:     (was: 1.2)

> NPE thrown in console when shutting down server
> -----------------------------------------------
>
>                 Key: GERONIMO-2612
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2612
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    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.
-
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

        

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

Posted by "Hernan Cunico (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2612?page=all ]

Hernan Cunico resolved GERONIMO-2612.
-------------------------------------

    Fix Version/s: 1.2
       Resolution: Fixed

Cannot reproduce this NPE in the new build. Issue fixed.

> NPE thrown in console when shutting down server
> -----------------------------------------------
>
>                 Key: GERONIMO-2612
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2612
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 1.2
>         Environment: this is for revision r480769
>            Reporter: Hernan Cunico
>             Fix For: 1.2
>
>
> 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.
-
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

        

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

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ 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.