Scheduler request initialization to '(url)' failed, error '(error-code)'
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Error Message
This Message means that the BOINC Client Software was attempting to communicate to the Project's Scheduling Server but encountered an error as it was creating the Scheduler Request Message for sending to the Scheduler.
This error occurs during the initial stages of the communication session between the Participant's Computer and the Project's Scheduling Server.
[edit] Version Information
- None.
[edit] Example Log(s)
[edit] Scheduler Request Failed HTTP Insert (-113)
This error means of course that the BOINC Client Software was unable to resove the Project's Host name (convert the text into an IP Address).
2005-06-11 05:51:52 [BURP] Scheduler request to http://burp.boinc.dk/burp_cgi/cgi succeeded 2005-06-11 05:51:52 [BURP] No work from project 2005-06-11 05:51:53 [BURP] Deferring communication with project for 18 minutes and 36 seconds -+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+- 2005-06-11 06:10:30 [BURP] Sending scheduler request to http://burp.boinc.dk/burp_cgi/cgi 2005-06-11 06:10:30 [BURP] Requesting 8640 seconds of work, returning 0 results 2005-06-11 06:10:32 [ ] Can't resolve hostname [burp.boinc.dk] host name not found 2005-06-11 06:10:32 [BURP] Scheduler request failed HTTP insert: -113 2005-06-11 06:10:32 [BURP] Scheduler request initialization to http://burp.boinc.dk/burp_cgi/cgi failed, error -113 2005-06-11 06:10:32 [BURP] init_op_project failed, error -113 2005-06-11 06:10:32 [BURP] Deferring communication with project for 1 minutes and 0 seconds 2005-06-11 06:11:32 [ ] Can't resolve hostname [burp.boinc.dk] host name not found 2005-06-11 06:11:32 [BURP] Couldn't read master page for BURP: error -113 2005-06-11 06:11:32 [BURP] Master file fetch failed 2005-06-11 06:11:32 [BURP] Deferring communication with project for 1 minutes and 0 seconds -+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+- 2005-06-11 08:19:42 [BURP] Sending scheduler request to http://burp.boinc.dk/burp_cgi/cgi 2005-06-11 08:19:42 [BURP] Requesting 8640 seconds of work, returning 0 results 2005-06-11 08:19:43 [BURP] Scheduler request to http://burp.boinc.dk/burp_cgi/cgi succeeded 2005-06-11 08:19:43 [BURP] No work from project
Line-By-Line Explanation
- And in this case we had success! Unfortunately ...
- No work available, so lets wait ...
- Now, we will wait for some interval of time set by the Exponential Back-Off Mechanism, only to have the wheels start to come off the wagon ...
- Now we are again asking for more work by submitting a request to the Scheduler.
- And asking for 8,640 seconds worth of work ...
- But now the Server cannot be found!
- And this causes an error in the creation of the Scheduler Request Message...
- Scheduler request initialization to '(url)' failed, error '(error-code)'
- With our previous error, we did not complete the initialization of the communication session with the Scheduler.
- And we exit the communication process; to then wait ...
- Now, we will wait for some interval of time set by the Exponential Back-Off Mechanism.
- And we still cannot locate the Server. But now we have a new problem ...
- With the Server off-line, the Master Page can't be found ...
- Causing a "fetch" failure ...
- Later ...
- And in this case we had success! Unfortunately ...
- No work available, so we will have to wait again ...
[edit] Init Op Project Failed, Error -108
This sequence of messages occurred because the Participant's Computer did not have the proper permissions set on the BOINC Directory and the sub-directories.
2005-07-07 22:58:19 [ ] Resuming computation and network activity 2005-07-07 22:58:19 [ ] request_reschedule_cpus: Resuming activities 2005-07-07 22:58:21 [SETI@home] Scheduler request initialization to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed, error -108 2005-07-07 22:58:21 [SETI@home ] Deferring communication with project for 57 seconds 2005-07-07 22:58:26 [ProteinPredictorAtHome] Scheduler request initialization to http://predictor.scripps.edu/predictor_cgi/cgi failed, error -108 2005-07-07 22:58:26 [ProteinPredictorAtHome] init_op_project failed, error -108 2005-07-07 22:58:26 [ProteinPredictorAtHome] Deferring communication with project for 1 minutes and 0 seconds 2005-07-07 22:59:09 [ ] request_reschedule_cpus: project op
Line-By-Line Explanation
- We were suspended for any number of reasons, but now we can go back to work.
- Because we have nothing going on, reschedule the CPUs.
- Scheduler request initialization to '(url)' failed, error '(error-code)'
- Unable to write to a file or directory we cannot make a Scheduler Request Message. If we cannot make the message file to send, then we can't initialize the communication session.
- So we use the Exponential Back-Off Mechanism to wait a bit.
- Meanwhile lets try another Project.
- Scheduler request initialization to '(url)' failed, error '(error-code)'
- Unable to write to a file or directory we cannot make a Scheduler Request Message. If we cannot make the message file to send, then we can't initialize the communication session.
- Two strikes! We cannot initialize and start processing Results for a Project because we do not have any, and we cannot get any because we cannot make a Scheduler Request Message.
- So we use the Exponential Back-Off Mechanism to wait a bit.
- Because we did not have a successful start of work on any Project, we have to schedule the CPUs which means we have to get work ...
- From this point forward, the cycle of messages will repeat forever. The BOINC Client Software must have the ability to read and write files within the BOINC Directory and all of the sub-directories.
[edit] Other Related Messages
- None.
RSS Feeds

