Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question How to Stop process

More
06 Nov 2015 12:32 #1 by zineddine007
zineddine007 created the topic: How to Stop process
Hello,

How wa can stop the process running in linux without restart Stambia environment ?

Thank you
More
06 Nov 2015 12:36 #2 by Thomas BLETON
Thomas BLETON replied the topic: How to Stop process
Hi,
You mean how to stop a running session ?
More
06 Nov 2015 14:10 #3 by zineddine007
zineddine007 replied the topic: How to Stop process
i dont went use stopengine.sh because i have many other process (.deliv).

I went to stop just xxx.001 in the running session not yyy.001.
More
06 Nov 2015 14:44 #4 by Thomas BLETON
Thomas BLETON replied the topic: How to Stop process
Here is some solutions to stop a specific session (not the runtime) :
- From the Designer : in the Session view, right click / Stop
- From Analytics : in the Session selection, right click / Stop.
- From the command line : startcommand.sh "connect to <runtimeRmiHostname> port <runtimeRmiPort>;stop session <session_id>"
More
06 Nov 2015 15:03 #5 by zineddine007
zineddine007 replied the topic: How to Stop process
Thank you for help.