Live chat

sabayonino Abemus spacious team (02.11.25, 13:06)
sabayonino https://spaciousathome.eu/spaciousathome/team_display.php?teamid=6 (02.11.25, 12:50)
sabayonino https://www.boincitaly.org/forum/astronomia-fisica-e-chimica/115408-thread-ufficiale-spacious-home.html (31.10.25, 20:37)
boboviz Can we open a thread about this project?? (31.10.25, 17:06)
zioriga This seems the goal (28.10.25, 18:10)
zioriga "vision of an easy access to technologies for mining the Big Data produced by missions of the European Space Agency." (28.10.25, 18:10)
entity There is speculation that there might not be any Windows apps similar to Gaia... Why don't European projects like Windows? Cost? (28.10.25, 16:19)
zioriga I downloaded 10 WUs on a VBoxed Linux, I'll wait the results (28.10.25, 11:03)
zioriga There is only work for LInux (28.10.25, 10:58)
zioriga Correct !!!! You're right (28.10.25, 10:44)
entity Not dead but not real active yet. Open call for projects from Sept 2025 until Nov 16 2025. Call for Testers went out Jul 2025. There is work at the Boinc Project (28.10.25, 01:02)
zioriga no news from the end of jan 2024 (27.10.25, 21:41)
zioriga I think it's a dead project (27.10.25, 21:41)
entity More info at https://spacious.ub.edu/ (27.10.25, 18:03)
entity BOINC project at spaciousathome.eu/spaciousathome/ (26.10.25, 22:33)
entity Anyone have any additional information on spaciousathome.eu? (26.10.25, 19:37)
Fabrizio74 In questo periodo non mi sono arrivate WU di WDG; le cercavo ma non mi sono arrivate (25.10.25, 18:12)
kidkidkid3 Chiedo qui per una risposta al volo. WCG ha tutte le WU in pending da un paio di giorni. Sono terminate le mie e quelle del wingman. Vi risulta ? Grazie in anticipo (24.10.25, 18:15)
GHz Aggiornamento stats minecraft ripristinato, avevano fatto una variazione al sito web che bloccava l'update, grazie per la segnalazione Loroe (18.09.25, 23:11)
boboviz credo sia un problema dei progetti (18.09.25, 11:02)
Per usare la chat devi effettuare il login.
Benvenuto, Ospite
Nome utente: Password: Ricordami
29 Set 2025

29 Settembre 2025 : 14:30
Migrazione del forum e dei suoi contenuti

Leggi tutto...
  • Pagina:
  • 1

ARGOMENTO:

Scheduler request failed: Error 417 17/11/2008 12:41 #13531

  • baxnimis
  • Avatar di baxnimis Autore della discussione
  • Offline
  • RAM >4 GB
  • RAM >4 GB
  • BOINC.Italy Admin
  • Messaggi: 6589
  • Ringraziamenti ricevuti 1
Partendo da una segnalazione sulla chat ho cercato alcune informazioni riguardanti questo errore su BOINC. Posto quello che ho trovato.


Un tentativo di soluzione:

Forse si può risolvere forzando BOINC a usare HTTP 1.0 al posto del HTTP 1.1

LINUX
Chiudere BOINC e guardare nel file cc_config.xml in /etc/boinc-client.

Se è presente una sezione <options></options> è sufficiente editarla aggiungendo l'opzione <http_1_0>1</http_1_0> sopra o sotto le altre opzioni.
Se la sezione non è presente è necessario inserirla ex-novo:

<options>
<http_1_0>1</http_1_0>
</options>


stando ben attenti che sia inserita all'interno delle tags <cc_config></cc_config>.

Far ripartire BOINC o addirittura fare prima un reboot affinchè i cambiamenti abbiano effetto.


WINDOWS
Non è necessario chiudere BOINC.

E' necessario creare un file "cc_config.xml" nella cartella dati di BOINC (a meno che non esista già)

Usando NOTEPAD o altri editor di testo simili copiare questo nel file:

<cc_config>
<options>
<http_1_0>1</http_1_0>
</options>
</cc_config>


Sul BOINC Manager (modalità di visualizzazione avanzata) selezionare dal menù <AVANZATE> la voce <LEGGI IL FILE CONFIG> per attivare la nuova configurazione.



Una spiegazione (in inglese)

HTTP Error 417 - Expectation failed

Introduction

Your Web server thinks that the HTTP data stream sent by the client (e.g. your Web browser or our CheckUpDown robot) contains a 'Expect' request which can not be satisfied. The Expect request is fairly generic i.e. loosely defined in the HTTP protocol. It can specify more than one expectation, each of which may be interpreted differently by different Web servers.

417 errors in the HTTP cycle

Any client (e.g. your Web browser or our CheckUpDown robot) goes through the following cycle:

* Obtain an IP address from the IP name of your site (your site URL without the leading 'http://'). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
* Open an IP socket connection to that IP address.
* Write an HTTP data stream through that socket.
* Receive an HTTP data stream back from your Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.

This error occurs in the final step above when the client receives an HTTP status code that it recognises as '417'.

Resolving 417 errors - general

This error seldom occurs in most Web traffic, particularly when the client system is a Web browser. This type of Web traffic seldom uses an 'Expect' request.

If your client system is not a Web browser, the problem can only be resolved by examining what the client is trying to do then discussing with your ISP why the Web server fails the 'Expect' request sent by the client system.


Resolving 417 errors - CheckUpDown

This error should simply never occur on your CheckUpDown account. If it does, it typically indicates defective programming of our systems or of the Web server which manages your site. We do not use the Expect request at all, because we simply want the entire content of the URL you ask us to monitor - without any preconditions.

Please contact us (email preferred) whenever you encounter 417 errors - there is nothing you can do to sort them out. We then have to liaise with your ISP and the vendor of your Web server software to agree the

Si prega Accedi o Crea un account a partecipare alla conversazione.

Ultima Modifica: da baxnimis.

Re:Scheduler request failed: Error 417 17/11/2008 13:21 #13538

  • Raffaele
  • Avatar di Raffaele
  • Offline
  • RAM 64 KB
  • RAM 64 KB
  • Memento Audere Semper
  • Messaggi: 10
  • Ringraziamenti ricevuti 0
In effetti col file cc_config.xml sembra che tutto abbia ripreso a funzionare.

Vi faccio sapere se l'erore si ripresenta.

Ciao

Si prega Accedi o Crea un account a partecipare alla conversazione.

Re:Scheduler request failed: Error 417 17/11/2008 13:25 #13539

  • baxnimis
  • Avatar di baxnimis Autore della discussione
  • Offline
  • RAM >4 GB
  • RAM >4 GB
  • BOINC.Italy Admin
  • Messaggi: 6589
  • Ringraziamenti ricevuti 1
Raffaele ha scritto:

In effetti col file cc_config.xml sembra che tutto abbia ripreso a funzionare.

Vi faccio sapere se l'erore si ripresenta.

Ciao


se funziona veramente mi devi... diciamo 1000 di RAC per una settimana :asd:

altrimenti pagherò i danni :paura:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Ultima Modifica: da baxnimis.
  • Pagina:
  • 1
Moderatori: camposReLeonAntonio Cerrato
Tempo creazione pagina: 0.193 secondi
Powered by Forum Kunena