You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Edoardo Panfili (JIRA)" <se...@james.apache.org> on 2007/05/01 10:11:15 UTC

[jira] Created: (JAMES-791) problems during dnsserver query

problems during dnsserver query
-------------------------------

                 Key: JAMES-791
                 URL: https://issues.apache.org/jira/browse/JAMES-791
             Project: James
          Issue Type: Bug
          Components: DNSServer
    Affects Versions: 2.3.1
         Environment: Mac OS  X 10.3.9 Darwin Kernel Version 7.9.0
java version "1.4.2_12"
            Reporter: Edoardo Panfili


I hope that I am not wasting yout time,

This is the log from dnsserver-2007-05-01-09-52.log
------------------------------------------------------------------------------------------------------------------------
01/05/07 09:52:32 INFO  dnsserver: Autodiscovery is enabled - trying to discover your system's DNS Servers
01/05/07 09:52:32 INFO  dnsserver: Adding autodiscovered server 141.250.1.6
01/05/07 09:52:32 INFO  dnsserver: Adding autodiscovered server 141.250.1.7
01/05/07 09:52:32 INFO  dnsserver: DNS Server is: 141.250.1.6
01/05/07 09:52:32 INFO  dnsserver: DNS Server is: 141.250.1.7
01/05/07 09:53:18 WARN  dnsserver: Query error!
java.io.IOException: Bad file descriptor
        at sun.nio.ch.FileDispatcher.closeIntFD(Native Method)
        at sun.nio.ch.KQueueArrayWrapper.close(KQueueArrayWrapper.java:112)
        at sun.nio.ch.KQueueSelectorImpl.implClose(KQueueSelectorImpl.java:133)
        at sun.nio.ch.SelectorImpl.implCloseSelector(SelectorImpl.java:87)
        at java.nio.channels.spi.AbstractSelector.close(AbstractSelector.java:91)
        at org.xbill.DNS.Client.cleanup(Client.java:54)
        at org.xbill.DNS.UDPClient.sendrecv(UDPClient.java:73)
        at org.xbill.DNS.SimpleResolver.send(SimpleResolver.java:256)
        at org.xbill.DNS.ResolveThread.run(ResolveThread.java:37)
01/05/07 09:53:18 INFO  dnsserver: Couldn't resolve MX records for domain aspix.it.
------------------------------------------------------------------------------------------------------------------------
The IPs of the servers are right, james 2.2.0 works correctly,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-791) problems during dnsserver query

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefano Bagnara resolved JAMES-791.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Stefano Bagnara

Unfortunately this is due to a bug in the JVM you use under OSX 10.3.9:
http://sourceforge.net/forum/forum.php?thread_id=1473832&forum_id=57044

{code}
By: Brian Wellington (bwellingProject Admin) - 2006-03-31 19:52
If you're using OS 10.3, this problem has been reported before, and is a bug in the JVM. It's apparently been fixed in the 10.4 JVM, and doesn't exist on any other platforms. 
 
The workaround would be to either add code to catch and ignore that exception, or use a JVM without that bug.
{code}


> problems during dnsserver query
> -------------------------------
>
>                 Key: JAMES-791
>                 URL: https://issues.apache.org/jira/browse/JAMES-791
>             Project: James
>          Issue Type: Bug
>          Components: DNSServer
>    Affects Versions: 2.3.1
>         Environment: Mac OS  X 10.3.9 Darwin Kernel Version 7.9.0
> java version "1.4.2_12"
>            Reporter: Edoardo Panfili
>         Assigned To: Stefano Bagnara
>
> I hope that I am not wasting yout time,
> This is the log from dnsserver-2007-05-01-09-52.log
> ------------------------------------------------------------------------------------------------------------------------
> 01/05/07 09:52:32 INFO  dnsserver: Autodiscovery is enabled - trying to discover your system's DNS Servers
> 01/05/07 09:52:32 INFO  dnsserver: Adding autodiscovered server 141.250.1.6
> 01/05/07 09:52:32 INFO  dnsserver: Adding autodiscovered server 141.250.1.7
> 01/05/07 09:52:32 INFO  dnsserver: DNS Server is: 141.250.1.6
> 01/05/07 09:52:32 INFO  dnsserver: DNS Server is: 141.250.1.7
> 01/05/07 09:53:18 WARN  dnsserver: Query error!
> java.io.IOException: Bad file descriptor
>         at sun.nio.ch.FileDispatcher.closeIntFD(Native Method)
>         at sun.nio.ch.KQueueArrayWrapper.close(KQueueArrayWrapper.java:112)
>         at sun.nio.ch.KQueueSelectorImpl.implClose(KQueueSelectorImpl.java:133)
>         at sun.nio.ch.SelectorImpl.implCloseSelector(SelectorImpl.java:87)
>         at java.nio.channels.spi.AbstractSelector.close(AbstractSelector.java:91)
>         at org.xbill.DNS.Client.cleanup(Client.java:54)
>         at org.xbill.DNS.UDPClient.sendrecv(UDPClient.java:73)
>         at org.xbill.DNS.SimpleResolver.send(SimpleResolver.java:256)
>         at org.xbill.DNS.ResolveThread.run(ResolveThread.java:37)
> 01/05/07 09:53:18 INFO  dnsserver: Couldn't resolve MX records for domain aspix.it.
> ------------------------------------------------------------------------------------------------------------------------
> The IPs of the servers are right, james 2.2.0 works correctly,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org