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

From BOINC Wiki
(Adding FAQ 83)
 
(adding table)
 
(One intermediate revision by one other user not shown)
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.
 
  
Symlinks are no longer used in the BOINC 6 clients.  
+
'''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
+
'''ERR_DB_CONN_LOST -230''' - This is a server error. The connection to the database was lost while storing a result in its memory.
  
This is a server error. The connection to the database was lost while storing a result in its memory.
+
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 3
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=83 83]
| 1
+
  | 14-02-2008
  | 23:19:42
+
  |-
| 2008-02-14
+
  |}
| 173285
 
  | 1
 
| 83
 
| 2008-02-14 23:19:42
 
  | 2014-12-26 17:58:58
 

Latest revision as of 14:21, 29 August 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.

Original writer Original FAQ Date
Jorden 83 14-02-2008