JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

DirectDNSService returns errors #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After configuring the certificates, anchors, A records, MX records, SOA record 
in the config interface, I started up the DirectDNSService and tried testing it 
with a DNS lookup tool. The tool reported a DNS error while attempting to 
retrieve records from the server. Digging through the service log file, I found 
the following exception message:

[ERROR] DNSResponder - Error processing DNS request: Failure while parsing 
generic record data: record does not match rrset 
<org.nhindirect.dns.DNSException: Failure while parsing generic record data: 
record does not match rrset>org.nhindirect.dns.DNSException: Failure while 
parsing generic record data: record does not match rrset

I am not sure what could be the root cause of this error. The DNS records in 
the config web app seem to be correct. What could be causing this problem? What 
can I do to resolve it?

Original issue reported on code.google.com by nikolai....@gmail.com on 5 Aug 2011 at 5:03

GoogleCodeExporter commented 8 years ago
We managed to resolve the problem. It had to do with an improperly configured 
DNS A record in the service. The DirectDNSService works just fine now.

Original comment by nikolai....@gmail.com on 6 Aug 2011 at 12:00

GoogleCodeExporter commented 8 years ago
Marking as invalid due to configuration error.

Original comment by gm2...@cerner.com on 8 Sep 2011 at 7:21