Listen port is still open after the process was killed (or quit)

  • Thread starter Thread starter Pierre Boberg
  • Start date Start date
P

Pierre Boberg

Guest
Hi,
We have a process which use TCP port xxxx as the listener port of service.
Now we killed the process (or the program quit) for some reason, but the port
xxxx is still open when we monitor it using netstat command and we can not
restart our daemon because of the opening port.
Can I close port och quit it?
This is Windows2008 server.

Thanks Pierre
 
Re: Listen port is still open after the process was killed (or quit)

The application probably has multiple processes and not all of them
died,...some part of it is still running. If you can't find a way to find
it and kill it then you will probably just have to restart the box.


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
Technet Library
ISA2004
http://technet.microsoft.com/en-us/library/cc302436(TechNet.10).aspx
ISA2006
http://technet.microsoft.com/en-us/library/bb898433(TechNet.10).aspx

Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/ISA2004_AccessRules.html

Troubleshooting Client Authentication on Access Rules in ISA Server 2004
http://download.microsoft.com/download/9/1/8/918ed2d3-71d0-40ed-8e6d-fd6eeb6cfa07/ts_rules.doc

Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.mspx

Microsoft ISA Server Partners: Partner Hardware Solutions
http://www.microsoft.com/forefront/edgesecurity/partners/hardwarepartners.mspx
-----------------------------------------------------
"Pierre Boberg" <PierreBoberg@discussions.microsoft.com> wrote in message
news:55C72B5A-9371-4D28-A61D-D0EEDC6D00CD@microsoft.com...
> Hi,
> We have a process which use TCP port xxxx as the listener port of service.
> Now we killed the process (or the program quit) for some reason, but the
> port
> xxxx is still open when we monitor it using netstat command and we can not
> restart our daemon because of the opening port.
> Can I close port och quit it?
> This is Windows2008 server.
>
> Thanks Pierre
 
Re: Listen port is still open after the process was killed (or qui

Re: Listen port is still open after the process was killed (or qui

Hi,
thanks for the answer.
Does any bodey know a good way to find does process?

Regards Pierre

"Phillip Windell" wrote:

> The application probably has multiple processes and not all of them
> died,...some part of it is still running. If you can't find a way to find
> it and kill it then you will probably just have to restart the box.
>
>
> --
> Phillip Windell
> www.wandtv.com
>
> The views expressed, are my own and not those of my employer, or Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
> Technet Library
> ISA2004
> http://technet.microsoft.com/en-us/library/cc302436(TechNet.10).aspx
> ISA2006
> http://technet.microsoft.com/en-us/library/bb898433(TechNet.10).aspx
>
> Understanding the ISA 2004 Access Rule Processing
> http://www.isaserver.org/articles/ISA2004_AccessRules.html
>
> Troubleshooting Client Authentication on Access Rules in ISA Server 2004
> http://download.microsoft.com/download/9/1/8/918ed2d3-71d0-40ed-8e6d-fd6eeb6cfa07/ts_rules.doc
>
> Microsoft Internet Security & Acceleration Server: Partners
> http://www.microsoft.com/isaserver/partners/default.mspx
>
> Microsoft ISA Server Partners: Partner Hardware Solutions
> http://www.microsoft.com/forefront/edgesecurity/partners/hardwarepartners.mspx
> -----------------------------------------------------
> "Pierre Boberg" <PierreBoberg@discussions.microsoft.com> wrote in message
> news:55C72B5A-9371-4D28-A61D-D0EEDC6D00CD@microsoft.com...
> > Hi,
> > We have a process which use TCP port xxxx as the listener port of service.
> > Now we killed the process (or the program quit) for some reason, but the
> > port
> > xxxx is still open when we monitor it using netstat command and we can not
> > restart our daemon because of the opening port.
> > Can I close port och quit it?
> > This is Windows2008 server.
> >
> > Thanks Pierre

>
>
>
 
Back
Top