Changes between Initial Version and Version 1 of Error/Scheduler request failed


Ignore:
Timestamp:
Oct 16, 2007, 1:59:48 PM (17 years ago)
Author:
Didactylos
Comment:

Initial version

Legend:

Unmodified
Added
Removed
Modified
  • Error/Scheduler request failed

    v1 v1  
     1= Errors =
     2
     3== Core client errors ==
     4=== Scheduler request failed: peer certificate cannot be authenticated with known CA certificates ===
     5
     6This error most frequently occurs because of incorrect date settings on your computer. To correct the problem, correct your computer clock.
     7 
     8{{{
     99-2-2006 4:33:20|World Community Grid|Resetting project
     109-2-2006 4:33:28|World Community Grid|Sending scheduler request: Requested by user
     119-2-2006 4:33:28|World Community Grid|Requesting 527040 seconds of new work
     129-2-2006 4:33:29||Project communication failed: attempting access to reference site
     139-2-2006 4:33:31||Access to reference site succeeded - project servers may be temporarily down.
     149-2-2006 4:33:34|World Community Grid|Scheduler request failed: peer certificate cannot be authenticated with known CA certificates
     159-2-2006 4:33:34|World Community Grid|Deferring communication for 15 min 27 sec
     169-2-2006 4:33:34|World Community Grid|Reason: scheduler request failed
     17}}}
     18
     19'''Why does this problem only affect WCG, and not other BOINC projects?'''
     20This is because WCG is (at the time of writing) the only BOINC project that requires a secure connection to the server. Other projects permit falling back to an insecure connection.
     21
     22
     23=== Scheduler request failed: problem with the SSL CA cert (path? access rights?) ===
     24This is a known problem with some ported BOINC releases, especially certain Linux x64 ports. The reason for the error is that a file (ca-bundle.crt) was omitted from the release.
     25
     26If you see this error message in your message log, then you probably need to apply this fix.
     27
     28 1. Determine your BOINC data directory. Check the beginning of your message log. There will be a line near the beginning like this:
     29 {{{
     30 08/06/2007 13:18:00||Data directory: C:\Program Files\BOINC
     31 }}}
     32 1. Download the missing file. You can get it from here: [source:trunk/boinc/curl/ca-bundle.crt?format=raw] - make sure you name the file '''ca-bundle.crt'''.
     33 1. Place the file in your BOINC data directory.
     34 1. Restart BOINC. The way you do this will depend on your installation.
     35
     36'''Why does this problem only affect WCG, and not other BOINC projects?'''
     37This is because WCG is (at the time of writing) the only BOINC project that requires a secure connection to the server. Other projects permit falling back to an insecure connection.
     38
     39'''FreeBSD note:''' this issue has been fixed, please update your port-tree and rebuild BOINC.
     40
     41== Manager errors ==