You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/02/11 13:25:18 UTC

[jira] [Created] (KARAF-4330) Instance script doesn't return correct PID number if root instance is started two times

Andrea Cosentino created KARAF-4330:
---------------------------------------

             Summary: Instance script doesn't return correct PID number if root instance is started two times
                 Key: KARAF-4330
                 URL: https://issues.apache.org/jira/browse/KARAF-4330
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core
    Affects Versions: 4.0.4, 3.0.5
            Reporter: Andrea Cosentino
            Priority: Minor


Use case:

- Run a first Karaf root instance 
- Check the PID with instance script
- Run a second Karaf root instance, the script will hang as expected
- Check the PID with the instance script. The PID will be the one from the second instance even if it's not started correctly and it's hanging.
- Kill the second instance
- Check the PID with the instance script. The PID is now 0 and the status is stopped, but we have the first instance currently running.

This is not a normal workflow, I see. Starting two times the root instance or two instances with the same instance name is not correct, but anyway it's something we should consider to manage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)