Alexey Markevich created KARAF-4621:
---------------------------------------
Summary: Instance check doesn't check if pid exists
Key: KARAF-4621
URL: https://issues.apache.org/jira/browse/KARAF-4621
Project: Karaf
Issue Type: Bug
Components: karaf-os-integration
Affects Versions: 4.0.5
Reporter: Alexey Markevich
Since 4.0.5 Karaf perfoms a check for already running instance. But in case
Karaf process was killed it sill block the start.
For windows following command can be used:
tasklist | find /c "[pid]"
0 if no instance running; 1 otherwise
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)