Can't parse result in state file
From Unofficial BOINC Wiki
Contents |
[edit] General
Message Type: Error Message
This Message means that the BOINC Client Software attempted to read the State File but found that the data in the State File was corrupt or missing. In this case, the State File was found to be bad when working with the Result information recorded.
The corruption in the file could be the result of a number of problems. The most common one would be an interruption in the recording of information within the State File. This could be caused by:
- An un-graceful halting of the BOINC Daemon.
- Power outage
- "Cold" restart of the Participant's Computer.
[edit] Version Information
- None.
[edit] Example Log(s)
[edit] Can't Parse Result In State File
(1) 2005-07-22 08:49:47 [ ] Starting BOINC client version 4.45 for windows_intelx86 (2) 2005-07-22 08:49:47 [ ] Data directory: C:\Program Files\BOINC (3) 2005-07-22 08:49:47 [SETI@home] Found app_info.xml; using anonymous platform (4) 2005-07-22 08:49:47 [ ] Can't parse result in state file (5) 2005-07-22 08:49:47 [ ] State file has different major version (0.00); resetting projects (6) 2005-07-22 08:49:48 [SETI@home] Resetting project
Line-By-Line Explanation
- Starting BOINC client version '(version)' for '(os)'
- This message indicates that the BOINC Client Software is starting.
- Data directory: '(directory-path)'
- This outputs the location of the BOINC Client Software. Note that the path is given in a normal Microsoft Windows® format.
- Found app_info.xml; using anonymous platform
- The Participant's Computer is running a custom version of one of the Science Applications.
- Can't parse result in state file
- The State File has corrupt or missing information about a Result.
- State file has different major version ('(major-version)'.'(minor-version)'); resetting projects
- The State File is corrupt.
- Resetting project
- Because of the corruption in the State File, the current work for that Project has to be abandoned.
[edit] Other Related Messages
- None.
[edit] Developer Information
| Code Location: | boinc/client/cs_statefile.C |
| Function: | CLIENT_STATE::parse_state_file() |
| Documentation: | boinc/client/cs_statefile.C |
| CVS Extract: | cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc/client/cs_statefile.C |

