Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nist1.sjc.certifiedtime.com is no longer. #5

Open
DrivenLogic opened this issue Jan 29, 2013 · 1 comment
Open

nist1.sjc.certifiedtime.com is no longer. #5

DrivenLogic opened this issue Jan 29, 2013 · 1 comment

Comments

@DrivenLogic
Copy link

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.

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}
@ayende
Copy link
Owner

ayende commented Jan 29, 2013

This is fixed in RavenDB now.

On Tue, Jan 29, 2013 at 9:44 AM, drivenlogic.com.au <
[email protected]> wrote:

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant