I somehow have gotten myself into this situation several times. I am running MarkLogic using mlvm.
Actions taken:
- I quit with
mlvm stop:
Stopping MarkLogic
/Users/kalderet/GHstuff/mlvm-jmakeig/versions/.current/MarkLogic: line 48: kill: (51200) - No such process
- MarkLogic still running (can also see from admin UI)
ps auxwww | grep -i marklogic
kalderet 51185 0.0 5.9 10396536 987332 ?? S 3:03PM 0:58.79 /Users/kalderet/Library/MarkLogic/bin/MarkLogic
kalderet 51184 0.0 0.0 2563268 408 ?? Ss 3:03PM 0:00.00 /Users/kalderet/Library/MarkLogic/bin/MarkLogic
kalderet 52029 0.0 0.0 2432772 676 s000 S+ 4:04PM 0:00.00 grep -i marklogic
- Fix by manually killing process
kill 51185 51184
Happens for me as well as @jmakeig . On ML9 nightly and before on other versions of ML (don't remember if always released versions).
I somehow have gotten myself into this situation several times. I am running MarkLogic using mlvm.
Actions taken:
mlvm stop:ps auxwww | grep -i marklogickill 51185 51184Happens for me as well as @jmakeig . On ML9 nightly and before on other versions of ML (don't remember if always released versions).