cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business Application Studio Stop running server on 4004

ErikP
Explorer
0 Kudos
17,379

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

Accepted Solutions (1)

Accepted Solutions (1)

liat_b
Product and Topic Expert
Product and Topic Expert

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

SumitKundu
Active Participant
0 Kudos

I often run into this problem. ' lwctl -c basic-tools ps aux' gives me error:

#_lw_ps: No such file or directory
liat_b
Product and Topic Expert
Product and Topic Expert
0 Kudos

How a e you running the app? Have you stoped all processes from the debug pane?

Answers (2)

Answers (2)

Former Member

Use fuser -k 4004/tcp

This should stop all the process running on this port

fuser -k 4004/tcp
RazK
Product and Topic Expert
Product and Topic Expert

Hi,

Did you try doing it from the SAP AppStudio debug pane?

Regards - Raz