Skip to content

Unable to quit MarkLogic with mlvm  #27

@popzip

Description

@popzip

I somehow have gotten myself into this situation several times. I am running MarkLogic using mlvm.
Actions taken:

  1. I quit with mlvm stop:
Stopping MarkLogic
/Users/kalderet/GHstuff/mlvm-jmakeig/versions/.current/MarkLogic: line 48: kill: (51200) - No such process
  1. 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
  1. 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).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions