Description
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
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