You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2009/02/27 14:57:59 UTC

[jira] Created: (SMX4-236) Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)

Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)
--------------------------------------------------------------------------------------------------------

                 Key: SMX4-236
                 URL: https://issues.apache.org/activemq/browse/SMX4-236
             Project: ServiceMix 4
          Issue Type: Bug
            Reporter: Charles Moulliard


smx@root:osgi> quit
Error occured shutting down framework: org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either
 starting or stopping.
org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either starting or stopping.
        at org.apache.felix.framework.Felix.stopBundle(Felix.java:1719)
        at org.apache.felix.framework.Felix.stop(Felix.java:739)
        at org.apache.servicemix.kernel.main.Main.destroy(Main.java:219)
        at org.apache.servicemix.kernel.main.Main.main(Main.java:326)
C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>servicemix
 ____                  _          __  __ _
/ ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
\___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
 ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
|____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\

 ServiceMix Kernel (1.1.0-fuse-SNAPSHOT)

Type 'help' for more information.
-----------------------------------------------------------------------------------------------------------------------------------------------------
smx@root:/>
smx@root:/> exit
C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>

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


[jira] Moved: (SMX4KNL-236) Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet moved SMX4-236 to SMX4KNL-236:
----------------------------------------------

        Key: SMX4KNL-236  (was: SMX4-236)
    Project: ServiceMix Kernel  (was: ServiceMix 4)

> Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-236
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-236
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> smx@root:osgi> quit
> Error occured shutting down framework: org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either
>  starting or stopping.
> org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either starting or stopping.
>         at org.apache.felix.framework.Felix.stopBundle(Felix.java:1719)
>         at org.apache.felix.framework.Felix.stop(Felix.java:739)
>         at org.apache.servicemix.kernel.main.Main.destroy(Main.java:219)
>         at org.apache.servicemix.kernel.main.Main.main(Main.java:326)
> C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>servicemix
>  ____                  _          __  __ _
> / ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
> \___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
>  ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
> |____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\
>  ServiceMix Kernel (1.1.0-fuse-SNAPSHOT)
> Type 'help' for more information.
> -----------------------------------------------------------------------------------------------------------------------------------------------------
> smx@root:/>
> smx@root:/> exit
> C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>

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


[jira] Commented: (SMX4KNL-236) Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50383#action_50383 ] 

Guillaume Nodet commented on SMX4KNL-236:
-----------------------------------------

I think this one has been fixed as part of the following commit:
  http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/main/src/main/java/org/apache/servicemix/kernel/main/Main.java?r1=746346&r2=750514&diff_format=h

> Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-236
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-236
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>
> smx@root:osgi> quit
> Error occured shutting down framework: org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either
>  starting or stopping.
> org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either starting or stopping.
>         at org.apache.felix.framework.Felix.stopBundle(Felix.java:1719)
>         at org.apache.felix.framework.Felix.stop(Felix.java:739)
>         at org.apache.servicemix.kernel.main.Main.destroy(Main.java:219)
>         at org.apache.servicemix.kernel.main.Main.main(Main.java:326)
> C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>servicemix
>  ____                  _          __  __ _
> / ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
> \___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
>  ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
> |____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\
>  ServiceMix Kernel (1.1.0-fuse-SNAPSHOT)
> Type 'help' for more information.
> -----------------------------------------------------------------------------------------------------------------------------------------------------
> smx@root:/>
> smx@root:/> exit
> C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>

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


[jira] Resolved: (SMX4KNL-236) Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-236.
-------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Guillaume Nodet

Please reopen if you see this issue again.

> Command 'quit' generates a non blocking error during servicemix kernel stop (SMX4 Kernel 1.1.0-SNAPSHOT)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-236
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-236
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>            Assignee: Guillaume Nodet
>
> smx@root:osgi> quit
> Error occured shutting down framework: org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either
>  starting or stopping.
> org.osgi.framework.BundleException: Bundle org.apache.felix.framework [0] cannot be stopped, since it is either starting or stopping.
>         at org.apache.felix.framework.Felix.stopBundle(Felix.java:1719)
>         at org.apache.felix.framework.Felix.stop(Felix.java:739)
>         at org.apache.servicemix.kernel.main.Main.destroy(Main.java:219)
>         at org.apache.servicemix.kernel.main.Main.main(Main.java:326)
> C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>servicemix
>  ____                  _          __  __ _
> / ___|  ___ _ ____   _(_) ___ ___|  \/  (_)_  __
> \___ \ / _ \ '__\ \ / / |/ __/ _ \ |\/| | \ \/ /
>  ___) |  __/ |   \ V /| | (_|  __/ |  | | |>  <
> |____/ \___|_|    \_/ |_|\___\___|_|  |_|_/_/\_\
>  ServiceMix Kernel (1.1.0-fuse-SNAPSHOT)
> Type 'help' for more information.
> -----------------------------------------------------------------------------------------------------------------------------------------------------
> smx@root:/>
> smx@root:/> exit
> C:\Workspace\esb\apache-servicemix-kernel-1.1.0-fuse-SNAPSHOT\bin>

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