You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "toby cabot (JIRA)" <de...@geronimo.apache.org> on 2005/01/06 23:33:12 UTC

[jira] Created: (GERONIMO-539) ClassCastException at shutdown

ClassCastException at shutdown
------------------------------

         Key: GERONIMO-539
         URL: http://issues.apache.org/jira/browse/GERONIMO-539
     Project: Apache Geronimo
        Type: Bug
  Components: security  
    Versions: 1.0-M4    
 Environment: fedora core 2
java 1.4.2
geronimo svn At revision 124458.
    Reporter: toby cabot
    Priority: Minor


after a clean rebuild of the server, if you start it up and then hit ctrl-c to shut it down you get a stack trace.  Not a big deal, just a little shocking.

17:21:06,521 ERROR Shutdown Thread [org.apache.geronimo.gbean.runtime.GBeanInstanceState] Error while stopping: objectName="geronimo.security:type=LoginConfiguration"
java.lang.ClassCastException
        at org.apache.geronimo.security.jaas.GeronimoLoginConfiguration.doStop(GeronimoLoginConfiguration.java:135)
        at org.apache.geronimo.gbean.runtime.GBeanInstance$GBeanLifecycleCallback.doStop(GBeanInstance.java:796)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:387)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:205)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:483)
        at org.apache.geronimo.gbean.runtime.GBeanInstance$11.invoke(GBeanInstance.java:992)
        at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:684)
        at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:302)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:197)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:483)
        at org.apache.geronimo.kernel.Kernel.stopGBean(Kernel.java:347)
        at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.doStop(ConfigurationManagerImpl.java:221)
        at org.apache.geronimo.gbean.runtime.GBeanInstance$GBeanLifecycleCallback.doStop(GBeanInstance.java:796)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:387)
        at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:205)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:483)
        at org.apache.geronimo.kernel.Kernel.shutdownConfigManager(Kernel.java:527)
        at org.apache.geronimo.kernel.Kernel.shutdown(Kernel.java:491)
        at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:122)


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-539) ClassCastException at shutdown

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-539?page=history ]
     
David Jencks closed GERONIMO-539:
---------------------------------

      Assign To: David Jencks
     Resolution: Fixed
    Fix Version: 1.0-M4

fixed in rev 124461, thanks

> ClassCastException at shutdown
> ------------------------------
>
>          Key: GERONIMO-539
>          URL: http://issues.apache.org/jira/browse/GERONIMO-539
>      Project: Apache Geronimo
>         Type: Bug
>   Components: security
>     Versions: 1.0-M4
>  Environment: fedora core 2
> java 1.4.2
> geronimo svn At revision 124458.
>     Reporter: toby cabot
>     Assignee: David Jencks
>     Priority: Minor
>      Fix For: 1.0-M4

>
> after a clean rebuild of the server, if you start it up and then hit ctrl-c to shut it down you get a stack trace.  Not a big deal, just a little shocking.
> 17:21:06,521 ERROR Shutdown Thread [org.apache.geronimo.gbean.runtime.GBeanInstanceState] Error while stopping: objectName="geronimo.security:type=LoginConfiguration"
> java.lang.ClassCastException
>         at org.apache.geronimo.security.jaas.GeronimoLoginConfiguration.doStop(GeronimoLoginConfiguration.java:135)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance$GBeanLifecycleCallback.doStop(GBeanInstance.java:796)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:387)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:205)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:483)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance$11.invoke(GBeanInstance.java:992)
>         at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:684)
>         at org.apache.geronimo.kernel.Kernel.invoke(Kernel.java:302)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:197)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:483)
>         at org.apache.geronimo.kernel.Kernel.stopGBean(Kernel.java:347)
>         at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.doStop(ConfigurationManagerImpl.java:221)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance$GBeanLifecycleCallback.doStop(GBeanInstance.java:796)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:387)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:205)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:483)
>         at org.apache.geronimo.kernel.Kernel.shutdownConfigManager(Kernel.java:527)
>         at org.apache.geronimo.kernel.Kernel.shutdown(Kernel.java:491)
>         at org.apache.geronimo.system.main.Daemon$1.run(Daemon.java:122)

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira