Ocorreu um erro de TCP (10013: Foi feita uma tentativa de acessar um soquete de uma forma proibida por suas permissões de acesso) durante a escuta no Terminal IP = 0.0.0.0: 29999.

Se você vir o seguinte erro, pode haver docker ou outro NAT em execução em sua caixa.

 

Você pode verificar se a porta 29999 está sendo mantida para NAT com o seguinte comando. O resultado fornece intervalos nas colunas esquerda / direita, então olhe lá.

netsh interface ipv4 show excludedportrange protocol = tcp

O resultado geralmente é assim.

Intervalos de exclusão de porta tcp do protocolo

Iniciar porta finalizar porta
———- ——–
9799 9799
50000 50059 *

* - Exclusões de portas administradas.

A solução para fazer isso funcionar é reiniciar o NAT:

net stop ganhando
vitória net start

 
Os erros são assim:

15: 27: 33.557-ERRO: SERVIÇO: ERRO AO INICIAR HOST DE SERVIÇO:
---------------
2021-12-06 03:27:33
Envie este arquivo por e-mail para [email protegido]
junto com uma descrição do que você estava fazendo
---------------
——XPressEntryService v2.9.55.555——
—Calling Functions —————————
Funções de chamada —————————
GetExceptionText
StartServiceHost
Execute
a Principal

—Mensagem de exceção ————————–
System.ServiceModel.CommunicationException
Ocorreu um erro de TCP (10013: Foi feita uma tentativa de acessar um soquete de uma forma proibida por suas permissões de acesso) durante a escuta no Terminal IP = 0.0.0.0: 29999.
—Exception Stack Trace ———————-
em System.ServiceModel.Channels.SocketConnectionListener.Listen ()
em System.ServiceModel.Channels.BufferedConnectionListener.Listen ()
em System.ServiceModel.Channels.ExclusiveTcpTransportManager.OnOpen ()
em System.ServiceModel.Channels.TransportManager.Open (TransportChannelListener channelListener)
em System.ServiceModel.Channels.TransportManagerContainer.Open (SelectTransportManagersCallback selectTransportManagerCallback)
em System.ServiceModel.Channels.TransportChannelListener.OnOpen (TimeSpan timeout)
em System.ServiceModel.Channels.ConnectionOrientedTransportChannelListener.OnOpen (TimeSpan timeout)
em System.ServiceModel.Channels.TcpChannelListener`2.OnOpen (TimeSpan timeout)
em System.ServiceModel.Channels.CommunicationObject.Open (tempo limite de TimeSpan)
em System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen (TimeSpan timeout)
em System.ServiceModel.Channels.CommunicationObject.Open (tempo limite de TimeSpan)
em System.ServiceModel.ServiceHostBase.OnOpen (TimeSpan timeout)
em System.ServiceModel.Channels.CommunicationObject.Open (tempo limite de TimeSpan)
em System.ServiceModel.Channels.CommunicationObject.Open ()
em XPressEntryServicesHost.cXPEServiceHost.StartServiceHost (Int32 iSSLPort, String sCertThumbprint) em c: \ telaeris \ GitHub \ XPressEntry-Desktop \ XPressEntryService \ cXPEServiceHost.vb: linha 305
—Iniciar Exceção Interna ——————
---------------
2021-12-06 03:27:33
Envie este arquivo por e-mail para [email protegido]
junto com uma descrição do que você estava fazendo
---------------
——XPressEntryService v2.9.55.555——
—Calling Functions —————————
Funções de chamada —————————
GetExceptionText
GetExceptionText
StartServiceHost
Execute
a Principal

—Mensagem de exceção ————————–
System.Net.Sockets.SocketException
Foi feita uma tentativa de acessar um soquete de uma forma proibida por suas permissões de acesso
—Exception Stack Trace ———————-
em System.Net.Sockets.Socket.DoBind (EndPoint endPointSnapshot, SocketAddress socketAddress)
em System.Net.Sockets.Socket.Bind (EndPoint localEP)
em System.ServiceModel.Channels.SocketConnectionListener.Listen ()

—Terminar Exceção Interna ——————–