You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Lars Heinemann (JIRA)" <ji...@apache.org> on 2007/11/09 14:20:22 UTC

[jira] Created: (SM-1132) No clean shutdown of ServiceMix

No clean shutdown of ServiceMix
-------------------------------

                 Key: SM-1132
                 URL: https://issues.apache.org/activemq/browse/SM-1132
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-core
    Affects Versions: 3.2
         Environment: Tested on Gentoo Linux and also Ubuntu Linux 7.10

            Reporter: Lars Heinemann
             Fix For: 3.1.2


If I shutdown servicemix by hitting CTRL-C in the shell, the shutdown process is finished almost in a second or so. Next thing is that components are not shut down properly as they were in the 3.1.2 version. This was not a problem with the old version of smix.



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


[jira] Commented: (SM-1132) No clean shutdown of ServiceMix

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40580 ] 

Lars Heinemann commented on SM-1132:
------------------------------------

I did select the wrong version for Fix Version/s....sorry

> No clean shutdown of ServiceMix
> -------------------------------
>
>                 Key: SM-1132
>                 URL: https://issues.apache.org/activemq/browse/SM-1132
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>    Affects Versions: 3.2
>         Environment: Tested on Gentoo Linux and also Ubuntu Linux 7.10
>            Reporter: Lars Heinemann
>             Fix For: 3.1.2
>
>
> If I shutdown servicemix by hitting CTRL-C in the shell, the shutdown process is finished almost in a second or so. Next thing is that components are not shut down properly as they were in the 3.1.2 version. This was not a problem with the old version of smix.

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


[jira] Commented: (SM-1132) No clean shutdown of ServiceMix

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40668 ] 

Gert Vanthienen commented on SM-1132:
-------------------------------------

Looks like I missed a piece of the puzzle when backporting this fix to the 3.2 branch.
http://svn.apache.org/viewvc?view=rev&revision=596827

> No clean shutdown of ServiceMix
> -------------------------------
>
>                 Key: SM-1132
>                 URL: https://issues.apache.org/activemq/browse/SM-1132
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>    Affects Versions: 3.2
>         Environment: Tested on Gentoo Linux and also Ubuntu Linux 7.10
>            Reporter: Lars Heinemann
>             Fix For: 3.2.1, 3.3
>
>
> If I shutdown servicemix by hitting CTRL-C in the shell, the shutdown process is finished almost in a second or so. Next thing is that components are not shut down properly as they were in the 3.1.2 version. This was not a problem with the old version of smix.

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


[jira] Resolved: (SM-1132) No clean shutdown of ServiceMix

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

Gert Vanthienen resolved SM-1132.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.1.2)
                   3.3
                   3.2.1

The remaining exceptions were caused by using JMS connection pools and never stopping them.

http://svn.apache.org/viewvc?view=rev&revision=596231
http://svn.apache.org/viewvc?view=rev&revision=596252

> No clean shutdown of ServiceMix
> -------------------------------
>
>                 Key: SM-1132
>                 URL: https://issues.apache.org/activemq/browse/SM-1132
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>    Affects Versions: 3.2
>         Environment: Tested on Gentoo Linux and also Ubuntu Linux 7.10
>            Reporter: Lars Heinemann
>             Fix For: 3.2.1, 3.3
>
>
> If I shutdown servicemix by hitting CTRL-C in the shell, the shutdown process is finished almost in a second or so. Next thing is that components are not shut down properly as they were in the 3.1.2 version. This was not a problem with the old version of smix.

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


[jira] Commented: (SM-1132) No clean shutdown of ServiceMix

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40596 ] 

Gert Vanthienen commented on SM-1132:
-------------------------------------

Instead of only notifying the lock object in SpringJBIContainer's shutdownHook implemenation, we now moved the entire destroy() of the ApplicationContext into the shutdown hook to ensure correct shutdown behavior.

http://svn.apache.org/viewvc?view=rev&revision=594535
http://svn.apache.org/viewvc?view=rev&revision=594553

There are still a few exceptions left, probably due to JMS connections/sessions not being closed properly.


> No clean shutdown of ServiceMix
> -------------------------------
>
>                 Key: SM-1132
>                 URL: https://issues.apache.org/activemq/browse/SM-1132
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-core
>    Affects Versions: 3.2
>         Environment: Tested on Gentoo Linux and also Ubuntu Linux 7.10
>            Reporter: Lars Heinemann
>             Fix For: 3.1.2
>
>
> If I shutdown servicemix by hitting CTRL-C in the shell, the shutdown process is finished almost in a second or so. Next thing is that components are not shut down properly as they were in the 3.1.2 version. This was not a problem with the old version of smix.

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