on 2020 Mar 27 1:08 PM
Hi,
Can't stop de server running on port 4004. Which has been started via de configuration menu.
Tried with netstat, which finds the port but doen't show the relevant PID. Without this stopping te server with kill command is not possible.
Any body any idea.
Cheers Erik
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi,
There was a bug in this area. A fix is on the way...
If you tried to stop the configuration as Raz suggested and that didn't work, you should be able to stop the process with the following commands:
' lwctl -c basic-tools ps aux' would list all the running processes
'lwctl -c basic-tools kill -9 <process_id>' to kill the process
Hope this helps.
Thanks,
Liat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use fuser -k 4004/tcp
This should stop all the process running on this port
fuser -k 4004/tcp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Did you try doing it from the SAP AppStudio debug pane?
Regards - Raz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.