Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to load a workspace if it's already owned by a daemon?

Hi,

I'm getting the following error message when trying to load a worksplace using lscm load command

"Sandbox /root/workspace/MyWorkspace is already owned by daemon running on port 34921"

How can I stop that process and load the workspace? I've tried the following command, but I end up with another error message saying "unknown subcommand demon"

lscm demon stop -p 34921


0 votes



2 answers

Permanent link
Hi Parvez,
You can use "scm daemon stop -p 34921".

1 vote

Comments

Thank you Lily for your reply. I've already tried that scm command but unfortunately that didn't work either. I can't seem to execute scm commands. Get error saying "scm: not found"

I had also tried the following commands, but all of them returns the error about unknown subcommand daemon or demon

 lscm demon stop -p 34921
 lscm demon stop -a
 lscm daemon stop - p 34921
 lscm daemon stop -a

'lscm' doesn't know how to run daemon start/stop subcommands. You have to call 'scm' to perform those actions. 


The "scm: not found" error suggests that 'scm' isn't in your path. 


Permanent link
Thanks Evan for your reply. After further troubleshooting, I found out the location where scm.sh is located. I used this utility to stop those daemon that were running.

scm.sh daemon stop -p <port number>

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 12 '15, 12:05 p.m.

Question was seen: 4,056 times

Last updated: Mar 03 '15, 3:21 p.m.

Confirmation Cancel Confirm