Difference between revisions of "Error code -221 to -230 explained"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 83)
 
Line 1: Line 1:
ERR_ABORTED_BY_PROJECT -221
+
'''ERR_ABORTED_BY_PROJECT -221''' - The project you are attached to aborted this result.
  
The project you are attached to aborted this result.
+
'''ERR_GETGRNAM -222''' - Sandbox security logic: group boinc_project does not exist
  
ERR_GETGRNAM -222
+
'''ERR_CHOWN -223''' - This is an error when changing the file ownership.
  
Sandbox security logic: group boinc_project does not exist
+
'''ERR_FILE_NOT_FOUND -224''' - This is the same as an HTTP error 404: File not found or HTTP error 416 Requested Range not satisfiable.
  
ERR_CHOWN -223
+
'''ERR_BAD_FILENAME -225''' - One of the files downloaded is found with a bad filename. Did you rename it?  
 
 
This is an error when changing the file ownership.
 
 
 
ERR_FILE_NOT_FOUND -224
 
 
 
This is the same as an HTTP error 404: File not found or HTTP error 416 Requested Range not satisfiable.
 
 
 
ERR_BAD_FILENAME -225
 
 
 
One of the files downloaded is found with a bad filename. Did you rename it?  
 
 
Did the project name it incorrectly?  
 
Did the project name it incorrectly?  
  
ERR_TOO_MANY_EXITS -226
+
'''ERR_TOO_MANY_EXITS -226''' - An application has exited prematurely (unexpectedly) more than 99 times without generating a checkpoint, so giving up on that task.
 
 
An application has exited prematurely (unexpectedly) more than 99 times without generating a checkpoint, so giving up on that task.
 
 
 
ERR_RMDIR -227
 
  
In BOINC 6.0 and above: Remove (delete) directory failed.
+
'''ERR_RMDIR -227''' - In BOINC 6.0 and above: Remove (delete) directory failed.
  
ERR_CHILD_FAILED -228
 
  
On Unix if the application is non-executable, it will crash the task which BOINC will treat as recoverable and therefore restart itself. Since this is unwanted behaviour, BOINC returns this error code and exits itself.
+
'''ERR_CHILD_FAILED -228''' - On Unix if the application is non-executable, it will crash the task which BOINC will treat as recoverable and therefore restart itself. Since this is unwanted behaviour, BOINC returns this error code and exits itself.
  
 
Also used when the wrapper application exits when it finds that one of the sub-applications has failed.   
 
Also used when the wrapper application exits when it finds that one of the sub-applications has failed.   
  
ERR_SYMLINK -229
 
  
There's been an error detected in a symlink that the project uses to tell where its directories are. Report this error on the project's forums.  
+
'''ERR_SYMLINK -229''' - There's been an error detected in a symlink that the project uses to tell where its directories are. Report this error on the project's forums. Symlinks are no longer used in the BOINC 6 clients.  
  
Symlinks are no longer used in the BOINC 6 clients.  
+
'''ERR_DB_CONN_LOST -230''' - This is a server error. The connection to the database was lost while storing a result in its memory.  
  
ERR_DB_CONN_LOST -230
 
  
This is a server error. The connection to the database was lost while storing a result in its memory.
 
 
  | Jorden
 
  | Jorden
 
  | 3
 
  | 3

Revision as of 15:51, 30 June 2016

ERR_ABORTED_BY_PROJECT -221 - The project you are attached to aborted this result.

ERR_GETGRNAM -222 - Sandbox security logic: group boinc_project does not exist

ERR_CHOWN -223 - This is an error when changing the file ownership.

ERR_FILE_NOT_FOUND -224 - This is the same as an HTTP error 404: File not found or HTTP error 416 Requested Range not satisfiable.

ERR_BAD_FILENAME -225 - One of the files downloaded is found with a bad filename. Did you rename it? Did the project name it incorrectly?

ERR_TOO_MANY_EXITS -226 - An application has exited prematurely (unexpectedly) more than 99 times without generating a checkpoint, so giving up on that task.

ERR_RMDIR -227 - In BOINC 6.0 and above: Remove (delete) directory failed.


ERR_CHILD_FAILED -228 - On Unix if the application is non-executable, it will crash the task which BOINC will treat as recoverable and therefore restart itself. Since this is unwanted behaviour, BOINC returns this error code and exits itself.

Also used when the wrapper application exits when it finds that one of the sub-applications has failed.


ERR_SYMLINK -229 - There's been an error detected in a symlink that the project uses to tell where its directories are. Report this error on the project's forums. Symlinks are no longer used in the BOINC 6 clients.

ERR_DB_CONN_LOST -230 - This is a server error. The connection to the database was lost while storing a result in its memory.


| Jorden
| 3
| 1
| 23:19:42
| 2008-02-14
| 173285
| 1
| 83
| 2008-02-14 23:19:42
| 2014-12-26 17:58:58