Difference between revisions of "Error code -181 to -190 explained"

From BOINC Wiki
Jump to: navigation, search
(Adding FAQ 79)
 
(adding table)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
ERR_LISTEN -181
+
'''ERR_LISTEN -181''' - GUI RPC listen failed
  
GUI RPC listen failed
+
'''ERR_TIMEOUT -182''' - Too much time elapsed during persistent file transfer -- giving up.
  
ERR_TIMEOUT -182
+
'''ERR_PROJECT_DOWN -183''' - The project you are attached to is down, either for maintenance or for another reason.  
 
 
Too much time elapsed during persistent file transfer -- giving up.
 
 
 
ERR_PROJECT_DOWN -183
 
 
 
The project you are attached to is down, either for maintenance or for another reason.  
 
 
Just wait until they are back up. Keep an eye on their homepage.  
 
Just wait until they are back up. Keep an eye on their homepage.  
  
ERR_HTTP_ERROR -184
+
'''ERR_HTTP_ERROR -184''' - This is an error in the polling of the start of the HTTP/S transaction start in CurlEasy. Report this on the [http://boinc.berkeley.edu/dev/index.php BOINC forums].
  
This is an error in the polling of the start of the HTTP/S transaction start in CurlEasy.
 
Report this on the BOINC forums.
 
  
ERR_RESULT_START -185
+
'''ERR_RESULT_START -185'''
  
 
This is an error that will occur:
 
This is an error that will occur:
- if BOINC couldn't start the application
+
* if BOINC couldn't start the application
- if files are missing
+
* if files are missing
- upon catch of other error returns
+
* upon catch of other error returns
- on nonzero exit or signal
+
* on nonzero exit or signal
- if exceeded resource limit
+
* if exceeded resource limit
- as catch-all for resume/start errors
+
* as catch-all for resume/start errors
  
 
Rebooting your machine will most of the times fix these.
 
Rebooting your machine will most of the times fix these.
  
ERR_RESULT_DOWNLOAD -186
 
  
BOINC will trigger this error when the work unit or application had a download error.  
+
'''ERR_RESULT_DOWNLOAD -186''' - BOINC will trigger this error when the work unit or application had a download error.  
  
ERR_RESULT_UPLOAD -187
+
'''ERR_RESULT_UPLOAD -187''' - BOINC will trigger this error when the work unit had an upload error.
  
BOINC will trigger this error when the work unit had an upload error.
+
'''ERR_INVALID_URL -189''' - The Master URL is invalid. Check your typing and try again.  
  
ERR_INVALID_URL -189
+
'''ERR_MAJOR_VERSION -190''' - This is old code that is no longer in use by any present version of BOINC.
  
The Master URL is invalid. Check your typing and try again.
+
  
ERR_MAJOR_VERSION -190
+
{| class="wikitable" style="text-align: center;"
 
+
! Original writer
This is old code that is no longer in use by any present version of BOINC.
+
! Original FAQ
 
+
! Date
   
+
  |-
 
  | Jorden
 
  | Jorden
  | 3
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=79 79]
| 1
+
  | 14-02-2008
  | 23:19:13
+
  |-
| 2008-02-14
+
  |}
  | 173213
 
| 1
 
| 79
 
| 2008-02-14 23:19:13
 
  | 2010-02-01 08:10:36
 

Latest revision as of 14:19, 29 August 2016

ERR_LISTEN -181 - GUI RPC listen failed

ERR_TIMEOUT -182 - Too much time elapsed during persistent file transfer -- giving up.

ERR_PROJECT_DOWN -183 - The project you are attached to is down, either for maintenance or for another reason. Just wait until they are back up. Keep an eye on their homepage.

ERR_HTTP_ERROR -184 - This is an error in the polling of the start of the HTTP/S transaction start in CurlEasy. Report this on the BOINC forums.


ERR_RESULT_START -185

This is an error that will occur:

  • if BOINC couldn't start the application
  • if files are missing
  • upon catch of other error returns
  • on nonzero exit or signal
  • if exceeded resource limit
  • as catch-all for resume/start errors

Rebooting your machine will most of the times fix these.


ERR_RESULT_DOWNLOAD -186 - BOINC will trigger this error when the work unit or application had a download error.

ERR_RESULT_UPLOAD -187 - BOINC will trigger this error when the work unit had an upload error.

ERR_INVALID_URL -189 - The Master URL is invalid. Check your typing and try again.

ERR_MAJOR_VERSION -190 - This is old code that is no longer in use by any present version of BOINC.


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