What services have I running and on what port?

S

Stephen Glynn

Hi. Not sure if this is the right place to ask -- if it isn't,
apologies and can someone please steer me to a more appropriate group?

I'm having problems running a new version of Apache I've just installed
since "make_sock: could not bind to address 0.0.0.0.:443" because it
thinks something else is using it. Control Panel => Services tells me
which services I have installed and which are running but it's not
obvious (at least to me) what's causing the problem.

Is there any way I can find what sockets my various services are using?

Steve
 
W

Wesley Vogel

Open a command prompt...
Start | Run | Type: cmd | OK |
When that opens, type:

netstat -ano

Hit the Enter key.

Look under the Local Address column for 443.

Look under the PID column for the PID number.

Type:

tasklist /svc

Hit the Enter key.

Look under PID for the number you found above to see the process that's
using 443.
---
Internet Explorer...
443 Hypertext Transfer Protocol over TLS/SSL (HTTPS) for secure World Wide
Web
443 TCP https http protocol over TLS/SSL
443 UDP https http protocol over TLS/SSL
 
S

Stephen Glynn

Wesley said:
Open a command prompt...
Start | Run | Type: cmd | OK |
When that opens, type:

netstat -ano

Hit the Enter key.

Look under the Local Address column for 443.

Look under the PID column for the PID number.

Type:

tasklist /svc

Hit the Enter key.

Look under PID for the number you found above to see the process that's
using 443.
---
Internet Explorer...
443 Hypertext Transfer Protocol over TLS/SSL (HTTPS) for secure World Wide
Web
443 TCP https http protocol over TLS/SSL
443 UDP https http protocol over TLS/SSL


Thanks. Tasklist is apparently only available in XP Professional but
there's any easy work-round. ALT-CTRL-DELETE brings up the task
manager. I had to click on the Processes tab and then on View-Select
Columns to bring up the PID numbers and that gave me the information I
needed to kill the offending process.

Thanks again.

Steve
 
W

Wesley Vogel

S

Stephen Glynn

Wesley said:
What isn't starting?

framedyn.dll = WMI SDK Provider Framework

framedyn.dll is a module providing a framework library that implements
several provider helper classes.

"Application Has Failed to Start Because Framedyn.dll Was Not Found" Error
Message When You Open the System Properties Dialog Box
http://support.microsoft.com/default.aspx?scid=kb;en-us;319114

I've downloaded tasklist.exe and it isn't starting because, it says, it
can't find framedyn.dll.

I've tried to follow the instructions at the Microsoft link you give but
there doesn't seem to be a copy of framedyn.dll in system32\dllcache,
though there is one in system32\wbem. I'm not receiving any error
messages when I follow the instructions in the second part of the
article you cite ('Click Start, right-click My Computer, and then click
Properties on the shortcut menu that appears. ')

If C:\WINDOWS\system32\wbem\framedyn.dll is corrupted what else should I
notice other than that tasklist.exe won't start? How, short of
reinstalling Windows XP, do I remedy the situation?

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top