You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of which is nist1.sjc.certifiedtime.com which is no longer up and causes a cascade of exceptions to be thrown.
System.Net.Sockets.SocketException occurred
Message=No such host is known
at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
Then:
System.ObjectDisposedException occurred
Message=Cannot access a disposed object.
Object name: 'System.Net.Sockets.UdpClient'.
at System.Net.Sockets.UdpClient.EndReceive(IAsyncResult asyncResult, IPEndPoint& remoteEP)
and:
System.NullReferenceException occurred
Message=Object reference not set to an instance of an object.
StackTrace:
at Rhino.Licensing.SntpClient.MaybeOperationTimeout(Object state, Boolean timedOut) in :line
InnerException:
{System.NullReferenceException: Object reference not set to an instance of an object.
at Rhino.Licensing.SntpClient.MaybeOperationTimeout(Object state, Boolean timedOut) in :line 0}
The text was updated successfully, but these errors were encountered:
One of which is nist1.sjc.certifiedtime.com which is no longer up and
causes a cascade of exceptions to be thrown.
System.Net.Sockets.SocketException occurred
Message=No such host is known
at System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
Then:
System.ObjectDisposedException occurred
Message=Cannot access a disposed object.
Object name: 'System.Net.Sockets.UdpClient'.
at System.Net.Sockets.UdpClient.EndReceive(IAsyncResult asyncResult, IPEndPoint& remoteEP)
and:
System.NullReferenceException occurred
Message=Object reference not set to an instance of an object.
StackTrace:
at Rhino.Licensing.SntpClient.MaybeOperationTimeout(Object state, Boolean timedOut) in :line
InnerException:
{System.NullReferenceException: Object reference not set to an instance of an object.
at Rhino.Licensing.SntpClient.MaybeOperationTimeout(Object state, Boolean timedOut) in :line 0}
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/5.
Rhino.Licensing. AbstractLicenseValidator Contains a hardcoded list of time servers.
https://github.com/ayende/rhino-licensing/blob/master/Rhino.Licensing/AbstractLicenseValidator.cs#L39
One of which is nist1.sjc.certifiedtime.com which is no longer up and causes a cascade of exceptions to be thrown.
Then:
and:
The text was updated successfully, but these errors were encountered: