From: rwagnes <eli...@ne...> - 2009-05-08 18:08:59
|
I guess my question is.. what name does not exist? What is it looking for? Brian Wellington wrote: > > On Fri, 8 May 2009, rwagnes wrote: > >> What exactly would cause the NXDOMAIN exception to be thrown? This is my >> code: >> >> ZoneTransferIn xfr = ZoneTransferIn.newAXFR(zoneName, hostName, 53, >> null); >> List zone = xfr.run(); >> >> org.xbill.DNS.ZoneTransferException: NXDOMAIN >> at org.xbill.DNS.ZoneTransferIn.fail(ZoneTransferIn.java:320) >> at org.xbill.DNS.ZoneTransferIn.doxfr(ZoneTransferIn.java:494) >> at org.xbill.DNS.ZoneTransferIn.run(ZoneTransferIn.java:532) >> >> --zoneName is a valid domain controller.. > > I don't know what "domain controller" means, as it's not a DNS term. > This exception means that the server returned an NXDOMAIN (name does not > exist) error to the zone transfer request. > > Brian > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > dnsjava-users mailing list > dns...@li... > https://lists.sourceforge.net/lists/listinfo/dnsjava-users > > -- View this message in context: http://www.nabble.com/NXDOMAIN-tp23450460p23450933.html Sent from the dnsjava-users mailing list archive at Nabble.com. |