Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to quit MarkLogic with mlvm #27

Open
popzip opened this issue Jan 16, 2016 · 1 comment
Open

Unable to quit MarkLogic with mlvm #27

popzip opened this issue Jan 16, 2016 · 1 comment
Assignees
Labels

Comments

@popzip
Copy link

popzip commented Jan 16, 2016

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).

@jmakeig jmakeig self-assigned this Jan 16, 2016
@jmakeig jmakeig added the bug label Jan 16, 2016
@popzip
Copy link
Author

popzip commented Feb 4, 2016

Seems to happen especially when I install a new version of MarkLogic and start it up for the first time. I get this message, and only get rid of it when I manually kill the process and re-start. After that doesn't seem to be an issue.

Broadcast Message from root@MacPro-2406                                        
        (no tty) at 9:50 PST...                                                

Initialization: SVC-SOCBIND: Socket bind error: bind 0.0.0.0:7999: Address already in use  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants