ACTIVE TASK::parse(): result not found
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Warning Message
This Message means that the BOINC Client Software was starting and it was looking in the Active Tasks structures but it was unable to find a Result that the State File said should have been available.
[edit] Version Information
- None.
[edit] Example Log(s)
[edit] Can't Link Result In State File
Because of an error in the Application Information File, all the work that was in-progress on the Participant's Computer is deleted. You don't see the other messages that I deleted for brevity's sake, but there were about 10-15 Results that were lost due to this one error.
2005-05-19 13:26:58 [SETI@home] Found app_info.xml; using anonymous platform 2005-05-19 13:26:58 [SETI@home] WU refers to nonexistent app_version: setiathome 409 2005-05-19 13:26:58 [SETI@home] Can't link workunit in state file -+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+- 2005-05-19 13:26:58 [SETI@home] link_result: nonexistent WU 30dc04ab.18554.20210.317312.3 2005-05-19 13:26:58 [SETI@home] Can't link result 30dc04ab.18554.20210.317312.3_1 in state file -+-+/\/\/\/\/\ Log Break /\/\/\/\/\-+-+- 2005-05-19 13:26:58 [SETI@home] ACTIVE_TASK::parse(): result not found
Line-By-Line Explanation
- This message tells us that the Science Application to be used for this Project (SETI@Home) is not the standard, Project provided Science Application.
- 'Unfortunately ...
- The information in the State File for the Work Unit refers to a specific version of a Science Application and that version of the Science Application is not available. Because the Application Information File does not contain the correct information for the Work Unit and the BOINC Daemon cannot start the Science Application required by this Work Unit.
- The Work Unit cannot be linked to the required Science Application Version.
- Because the earlier link between the Work Unit and the Science Application failed, the Work Unit was deleted and therefor does not exist.
- ACTIVE_TASK::parse(): result not found
- As a final result of all of this, the Active Task could not be found.
[edit] Other Related Messages
- None.

