ACTIVE TASKS::restart tasks(); restart failed: '(error-code)'
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Error Message
This Message means that the BOINC Client Software has tried to start processing a Work Unit with a Science Application but the program failed to start processing. The Error Code indicates the specific problem.
[edit] Version Information
- None.
[edit] Example Log(s)
[edit] Start/Restart Failed - Failed To Open File
This error set was caused by an error in the permissions on a "slot" within the "slots" directory making it inaccessible by the BOINC Daemon.
2005-07-07 22:56:40 [SETI@home] Resuming computation for result 15au03aa.174.33473.548578.42_2 using
setiathome version 4.18
2005-07-07 22:56:42 [SETI@home] Failed to open core-to-app prefs file slots/0/init_data.xml
2005-07-07 22:56:42 [SETI@home] ACTIVE_TASKS::restart_tasks(); restart failed: -108
2005-07-07 22:56:42 [SETI@home] Unrecoverable error for result 15au03aa.174.33473.548578.42_2
(Couldn't restart the app for this result: -108)
2005-07-07 22:56:42 [ ] Resuming computation and network activity
2005-07-07 22:56:42 [ ] request_reschedule_cpus: Resuming activities
2005-07-07 22:56:47 [SETI@home] Failed to open core-to-app prefs file slots/0/init_data.xml
2005-07-07 22:56:47 [ ] request_reschedule_cpus: start failed
2005-07-07 22:56:48 [SETI@home] Deferring communication with project for 52 seconds
-+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+-
2005-07-07 22:56:51 [SETI@home] Computation for result 15au03aa.174.33473.548578.42_2 finished
2005-07-07 22:56:51 [SETI@home] Started upload of 15au03aa.174.33473.548578.42_2_0
2005-07-07 22:57:08 [SETI@home] Finished upload of 15au03aa.174.33473.548578.42_2_0
2005-07-07 22:57:08 [SETI@home] Throughput 38777 bytes/sec
2005-07-07 22:57:12 [SETI@home] Couldn't delete file
projects/setiathome.berkeley.edu/15au03aa.174.33473.548578.42_2_0
Line-By-Line Explanation
- Lets get to work, restart a Result.
- We cannot access the file needed to start again.
- ACTIVE_TASKS::restart_tasks(); restart failed: '(error-code)'
- We failed the restart.
- Unrecoverable error for result '(result)' (Couldn't restart the app for this result: '(error-code)')
- Causing an unrecoverable error
- As we were in the midst of resuming activity
- Which meant we scheduled the CPUs because we were resuming.
- The task we tried to start could not access a required file (write access).
- Forcing a CPU scheduling event because the start/restart failed.
- We were unable to contact the Project's Data Server so use Exponential Back-Off to wait a moment.
- Rats! We cannot continue this Result because of the error.
- The BOINC Daemon initiated an upload action with the SETI@Home Project.
- The BOINC Daemon completed the data transfer to the Project's Data Server.
- The measured speed of transfer, in this case was an 38,777 bytes per second.
- In this case we also cannot delete the file as we cannot access the directory for write/delete activities.
[edit] Other Related Messages
- None.

