Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-113 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-113 Summary: rawDNSLookup appears to be failing Type: Bug Status: Closed Resolution: CANNOT REPRODUCE Project: James Components: James Core Versions: 2.1 Assignee: Reporter: John Witchel Created: Wed, 9 Jul 2003 6:40 PM Updated: Sun, 6 Jun 2004 1:45 PM Environment: Operating System: Windows NT/2K Platform: PC Description: Hi, I complied from source james-2.2.0a8 and set up a SenderInFakeDomain matcher. I get this error in spoolmanager. It works fine in 2.1.3a6. I have custom matchers that utilize same call. It fails for all of them. Perhaps I've done something wrong in the compling but here's the bug just in case. java.lang.NoSuchMethodError at org.apache.james.dnsserver.DNSServer.rawDNSLookup(DNSServer.java:280) at org.apache.james.dnsserver.DNSServer.lookup(DNSServer.java:267) at org.apache.james.dnsserver.DNSServer.findMXRecords (DNSServer.java:211) at java.lang.reflect.Method.invoke(Native Method) at org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invoke (BlockInvocationHandler.java:92) at $Proxy0.findMXRecords(Unknown Source) at org.apache.james.James.getMailServers(James.java:618) at java.lang.reflect.Method.invoke(Native Method) at org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invoke (BlockInvocationHandler.java:92) at $Proxy9.getMailServers(Unknown Source) at org.apache.james.transport.matchers.SenderInFakeDomain.match (SenderInFakeDomain.java:81) at org.apache.james.transport.LinearProcessor.service (LinearProcessor.java:374) at org.apache.james.transport.JamesSpoolManager.process (JamesSpoolManager.java:441) at org.apache.james.transport.JamesSpoolManager.run (JamesSpoolManager.java:370) at org.apache.james.util.thread.ExecutableRunnable.execute (ExecutableRunnable.java:89) at org.apache.james.util.thread.WorkerThread.run(WorkerThread.java:125) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
