> java.lang.RuntimeException: Failed to initialize resolver
>          at org.xbill.DNS.Lookup.<clinit>(Lookup.java:80)
>          at
org.apache.james.dnsserver.DNSServer.initialize(DNSServer.java:153)

Try specifying your DNS servers.  That may or may not help.  It appears that
dnsjava is throwing a RuntimeException from a static block.  Really bad
idea.  We don't even care about their default resolver, and are about to
replace it when they throw the exception.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to