AWS Thinkbox Discussion Forums

License Forwarder Crash

[code]Deadline License Forwarder 9.0 [v9.0.0.18 Release (8bacaeca5)]
License Forwarder Thread - License Forwarder thread initializing…
License Forwarder Thread - License Forwarder thread listening on port 17094
License Forwarder Web Forwarder: Initialized - listening on port 443

Exception Details
SocketException – An attempt was made to access a socket in a way forbidden by
its access permissions
SocketException.ErrorCode: 10013 (An attempt was made to access a socket in a wa
y forbidden by its access permissions)
SocketException.SocketErrorCode: AccessDenied (10013)
Win32Exception.NativeErrorCode: 10013
Exception.Data: ( )
Exception.TargetSite: Void DoBind(System.Net.EndPoint, System.Net.SocketAddress)

Exception.Source: System
Exception.HResult: -2147467259
Exception.StackTrace:
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress
socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at System.Net.Sockets.TcpListener.Start(Int32 backlog)
at Deadline.LicenseForwarder.LicenseForwarderWebForwarder.b()

License Forwarder Web Forwarder: Exited ThreadMain(), cleaning up…
License Forwarder - Phone home failed, server did not respond.
[/code]

Is this a UAC error?

BTW I’ve tried Firewall (Already off). Disabled Symantec Endpoint. And I tried “run as Administrator”.

The process that appears to be failing to bind to a socket is the License Forwarder’s Web Forwarder. By default, it attempts to bind to port 443. It’s possible that there is a conflict with another process binding the port or that the user does not have permission to bind to the port. To rule out the former, try changing the Web Forwarding port for that License Forwarder. This can be done from the License Forwarder panel in the Monitor: right-click the License Forwarder instance and go to “Modify License Forwarder Properties -> Web Forwarding Port”. You will need to restart the License Forwarder for this change to take effect.

Upping it to 444 worked. Thanks!

Privacy | Site terms | Cookie preferences