Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Port 8005 is used By Windows 10 System Process

Tags:

windows

tomcat

Since today, the port 8005 is used for a Windows System Process. When i try to acces to the url http:localhost:8005 ,i can see a Blank Web Page, with no code and no info from any Web Server (No welcome web page or similar).

With the netstat command i can see that the process that uses this port is System process. Any idea why windows is using suddenly this port?

EDIT: Not duplicate question. I don't have another Tomcat installation, the problem comes from a windows process, not for another tomcat instance.

like image 443
Ildelian Avatar asked Jul 17 '17 14:07

Ildelian


People also ask

What port number is 8005?

Port number 8005 is the default port for the shutdown server. To change the shutdown server port number, find the following line in the server.xml: <Server port="8005" shutdown="SHUTDOWN">

Does SCCM use port 8005?

Summary. Express patching functionality in Microsoft System Center Configuration Manager (SCCM) uses port 8005, the Tomcat is not able to bind the port.


1 Answers

The problems comes from a Windows Service:

https://www.niallbrady.com/2017/02/15/how-can-i-use-express-updates-when-patching-windows-10-with-quality-updates-in-system-center-configuration-manager-current-branch/

Not from another Tomcat instance.

like image 63
Ildelian Avatar answered Sep 20 '22 18:09

Ildelian