net.tcp Listener Adapter and net.tcp Port Sharing Service not starting on reboot

Posted by Peter K. on Super User See other posts from Super User or by Peter K.
Published on 2011-06-10T13:24:56Z Indexed on 2011/06/25 16:24 UTC
Read the original article Hit count: 978

Filed under:
|
|

I am using the net.tcp protocol for various web services. When I reboot my Windows 7 Ultimate (64-bit) macbook pro, the service never restarts automatically, even though that is how they are set:

enter image description here

The only relevant events I can see are in the System Event Log:

Error 6/9/2011 19:47 Service Control Manager 7001 None The Net.Tcp Listener Adapter service depends on the Net.Tcp Port Sharing Service service > which failed to start because of the following error: The service did not respond to the start or control request in a timely fashion."

Error 6/9/2011 19:47 Service Control Manager 7000 None The Net.Tcp Port Sharing Service service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion."

Error 6/9/2011 19:47 Service Control Manager 7009 None
A timeout was reached (30000 milliseconds) while waiting for the Net.Tcp Port Sharing Service service to connect.

This post suggests that it's something else blocking the port (in the post it's SCCM 2007 R3 Client which I don't use).

What else could be the problem? If it's something else blocking the port, how do I figure out what? When I manually start the services, they start correctly.


Dependencies are:

Net.Tcp Port Sharing Service

enter image description here

Net.Tcp Listener Adapter

enter image description here


Still no luck, but I think the problem might be that my network connection takes too long to come up. I put in a custom view of the event log, and found these items:

enter image description here

The first in the series says:

A timeout was reached (30000 milliseconds) while waiting for the Net.Tcp Port Sharing Service service to connect.

© Super User or respective owner

Related posts about windows-7

Related posts about 64-bit