MwUnlockRegServerFile() failed. (linux)


This is a result of zombied processes or Mainwin configuration.

ps -ef |egrep 'watchdog|regss|mwrpcss'|grep ${USER} or pgrep -u $USER 'watchdog|regss|mwrpcss', kill off any processes that are found, and try restarting the product.

If that doesn't work, then kill processes again, remove ${HOME}/.mw, and try again.

ex: sigterm
pgrep 'watchdog|regss|mwrpcss' | xargs kill -15

ex: sigkill
pgrep 'watchdog|regss|mwrpcss' | xargs kill -9





Show Form
No comments yet. Be the first to add a comment!