Can't resolve hostname '(host-name)' valid name, no data record of requested type

From Unofficial BOINC Wiki

Jump to: navigation, search

Contents

[edit] General

Message Type: Warning Message

This Message means that the BOINC Client Software encountered a network problem and that the BOINC Client Software cannot contact the Project's Server. When I got this message my Internet Service Provider (ISP) was off line and I had no connectivity. So, this error is almost always external to the BOINC Client Software and more than likely is a complete failure of the network system.

Other causes of this error include:

  • A failed network card
  • The router or modem has lost the configuration information and is not allowing communication.
  • The firewall is not allowing connections.
  • A proxy is improperly configured.

[edit] Version Information

[edit] Alternate Message Formats

  • Can't resolve hostname '(host-name)' (valid name, no data record of requested)
  • Can't resolve hostname ['(host-name)'] (valid name, no data record of requested)
  • Can't resolve hostname ['(host-name)'] valid name, no data record of requested


[edit] Example Log(s)

[edit] Can't Resolve Hostname - No Record

6/4/2005 4:29:28 PM|http://setiathome.berkeley.edu/|Requesting 432000.00 seconds of work
6/4/2005 4:29:28 PM|http://setiathome.berkeley.edu/|Sending request to scheduler:
                                                    http://setiathome.berkeley.edu/
6/4/2005 4:29:28 PM|                               |Can't resolve hostname 
                                                    [setiboinc.ssl.berkeley.edu] 
                                                    (valid name, no data record of requested type)
6/4/2005 4:29:28 PM|http://setiathome.berkeley.edu/|scheduler init_op_project to
                                                    http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
                                                    failed, error -113
6/4/2005 4:29:28 PM|http://setiathome.berkeley.edu/|init_op_project failed,
                                                    error -113            
6/4/2005 4:29:29 PM|http://setiathome.berkeley.edu/|Deferring communication with project for
                                                    59 seconds

Line-By-Line Explanation

The reason we are going to make a Scheduler Request.
We make the attempt to contact the Scheduler.
And fail to make the connection because the BOINC Client Software cannot find a translation of the URL into an IP Address.
This message indicates the exact stage when the error occurred during the communication process with the Project's Scheduler.
And we exit the communication process.
This message indicates that we will use Exponential Back-Off to calculate a time interval to wait before attempting to make another try to upload the file to the Project's Scheduling Server.

[edit] Couldn't Start Upload

(1) 5/23/2005 8:18:36 PM|Einstein@Home|Computation for result H1_1336.5__1336.9_0.1_T08_Fin1 finished
(2) 5/23/2005 8:18:37 PM|             |Can't resolve hostname [einstein.phys.uwm.edu] (valid name,
                                       no data record of requested type)
(3) 5/23/2005 8:18:37 PM|Einstein@Home|Couldn't start upload of H1_1336.5__1336.9_0.1_T08_Fin1_2_0
(4) 5/23/2005 8:18:37 PM|Einstein@Home|URL
                                       http://einstein.phys.uwm.edu/EinsteinAtHome_cgi/file_upload_handler: error
                                       -113
(5) 5/23/2005 8:18:37 PM|Einstein@Home|Backing off 1 minutes and 0 seconds on upload
                                       of file H1_1336.5__1336.9_0.1_T08_Fin1_2_0
    -+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+-
(6) 5/25/2005 9:21:44 PM|Einstein@Home|Started upload of H1_1336.5__1336.9_0.1_T08_Fin1_2_0
(7) 5/25/2005 9:21:47 PM|Einstein@Home|Finished upload of H1_1336.5__1336.9_0.1_T08_Fin1_2_0
(8) 5/25/2005 9:21:47 PM|Einstein@Home|Throughput 49635 bytes/sec

Line-By-Line Explanation

  1. Computation for result '(result)' finished
    We completed the processing of the Work Unit and we now have a Result Data File to upload.
  2. Can't resolve hostname ['(host-name)'] (valid name, no data record of requested type)
    The BOINC Client Software attempts to contact the Project's Data Server, and fails to make the connection because the BOINC Client Software cannot find a translation of the URL into an IP Address.
  3. Couldn't start upload of '(file-name)'
    Because it could not make the name conversion, the upload failed.
  4. URL '(url)': error '(error-code)'
    Identifies the URL that was the source of the problem, and the internal Error Code that was returned.
  5. Backing off 'x' hours 'y' minutes and 'z' seconds on upload of file '(file)'
    This message indicates that we will use Exponential Back-Off to calculate a time interval to wait before attempting to make another try to upload the file to the Project's Data Server.
    Some time later ...
  6. Started upload of '(file)'
    The BOINC Daemon initiated an upload action with the Einstein@Home Project.
  7. Finished upload of '(file)'
    The BOINC Daemon completed the data transfer to the Project's Data Server.
  8. Throughput 'x' bytes/sec
    The measured speed of transfer, in this case was 49,635 bytes per second. This is a fairly high rate of data transfer and is possible as I have a Cable Modem and an "always-on" Internet connection.


[edit] Other Related Messages

Personal tools